Re: ANT_OPTS and -D

2006-01-31 Thread Stefan Bodewig
On Tue, 31 Jan 2006, javier muguruza <[EMAIL PROTECTED]> wrote: > I am trying to set ant to start with some customization, but setting > ANT_OPTS = -Dcom.sun.management.jmxremote > does not seem to work. It should (without whitespace around the equals sign, at least for /bins/sh). > Maybe ANT_OP

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 -