Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 79032 invoked from network); 13 Dec 2000 01:52:35 -0000 Received: from cortex-gw.magna.com.au (HELO smtp.cortexebusiness.com.au) (203.174.140.214) by locus.apache.org with SMTP; 13 Dec 2000 01:52:35 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id eBD1qW816327 for ; Wed, 13 Dec 2000 12:52:32 +1100 (EST) Received: from UNKNOWN(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley, id smtpdAAA74aaYF; Wed Dec 13 12:50:51 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id eBD1ooh16199 for ; Wed, 13 Dec 2000 12:50:50 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAAktaaOF; Wed Dec 13 12:50:45 2000 Received: from snotty (snotty.devl.ebinteractive.com.au [192.168.1.32]) by chunky.devl.ebinteractive.com.au (8.10.0/8.10.0) with SMTP id eBD1oiB18285 for ; Wed, 13 Dec 2000 12:50:44 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: More EJBJAR fun Date: Wed, 13 Dec 2000 12:51:29 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <00d601c0641b$4a5171c0$09b0c23f@jupiter> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Dhiren, Can you please try a few things Run ant with -verbose to see more info about what is going on. Try a recent nightly build. I have made some changes to better support mutltiple CMP beans in a single jar for weblogic. Cheers Conor -----Original Message----- From: Dhiren Patel [mailto:dlists@dhiren.com] Sent: Tuesday, 12 December 2000 20:10 To: ant-user@jakarta.apache.org Subject: More EJBJAR fun Hi, I have a newbie Ant 1.2 question re: EJBJAR. I'm following the ejbjar task docs for building deployment JARs. I can make it build separate deployment JARs for each EJB, but the second example, building a single deployment JAR, fails for me. I get the following error when specifying a basejarname for the ejbjar task: [java] weblogic.utils.compiler.ToolFailureException: ERROR: weblogic-ejb-jar.xml was not found in the jar file. When building a single jar, the generic deployment descriptors are all named ejb-jar.xml and the WebLogic specific ones are named weblogic-ejb-jar.xml. I'm using the example from the docs pretty much verbatim. The weblogic nested task is not adding the weblogic-ejb-jar.xml file to the JAR file, and I don't see a straightforward way to tell it to so. Can anyone shed any light on this behavior? Any help much appreciated. Thanks, Dhiren