[MOBY-l] Re: Ant tasks (was: [MOBY-dev] Java packages conversation)

Phillip Lord p.lord at cs.man.ac.uk
Tue Mar 22 14:45:12 UTC 2005


>>>>> "Martin" == Martin Senger <senger at ebi.ac.uk> writes:

  Martin> I have not find a way how to pass to an Ant target
  Martin> parameters from the Ant's command-line (let me know please
  Martin> if anybody knows how to do it).  

You can set ant properties using -D properties as command line
arguments to the JVM. 

I normally use properties files like so...

    <property file="antmerge-antmerge.properties" id="antmerge.properties"/>


myself. 

Cheers

Phil



More information about the moby-l mailing list