You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/08 02:00:39 UTC

[Bug 1654] - ejbjar enhancements for WebLogic 6.0

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: ant-dev@jakarta.apache.org                            
! ReportedBy: simon.spruzen@rbos.com               
! 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: ant-dev@jakarta.apache.org                                   |
! |  Reported By: simon.spruzen@rbos.com                                       |
! |      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 conor@cortexebusiness.com.au  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.