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
BorlandDeploymentTool.java
Description: Binary data
EjbJar.java
Description: Binary data