You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Atherton Richard - Z9V <ri...@AXA-RoyaleBelge.be> on 2001/08/15 10:42:20 UTC

PVCS Extraction


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] 
Sent: mercredi 15 août 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 <ejbjar>.

Example usage can be found here
http://jakarta.apache.org/~conor/ejb-naming.zip

Conor

----- Original Message -----
From: "Jamie Tsao" <jt...@atinera.com>
To: <an...@jakarta.apache.org>
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