From ant-user-return-11445-apmail-jakarta-ant-user-archive=jakarta.apache.org@jakarta.apache.org Wed Aug 15 08:42:22 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 89756 invoked by uid 500); 15 Aug 2001 08:42:22 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 89746 invoked from network); 15 Aug 2001 08:42:22 -0000 Message-ID: From: Atherton Richard - Z9V To: "'ant-user@jakarta.apache.org'" Subject: PVCS Extraction Date: Wed, 15 Aug 2001 10:42:20 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Does anybody have an example buildfile for extracting code from PVCS (version 6.6)? Cheers, Richard. -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au]=20 Sent: mercredi 15 ao=FBt 2001 0:08 To: ant-user@jakarta.apache.org Subject: Re: Combining EJBs into one jar Check out Ant 1.4 Beta 1 and look for the new naming attribute in = . Example usage can be found here http://jakarta.apache.org/~conor/ejb-naming.zip Conor ----- Original Message ----- From: "Jamie Tsao" To: Sent: Wednesday, August 15, 2001 4:41 AM Subject: Combining EJBs into one jar Combining EJBs into one jar Hi, I would like to combine my EJBs into a single jar. So far, I've put all of the descriptor information into two files: - ejb-jar.xml - weblogic-ejb-jar.xml For some reason, Ant is having trouble building the EJBs this way. If I name the descriptor files using the naming convention - LoginEJB-ejb-jar.xml - LoginEJB-weblogic-ejb-jar.xml (even though the descriptor files actually contain information for all = of the EJBs) then it works !! I will have a resultant EJB called LoginEJB.jar that contains all of my EJBS, and the two descriptor files. I guess I could just rename = the jar at that point, but I would like a cleaner solution. Anybody ??? Thanks, Jamie