From ant-dev-return-15703-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Mon Jul 16 13:31:38 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 44204 invoked by uid 500); 16 Jul 2001 13:31:37 -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 44192 invoked from network); 16 Jul 2001 13:31:36 -0000 Message-ID: <010301c10dfc$75485980$2ae1223f@cognetnt> From: "Conor MacNeill" To: References: Subject: Re: EJB and ANT Date: Mon, 16 Jul 2001 23:36:32 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Asheesh, In Ant 1.3, supports two naming conventions - the basejarname attribute allows you to specify the name of the generated bean, otherwise the name of the bean is related to the filename of the deployment descriptor. In Ant 1.4, I have added two new naming conventions - one where the bean name is related to the directory naming of the deployment descriptor's directory and the other based on the in the deployment descriptor. I have uploaded a sample build showing all of the naming conventions in operation. Currently you can find that at http://www.apache.org/~conor/ejb-naming.zip If I get time, I'll clean it up and include it in the documentation. Again, the "directory" and "ejb-name" samples require the latest Ant build to work. The others should work with Ant 1.3, but I haven't checked. Also the sample was only tested with weblogic. Conor ----- Original Message ----- From: "Mathur, Asheesh" To: Sent: Saturday, July 14, 2001 4:23 PM Subject: EJB and ANT > Hi All, > This is my first mail to this group. > I need to build EJBs and deploy them in WL6.0. I am in a dilemma, whether to > use or do a step by step process. > Looks requires strict naming conventions for ejb-jar.xml and so > on.... > > Can somebody help me out ...a sample(with multiple EJBs would be great) > > > Thanks > Asheesh >