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

Reply via email to