Is it possible, to set compiler options directly in the JAVAC task? I have the following two problems:
1. The compiler has run out of memory: Compiling 990 source files to E:\home\zv247\Projekte\GFNo1\src\Design\classes The compiler has run out of memory. Consider using the "-J-mx<number>" command line option to increase the maximum heap size. 2. Using jikes: Jikes does not have the -Xdepend flag set by default in contrast to javac. I would like to set this flag manually. Maybe the javac tag should be extended by an "options" attribute. Wolfgang
