ok no problems ---------------------------------------------------------------------------- Benoit Moussaud - [EMAIL PROTECTED] CTS - Cril Telecom Software http://www.criltelecom.com 8 rue danjou 92517 Boulogne Billancourt - France Tel: 01 58 17 04 78
-----Message d'origine----- De : Conor MacNeill [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 mars 2001 15:02 À : [EMAIL PROTECTED] Objet : Re: EjbJar task for Borland Application Server 4.5 Benoît, Cool, give me a few days to look at it. Conor ----- Original Message ----- From: "MOUSSAUD Benoît" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 12:50 AM Subject: EjbJar task for Borland Application Server 4.5 > This is two files for using borland deployment tool with ejbjar > in the package ..optional.ejb > > * EjbJar.jar :modified to take into account the Borland App Server > * BorlandDeployementTool.java : the implementation for B.A.S > BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 > This task generates and compiles the stubs and skeletons for all ejb > described into the Deployement Descriptor, builds the jar file including the > support files and verify whether the produced jar is valid or not. The > supported options are: > debug (boolean) : turn on the debug mode for generation of stubs and > skeletons (default:false) > verify (boolean) : turn on the verification at the end of the jar production > (default:true) > verifyargs (String) : add optional argument to verify command (see vbj > com.inprise.ejb.util.Verify) > ejbdtd (String) : location of the SUN DTD > basdtd (String) : location of the BAS DTD > > <ejbjar srcdir="${build.classes}" basejarname="vsmp" > descriptordir="${rsc.dir}/hrmanager"> > <borland destdir="tstlib"> > <classpath refid="classpath" /> > </borland> > <include name="**\ejb-jar.xml"/> > <support dir="${build.classes}"> > <include name="demo\smp\*.class"/> > <include name="demo\helper\*.class"/> > </support> > </ejbjar> > <<BorlandDeploymentTool.java>> <<EjbJar.java>> > Tested with JDK 1.3,windows 200, ant 1.3 > These files are donated to the ANT projects and follow Apache Software > Foundation > License > > Any remarks are welcomed > regards > Benoit Moussaud > > ------------------------------------------------------------------------- --- > Benoit Moussaud - [EMAIL PROTECTED] > CTS - Cril Telecom Software > http://www.criltelecom.com > 8 rue danjou > 92517 Boulogne Billancourt - France > Tel: 01 58 17 04 78 > > >