Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 85798 invoked by uid 500); 11 Oct 2001 22:15:11 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 79582 invoked from network); 11 Oct 2001 19:19:55 -0000 Message-ID: From: "Sills, David" To: "'ant-user@jakarta.apache.org'" Subject: Question re EJB jar task Date: Thu, 11 Oct 2001 12:21:50 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N All: I'd like to have some control over the manifest contained within the EJB jar. I'm using WebLogic to compile the beans, and have managed to get the ejbjar task to work fine (and useful it is, too). However, I need to add a classpath entry to the manifest to reflect some bean dependencies on other jar files (possibly post-ejbc, if that task completely replaces the manifest, otherwise it could be pre-ejbc if all the ejbc task does is add to the manifest). The spec allows dependencies by reference (just this situation), but I don't see any straightforward way to do this using ant. (Of course, I could always unjar, replace the manifest, and rejar, but wow....) Any ideas? Thanks in advance! David SIlls