You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Anil R. Shalu" <as...@nulinkinc.com> on 2004/01/14 15:11:16 UTC

The system is out of resources. while compiling a project

Hi,
 
When I try to compile my project using ant I get following the message:
 
C:\xyz\Client>ant
Buildfile: build.xml
 
init:
 
compile:
    [javac] Compiling 4738 source files to C:\xyz\Client\build
 

    [javac] The system is out of resources.
    [javac] Consult the following stack trace for details.
    [javac] java.lang.OutOfMemoryError
 
BUILD FAILED
file:C:/xyz/Client/build.xml:135: Compile failed; see the compiler error
output for details.
 
Total time: 21 seconds
 
What is going wrong? 
Thank you 
Anil