Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 8754 invoked by uid 500); 15 Mar 2001 01:28:49 -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 8672 invoked from network); 15 Mar 2001 01:28:48 -0000 Date: Wed, 14 Mar 2001 17:23:37 -0800 (PST) Message-Id: <200103150123.RAA14660@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 980] New - EjbJar should allow for a manifest file to be specified X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=980 *** shadow/980 Wed Mar 14 17:23:37 2001 --- shadow/980.tmp.14657 Wed Mar 14 17:23:37 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | EjbJar should allow for a manifest file to be specified | + +----------------------------------------------------------------------------+ + | Bug #: 980 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Enhancement OS/Version: Windows NT/2K | + | Priority: Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: ant-dev@jakarta.apache.org | + | Reported By: robert.watkins@qsipayments.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + EJBs use the Class-Path: entry in the manifest file to search for classes that + are missing. This is especially useful when the EJB will be linked in with an + EAR file, as it can refer to library classes or other EJBS within the EAR file. + + In addition, according to the J2EE spec, all J2EE components should support + this, and so should the development tools. + + Because of this, EjbJar should have a way of specifying the manifest file to + use (with a default being the default manifest file currently used).