Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I pass arguments (arg[0] arg[1]..) to ant

Status
Not open for further replies.

batotoba

Programmer
Aug 14, 2006
5
0
0
FR
Hello,

I would like to use ant to do the following
ant file1 file2

to do:

java myprog file1 file2

how can I do to tell ant to read the two files given on command line ?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top