Les Hartzman <[EMAIL PROTECTED]> wrote: > But I don't see how to pass in options to the compiler, such as heap > size. Ant runs javac in the same VM as Ant is running itself, to change the heap size for javac, you have to change it for the java process running Ant. Set the JAVACMD environment variable to "java -Xmx250m" or something. Stefan
- Setting compiler options? Les Hartzman
- Re: Setting compiler options? Nico Seessle
- Stefan Bodewig