After doing a lot of compiling with Ant I get a build failed with a message about the heap. What's this and how can I fix it?
Nischal Tanna
Ranch Hand
Joined: Aug 19, 2003
Posts: 182
posted
0
Can u post ur exception stack trace?... also if nething abt heap is being complained... it may be coz u may be declaring number of Objects in loop???....
Thnx
Peter Warde
Ranch Hand
Joined: Aug 18, 2004
Posts: 71
posted
0
This is my output in my Ant build.xml file. How do I increase the heap size? Thanks Peter
null ParameterImpl instances: 0 MethodImpl instances: 0 ConstructorImpl instances: 0 SimpleNode instances: 0 SourceClass instances: 0 XDoc instances: 0 DefaultXTag instances: 0 BinaryClass instances: 0 UnknownClass instances: 0 Total memory: 155 Free memory: 94 Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m See the JDK tooldocs. /home/dev/autosalvage/claimcentrephase4/autosalvage-projects/common/components/uidgen-ejb/build.xml:76: null BUILD FAILED (total time: 4 seconds)
Peter Warde
Ranch Hand
Joined: Aug 18, 2004
Posts: 71
posted
0
Hi
I've posted this to the ANT, Maven and other build tools forum as I think it is more appropriate there.