I've seen the example in the docs for dynamically creating a fileset
type in the script being run by a
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
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
---
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
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
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
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