C
C
CrazySquirrel2011-10-27 10:31:18
Apache Ant
CrazySquirrel, 2011-10-27 10:31:18

ant parameters, is there?

Of course, it may be that I have not read the microdef manual, but it seems that there is no such thing.
It is necessary to call the ant script with parameters from the command line.
Something like
ant targetName param1 param2 paramN<br/>
Is this real?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LastDragon, 2011-10-27
@LastDragon

For real, see ant.apache.org/manual/running.html#options
ant targetName -Dparam1=value1 -Dparam2=value2

C
CrazySquirrel, 2011-10-27
@CrazySquirrel

Wow. Thanks, kind person.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question