This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198504 - The ant target "library-inclusion-in-archive" seems not to work any more
Summary: The ant target "library-inclusion-in-archive" seems not to work any more
Status: RESOLVED DUPLICATE of bug 195385
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 09:48 UTC by rpelting
Modified: 2011-05-13 05:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rpelting 2011-05-11 09:48:53 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Linux version 2.6.31.14-0.8-desktop running on amd64
Java; VM; Vendor = 1.6.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.0-b11

The target "library-inclusion-in-archive" seems not to work any more.
No error or warning appears, the jar files don't show up in the EJB module JAR file.
The online help says: "If the EJB module is deployed as a stand-alone module,
the IDE includes the JAR files in the EJB module JAR file."
This was true for Netbeans 6.9.1 but is broken in Netbeans 7.0.

The Application Server is jboss-5.1.0.GA.
Comment 1 David Konecny 2011-05-11 21:21:24 UTC
(In reply to comment #0)
> The online help says: "If the EJB module is deployed as a stand-alone module,
> the IDE includes the JAR files in the EJB module JAR file."

Ken, this needs to be updated in documentation. It is not true anymore.

*** This bug has been marked as a duplicate of bug 195385 ***
Comment 2 Kenneth Ganfield 2011-05-12 14:58:45 UTC
topic updated in trunk to reflect that library JARs that are on the classpath are no longer by default packaged in EJB module project JARs that are deployed as standalone.
Comment 3 Quality Engineering 2011-05-13 05:52:11 UTC
Integrated into 'main-golden', will be available in build *201105130000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/94a5b858e142
User: kganfield <kganfield@netbeans.org>
Log: #198504, small update to update build description for ejb modules and provide link to more information about using interfaces