Hi,
how can i pass a parameter from my unix command line to my ANT script ?
Here is what i wanted to do:
when i type something like this:
my-unix-box > ./ant monapp testnet
then it should invoke my shell script called testnet.sh from an ANT build script.
Now when i type in something like this:
my-unix-box > ./ant monapp production
then it should invoke my shell script called production.sh from an ANT build script.
how can i do this:
I have created a build.xml file, ant.properties file and all other shell scripts.
Iam basically "exec"uting my shell scripts from my ANT scripts.
Please help !!
thanks in advance ...shailesh
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
|