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 37346 invoked from network); 20 Jan 2001 13:33:04 -0000 Received: from mta02.mail.au.uu.net (HELO mta02.mail.mel.aone.net.au) (203.2.192.82) by h31.sny.collab.net with SMTP; 20 Jan 2001 13:33:04 -0000 Received: from cognetnt ([63.12.2.31]) by mta02.mail.mel.aone.net.au with SMTP id <20010120133302.EWKI26092.mta02.mail.mel.aone.net.au@cognetnt>; Sun, 21 Jan 2001 00:33:02 +1100 Message-ID: <064b01c082e6$6289c960$80dc1fcb@cognetnt> From: "Conor MacNeill" To: , References: Subject: Re: Ant with Jonas EJB Container Date: Sun, 21 Jan 2001 00:30:40 +1100 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 Andy, From: "Andy Steele" > Currently using Ant 1.2 to build the components for a system working against > the Jonas EJB container. > > I have a supplied Task for running the Jonas GenIC tool for creating the > stubs etc. for the beans. At the moment each bean descriptor file must be > passed in turn to the Task. I'd like to use a FileSet to specify a set of > descriptors. > > Before I start delving into the code for the GenIC and EJB optional tasks, > has anyone done any similar work. > One of my goals with the task is to be able to support multiple vendor EJB deployment tools. Therefore, I'd ask you to consider adding a nested element to . I can help with that, although I don't know anything about Jonas. I don't know how well another tool would fit into the framework. It was developed with weblogic in mind so there may need to be some rework to generalize that to other tools. Let me know. Conor