Where is JME "build.xml" to build a jar?

Hi, all:



Where is JME "build.xml" to build a jar?



Cheers

in the root directory

http://code.google.com/p/jmonkeyengine/source/browse/#svn/trunk


Found it from SVN

but happened to notice JME's build.xml only builds upon its own default (downloaded) libraries.

I cannot specify my own "jogl, lwjgl,jorbis, etc"

Have got to revise "build.xml" manually by myself.

Cheers
JIA
jiapei100 said:


Found it from SVN

but happened to notice JME's build.xml only builds upon its own default (downloaded) libraries.

I cannot specify my own "jogl, lwjgl,jorbis, etc"

Have got to revise "build.xml" manually by myself.

Cheers
JIA


If you have a read-only Subversion work area, then just replace whatever you want to under lib/lwjgl, etc.  As you can see in the build-file, you need to set up subdirectories under lib as required.  If you will be committing, or if you like your Subversion status to accurately reflect local changes, you'll need to edit build.xml (setting property "lib" won't work because I see that there are inconsistencies in how the lib directory is referenced).