DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3555>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3555
Both memoryMaximumSize and memoryInitialSize cause the compile to fail with "Invalid option
or argument"
bodewig@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From bodewig@apache.org 2001-09-27 06:00 -------
you need to specify fork="yes" to take advantage of the memory setting. Not
running a "forked" javac will produce the error you describe.
There is a bug in that the memeory settings should be ignored (and the docs say
they are) if you run javac in the same VM, it will be fixed in Ant 1.4.1.
|