Jme build problem

I am using this following java version-



C:Documents and SettingsPrasun>java -version

java version "1.5.0_12"

Java™ 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)

Java HotSpot™ Client VM (build 1.5.0_12-b04, mixed mode, sharing)



But when i build then this error produce-





G:jme>ant dist-all

Buildfile: build.xml

Overriding previous definition of reference to classpath



init:

    [echo] jmeKeyStore



compile:

   [javac] Compiling 1389 source files to G:jmebuild

   [javac] Note: Some input files use unchecked or unsafe operations.

   [javac] Note: Recompile with -Xlint:unchecked for details.



dist-core:

     [jar] Building jar: G:jmetargetjme.jar



BUILD FAILED

G:jmebuild.xml:58: Problem creating jar: G:jmetargetjme.jar (The system can

not find the path specified) (and the archive is probably corrupt but I could no

t delete it)



Total time: 11 minutes 22 seconds







Now how can i solve this problem? Please tell me something.

prasunhowlader said:

Problem creating jar: G:jmetargetjme.jar (The system can
not find the path specified)

Do you have a G:jmetarget directory?

Also, I would recommend trying to use Eclipse or Netbeans to develop/compile anything related to jME instead of the command line. Be sure to check the wiki about this.

Thanks all for their valuable information. I forgot to build target directory in jme directory hevee highlights that.