RE: What is the best way to loop in ant?

2002-11-14 Thread Ciramella, E.J.
Just in case people are wondering, here's how I looped without foreach: This loops through the fileset dir specified passing each .sql file to wrap, with the glob replacing .sql (infile) with .plb (outfile). If there was a process that would take all these files at once (say wrap cou

RE: What is the best way to loop in ant?

2002-11-13 Thread Ciramella, E.J.
is it an acceptable solution to simply write the batch/shell script to do the wrapping with ant and then let ant handle the rest (renaming, copying, etc...). -Original Message- From: Ciramella, E.J. Sent: Wednesday, November 13, 2002 10:30 PM To: Ant Users List Subject: RE: What is the

RE: What is the best way to loop in ant?

2002-11-13 Thread Ciramella, E.J.
We need to run the oracle wrap utility, it takes two parameters, iname and oname (in file which would be in my case .sql files and oname .xxx). Is there a way to iterate though all the files and pass them to wrap.exe? -Original Message- From: Dominique Devienne [mailto:DDevienne@;lgc.co

weblogic ejbc work...

2002-11-13 Thread Ciramella, E.J.
... not working... Has anyone had great success with this the ejb-jar (weblogic) task? There was an excellent example of how this works on the mailing list archive page, but now I can't find it. If anyone has a good example of this, please post -- To unsubscribe, e-mail:

RE: Making 20 ejb jars....

2002-11-12 Thread Ciramella, E.J.
e root dir in descriptordir.The xml files must be named as BeanName-ejb-jar.xml. -Original Message----- From: Ciramella, E.J. [mailto:EJ.Ciramella@;workscape.com] Sent: Friday, November 08, 2002 4:59 PM To: Ant Users List Subject: RE: Making 20 ejb jars Ok let me get this straight, this

RE: Making 20 ejb jars....

2002-11-08 Thread Ciramella, E.J.
to modify the build file. -Original Message- From: Ciramella, E.J. [mailto:EJ.Ciramella@;workscape.com] Sent: Thursday, November 07, 2002 2:12 PM To: [EMAIL PROTECTED] Subject: Making 20 ejb jars Has anyone had to jar up multiple ( > 20) ejb's into individual jars? Cu

Making 20 ejb jars....

2002-11-07 Thread Ciramella, E.J.
Has anyone had to jar up multiple ( > 20) ejb's into individual jars? Currently, we have a jar task in a separate build, and then we call that task from within another build file (one ant task for each ejb, passing in the name of each ejb). That's right, at each stage of the build process (the