Dear All,
i'm using Ant tool for compiling and building my EJB .jar files..
i'm having some problems when i try to use the Java task..
for e.g, the command which i would like to execute is :
java weblogic.ejbc <source.jar> <destination.jar>..
i tried to specify in the following way in my build.xml file..
<java classname="weblogic.ejbc">
<arg line="<source.jar> <destination.jar>">
</java>
but, it doesn't work.. could u please specify how i should specify this in my xml file..
thanks in advance..
Regards,
Kamal
