Great - that looks good. I have the old stuff patched and up-and-running, but will try the new version asap. I will comment on this tomorrow. Thanks a lot,
Wolfgang > -----Ursprüngliche Nachricht----- > Von: Conor MacNeill [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 17. August 2000 18:09 > An: [EMAIL PROTECTED] > Betreff: RE: Weblogic 5.1 task (ejbc alternative) > > > Wolfgang, > > Ar you using the 1.1 release. You will need to use the latest > nightly build > to get the updated version of ejbjar task. You call it like this (for > weblogic) > > <ejbjar srcdir="${classes}"> > <weblogic destdir="${deployment.dir}" > classpath="${descriptorbuild.classpath}" > keepgeneric="false" > suffix=".jar"/> > <include name="**/*-ejb-jar.xml"/> > <exclude name="**/*-weblogic-ejb-jar.xml"/> > </ejbjar> > > Note that you are meant to use an include directive to select the > deployment > descriptors you wish to process. > > Conor >