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
-
, 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
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
-