https://issues.apache.org/bugzilla/show_bug.cgi?id=48664
--- Comment #1 from Antoine Levy-Lambert <[email protected]> 2010-02-03 05:19:54 UTC --- you have to set ANT_OPTS as an environment variables before starting ant. so if you are on Windows, you would open a cmd box and do the following : SET ANT_OPTS=-d64 ant [arguments] ... on Solaris, the way you are trying to start ant seems valid, so there might be a bug in the ant startup script. Could you start ant with the --execdebug flag ? this shows the full command line before actually starting ant. Attach the output to this bug report. Regards, Antoine -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
