RE: ant script task examples

2004-10-01 Thread Mark Lybarger
10:34 AM > To: Ant Users List > Subject: RE: ant script task examples > > > Thanks for all the help thus far. One small issue left. > > > -Original Message- > > From: Velagapudi, Murali [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 01, 2004 9:57

RE: ant script task examples

2004-10-01 Thread Mark Lybarger
Thanks for all the help thus far. One small issue left. > -Original Message- > From: Velagapudi, Murali [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 9:57 AM > To: Ant Users List > Subject: RE: ant script task examples > > > > Mark, > >

RE: ant script task examples

2004-10-01 Thread Mark Lybarger
ng ant 1.6.2, bsf 2.3.0, and rhino 1.5r4 (i have > also tried rhino 1.545, but that gave the same error). > > > > > > > >>-Original Message----- > >>From: Rhino [mailto:[EMAIL PROTECTED] > >>Sent: Friday, October 01, 2004 10:08 AM > >>To: Ant Users List > >>Su

Re: ant script task examples

2004-10-01 Thread Peter Reilly
D] Sent: Friday, October 01, 2004 10:08 AM To: Ant Users List Subject: Re: ant script task examples Have you tried the Ant manual? There are several examples in there. See http://ant.apache.org/manual/index.html. Click on 'Ant Tasks' in the index, then click on 'Optional Tasks&#x

RE: ant script task examples

2004-10-01 Thread Velagapudi, Murali
Try with rhino15R3 it has the method getDebuggableEngine() thanks, Murali -Original Message- From: Mark Lybarger [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 10:11 AM To: Ant Users List Subject: RE: ant script task examples there is a good example in the docs for working

RE: ant script task examples

2004-10-01 Thread Mark Lybarger
i am using ant 1.6.2, bsf 2.3.0, and rhino 1.5r4 (i have also tried rhino 1.545, but that gave the same error). > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 10:08 AM > To: Ant Users List > Subject: Re: ant script task examples

Re: ant script task examples

2004-10-01 Thread Rhino
quot; <[EMAIL PROTECTED]> To: "Ant Users List (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 9:50 AM Subject: ant script task examples does anyone know where some examples of using the ant script task can be found? i'm looking to use a simple script whic

RE: ant script task examples

2004-10-01 Thread Velagapudi, Murali
is as good as your java program } } ]]> thanks, Murali -Original Message- From: Mark Lybarger [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 9:50 AM To: Ant Users List (E-mail) Subject: ant script task examples does anyone know where some examp

Re: ant script task examples

2004-10-01 Thread Richard Grey
I do something similar below. Using Ant Contrib optional library. This can be modified so that the srcFile has the directory contents in it etc.

ant script task examples

2004-10-01 Thread Mark Lybarger
does anyone know where some examples of using the ant script task can be found? i'm looking to use a simple script which iterates over each file in a directory and calls another ant task passing in the filename. thanks! ~mark