ANT_OPTS and -D

2006-01-31 Thread javier muguruza
hi I am trying to set ant to start with some customization, but setting ANT_OPTS = -Dcom.sun.management.jmxremote does not seem to work. Maybe ANT_OPTS can only to be used with things like -server -XX:+UseParallelGC and -D is only available in the command line? thanks javi -

Re: properties file read programatically

2005-07-21 Thread javier muguruza
, Juergen Hermann <[EMAIL PROTECTED]> wrote: > On Thu, 21 Jul 2005 22:48:38 +0200, javier muguruza wrote: > > >I haven't found anything in the list about that...is it possible to > >use ant programatically to read a property file and at the same time > >performing the

properties file read programatically

2005-07-21 Thread javier muguruza
Hi, I haven't found anything in the list about that...is it possible to use ant programatically to read a property file and at the same time performing the property substitution like ant does? I would like to reuse my build.properties for my own code. thank you in advance, javi -