http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1654
*** shadow/1654 Sun May 20 17:26:54 2001 --- shadow/1654.tmp.8146 Sat Jul 7 17:00:39 2001 *************** *** 1,19 **** ! Bug#: 1654 ! Product: Ant ! Version: 1.3 ! Platform: All ! OS/Version: Other ! Status: NEW ! Resolution: ! Severity: Enhancement ! Priority: ! Component: Optional Tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: ejbjar enhancements for WebLogic 6.0 ! Can I request an attribute to force ejbjar not to run ejbc before the jar operation - Weblogic 6.0 will automatically run ejbc as required for automatically deployed applications, and I would rather the ejbc be run under --- 1,19 ---- ! +============================================================================+ ! | ejbjar enhancements for WebLogic 6.0 | ! +----------------------------------------------------------------------------+ ! | Bug #: 1654 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: All | ! | Severity: Enhancement OS/Version: Other | ! | Priority: High Component: Optional Tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | Can I request an attribute to force ejbjar not to run ejbc before the jar operation - Weblogic 6.0 will automatically run ejbc as required for automatically deployed applications, and I would rather the ejbc be run under *************** *** 20,22 **** --- 20,27 ---- WebLogic's control - this means that jar files produced within JBuilder and jar files produced from my ant build script can have the same contents, and removes the requirement to follow new/oldCMP standards. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 17:00 ------- + noEJBC attribute added to the <weblogic> element of ejbjar. NOte that you will + still need to set newCMP="true" so that the weblogic CMP descriptors are + located correctly.
