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 99329 invoked from network); 12 Jan 2001 13:16:51 -0000 Received: from moutvdom01.kundenserver.de (195.20.224.200) by h31.sny.collab.net with SMTP; 12 Jan 2001 13:16:51 -0000 Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 14H44U-0003xa-00 for ant-user@jakarta.apache.org; Fri, 12 Jan 2001 14:16:46 +0100 Received: from [212.227.111.39] (helo=Aitutaki) by mrvdom04.kundenserver.de with smtp (Exim 2.12 #2) id 14H44T-0008Iz-00 for ant-user@jakarta.apache.org; Fri, 12 Jan 2001 14:16:45 +0100 Reply-To: From: "Daniel Hoppe" To: Subject: RE: , Problem Date: Fri, 12 Jan 2001 14:16:46 +0100 Message-ID: <903A7281CDB7D4118A5000500450BB084F47@samoa.sitewaerts> 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 CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <903A7281CDB7D4118A5000500450BB08015D5A@samoa.sitewaerts> Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Daniel, this is an example of the new style ejbjar task. The descriptors are ejb-jar.xml, weblogic-ejb-jar.xml and the bunch of weblogic-cmp-rdbms-jar-.xml files, all located in '../../compile/de/sitewaerts/futuna/ejb/entity'. The srcdir is the directory where the compiled classes are located. The descriptordir points to the directory where the descriptors are actually located. The basejarname attribute is the actual name of the resulting jar (futunaentity.jar in this case). the attribute 'rebuild="false"' causes the weblogic task to run ejbc just in case that interfaces of ejbs have been changed. Otherwise just the modified bean class is replaced in the jar. Daniel