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 47802 invoked from network); 20 Nov 2000 22:30:03 -0000 Received: from cortex-gw.magna.com.au (HELO smtp.cortexebusiness.com.au) (203.174.140.214) by locus.apache.org with SMTP; 20 Nov 2000 22:30:03 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id eAKMTwr05150 for ; Tue, 21 Nov 2000 09:29:58 +1100 (EST) Received: from UNKNOWN(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley, id smtpdAAAFcaOck; Tue Nov 21 09:29:55 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id eAKMTss08711 for ; Tue, 21 Nov 2000 09:29:54 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAAqdaaar; Tue Nov 21 09:29:47 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 eAKMTlB20726 for ; Tue, 21 Nov 2000 09:29:47 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: Ejbc with iPlanet 6.0 application server? Date: Tue, 21 Nov 2000 09:30:41 +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: <7114B83CE30FD31183CD00805FBE772DFA17F8@berlin.netdelivery> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Steve, The ejbjar task is structured so that it can be extended to cover vendor specific deployment tools. The bulk of the work is generic and a nested element controls the vendor specific part. So, for weblogic, the task is used as The idea is that someone will write the nexted element for the other app servers so that, for iplanet, for example, we would have or even if you wanted to create two deployment jars for the different app servers. To answer your specific questions. I know of no iPlanet tasks. Using exec commands usually does not provide the control you really want such as checking whether beans are out of date. Rather than writing your own taskdef, it would be good if you wrote the nested element for iplanet that works in the current ejbjar task. If you can send me the stuff you are currently using, I can have a look at how iplanet might fit into the ejbjar task. Also, please read the documentation for the ejbjar task as see if it fits your needs http://jakarta.apache.org/ant/jakarta-ant/docs/ejb.html#ejbjar Conor -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: Steve Wilkinson [mailto:swilkinson@NETdelivery.com] > Sent: Tuesday, 21 November 2000 3:46 > To: 'ant-user@jakarta.apache.org' > Subject: Q: Ejbc with iPlanet 6.0 application server? > > > The documentation for the Task Def Ejbc says it only works with WebLogic. > If I'm using the iPlanet 6.0 application server, than I guess I > assume these > are my options: > Find out if there is a task def already written for iPlanet? (How > do I go about this?) > Use exec commands? (already done this) > Write my own task def? > > Thanks in advance, > > Steve Wilkinson, swilkinson@netdelivery.com > 4725 Walnut St > Boulder, Colorado 80301 > > P: 303-245-7378 > F: 303-245-0301 >