Build error

found myself have to build jars today but was unable to kept getting



Buildfile: D:workspacejmebuild.xml

Overriding previous definition of reference to classpath

init:

    [echo] jmeKeyStore

compile:

    [javac] Compiling 1390 source files to D:workspacejmebuild

    [javac] The system is out of resources.

    [javac] Consult the following stack trace for details.

    [javac] java.lang.OutOfMemoryError: Java heap space



BUILD FAILED

D:workspacejmebuild.xml:50: Compile failed; see the compiler error output for details.



Total time: 8 seconds



anybody know why this is and how I can resovle it

Do you have the latest copy of the build.xml file?



I think irrisor fixed this not so long ago (it's because of the COLLADA importer's large number of classes).

Wow, I've never seen a build fail from running out of memory!  :-o

Yeah, all those classes suck… ideas?

Put them in a jar lib?

yes, jar sounds good

thanks updated, the jme project folder has  other stuff " that other data folder and um other things ://" that makes update painfully long so I tend update the src and lib folders alone :roll:



thanks