Need to call an ANT target from a UNIX shell script and pass the parameter to it - like a Build TAG name: so from within the shell script, I'd like to issue something like this: ant -f mybuild.xml Release_2007_12_01_001 - how could I pass a parm as input parm to a script so ANT could do some variable replacements for some of the files that get copied/filtered during the build - what's the best way to do that?!
Thanks, James -- View this message in context: http://www.nabble.com/Calling-targets-and-passing-parms-%21-tp14374059p14374059.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
