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

schulz daniel.schulz at lionbioscience.com
Tue Mar 22 15:24:37 UTC 2005


Hi,
>> You can set ant properties using -D properties as command line
>> arguments to the JVM. 
>>
>   That's what I used in my example - but as an inconvenient way (and
> unfortunately the only one, I still think). What I was asking about is the
> (non-existent, I think) possibility to say, e.g.:
>
>   ant my_target - -my param1 -your param2
Maybe I miss something, but I think there is not much difference of "ant my_target - -my param1 -your param2" to "ant my_target -Dproperty=value" and then to reference it as ${property} in your ANT script. 

Best,
Daniel





More information about the moby-l mailing list