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=39666>. 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=39666 Summary: Ant runs out of memory on JDK 1.5 Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I had a build.xml file works fine under JDK 1.4.2. After I upgrade JDK to 1.5, the ANT build failed with an out of memory error. After some investigation, I found this is because of the directory name used in my class path has a "." in it: <classpath> <fileset dir="D:/view/bfan_cba_512/modules/reporting/staging/tam- tbm.ear/xma" > <include name="*.jar"/> </fileset> </classpath> The "." in "tam-tbm.ear" caused this problem: [javac] error: error reading D:\view\bfan_cba_512 \modules\reporting\staging\ tam- tbm.ear\xma\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\ .\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\. \ .\.\.\.\.\.\.\.\.\..\lib\jakarta-oro.jar; error in opening zip file [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] java.lang.OutOfMemoryError: Java heap space The problem disappeared after I switched back to JDK 1.4 -- 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]
