>>>>> "WR" == Wolfgang Reissenberger <[EMAIL PROTECTED]> writes:
WR> Is it possible, to set compiler options directly in the JAVAC WR> task? Not yet, sorry. WR> 1. The compiler has run out of memory: Ant runs javac inside the same VM - so just specify more memory to the VM when starting Ant (either hack ant.bat or start Ant manually using the -mx or -Xmx option). Stefan
