script tag

2008-07-11 Thread Andy Stevens
I've seen the example in the docs for dynamically creating a fileset type in the script being run by a

Re: Using the script tag, wanting to return a value

2008-06-12 Thread Jeremy Hanna
12, 2008 3:56 AM To: user@ant.apache.org Subject: Using the script tag, wanting to return a value /* I'm using the script tag to run a ruby script and would like to return a value from the script. Is that possible? I see that I can use the setbeans attribute to have access to the buil

RE: Using the script tag, wanting to return a value

2008-06-12 Thread Rebhan, Gilbert
Hi, Jeremy -Original Message- From: Jeremy Hanna [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 3:56 AM To: user@ant.apache.org Subject: Using the script tag, wanting to return a value /* I'm using the script tag to run a ruby script and would like to return a value

Re: Using the script tag, wanting to return a value

2008-06-11 Thread Dale Anson
--- From: Dale Anson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:17 PM To: Ant Users List Subject: Re: Using the script tag, wanting to return a value Have you tried the svn ant task from subclipse? http://subclipse.tigris.org/svnant.html The documentation appears to be out of d

RE: Using the script tag, wanting to return a value

2008-06-11 Thread Shawn Castrianni
Anson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:17 PM To: Ant Users List Subject: Re: Using the script tag, wanting to return a value Have you tried the svn ant task from subclipse? http://subclipse.tigris.org/svnant.html The documentation appears to be out of date since it

Re: Using the script tag, wanting to return a value

2008-06-11 Thread Dale Anson
x27;t say it can use svnkit, but that capability was added over a year ago. Dale Jeremy Hanna wrote: I'm using the script tag to run a ruby script and would like to return a value from the script. Is that possible? I see that I can use the setbeans attribute to have access to the build.x

Using the script tag, wanting to return a value

2008-06-11 Thread Jeremy Hanna
I'm using the script tag to run a ruby script and would like to return a value from the script. Is that possible? I see that I can use the setbeans attribute to have access to the build.xml variables from within the ruby script. I can output them and even change those variables w