Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:Win2K
JDK 1.4.2_02
Description
If maven.compile.fork is true an out of memory error can occur when compiling many java files. Currently there isn't a way to pass the memory attributes (memoryInitialSize and memoryMaximumSize) to ant's javac task.
I've attached a patch to the plugin to fix this problem.
Issue Links
- is depended upon by
-
MAVEN-1244
plugin issues to fix for RC3
-
Let me know if this patch is in the wrong format.