Hi all,

I basically have 20-30 EJB's in different folders. Is there an shortcut to deploy them 
all at a time or do I have to write <ejbjar> task for each of the directory. Doing so 
makes my build.xml file very very big.
<target...>

<ejbjar1>
        <weblogic></weblogic>
</ejbjar1>

<ejbjar2>
        <weblogic></weblogic>
</ejbjar2>
....
<ejbjarN>
        <weblogic></weblogic>
</ejbjarN>

</target>



Kiran Chekutty
Petrotechnics Ltd.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to