DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33162>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33162 Summary: OutOfMemoryException when compiling a large project Product: Ant Version: 1.6.2 Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This started happening with 1.6+ ant releases. It does not happen with 1.5.4 or earlier releases on my architecture (amd 64) -verbose error output ========================================= [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError BUILD FAILED /home/martin/Ant/build.xml:129: Compile failed; see the compiler error output for details. at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938) at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeTarget(Project.java:1214) at org.apache.tools.ant.Project.executeTargets(Project.java:1062) at org.apache.tools.ant.Main.runBuild(Main.java:673) at org.apache.tools.ant.Main.startAnt(Main.java:188) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55) The Build Line= ========================================== <javac debug="on" destdir="${build}" verbose="off"> <src path="${src}"/> <classpath refid="build.class.path"/> <!-- exclude name="**/*Movie*/"/ --> <exclude name="**/*CookieDetector*/"/> <exclude name="**/*CVS*/"/> <!--<exclude name="com/uga/jake/StructureDrawing*/" --> <exclude name="de/**"/> <!-- exclude name="beantest/**"/ --> <!-- exclude name="archiver/**"/ --> <exclude name="com/uga/jake/RTF*/"/> <exclude name="VersionChecker*/"/> <exclude name="JExam*VersionChecker/"/> <!-- exclude name="com/uga/jake/admin/Rost*/"/ --> <!-- exclude name="com/uga/jake/admin/Object*/"/ --> <!-- exclude name="com/uga/jake/admin/Gene*/"/ --> <!-- exclude name="com/uga/jake/app/admin/DataImpo*/"/ --> <exclude name="com/uga/jake/admin/Uni*/"/> <!-- exclude name="com/uga/jake/editor/**" --> <!-- exclude name="com/uga/sam/**"/ --> </javac> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]