From ant-dev-return-13467-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Tue May 08 13:15:48 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 53698 invoked by uid 500); 8 May 2001 13:15:11 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 51549 invoked from network); 8 May 2001 13:14:33 -0000 Date: Tue, 8 May 2001 06:06:30 -0700 (PDT) Message-Id: <200105081306.GAA29877@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 1654] New - ejbjar enhancements for WebLogic 6.0 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1654 *** shadow/1654 Tue May 8 06:06:30 2001 --- shadow/1654.tmp.29874 Tue May 8 06:06:30 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | ejbjar enhancements for WebLogic 6.0 | + +----------------------------------------------------------------------------+ + | Bug #: 1654 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: Other | + | Priority: 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 + 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.