CVS path problems

Hi there,



I downloaded the newest jME Version from CVS with Eclipse. I just left all settings I don’t know what they mean on their default setting (Like the Tag). Now I get these two errors. The ANT testbuild failed with loads of errors.

  • The project cannot be built until build path errors are resolved.
  • Unable to read '.classpath' file of project jME.[/list:u]

From what I know of eclipse every project should have a .classpath file in the root of the project folder. It’s an xml file that has information pertaining to libs and src file locations.



This is .classpath file I have in my jme folder.


<?xml version="1.0" encoding="UTF-8"?>
<classpath>
   <classpathentry kind="src" path=""/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <classpathentry kind="output" path=""/>
</classpath>



You can try just making your own .classpath folder and pasting the above into it.

This should be automatically generated by eclipse for you though. Are you able to build jME okay (i.e. build.xml as opposed to buildtest.xml). When you run build.xml right click on it and go to run -> external tools. For jme build.xml make sure you have 'dist' in the arguments section. Then try building jME.

I’m getting slightly frustrated. Here are 100 of 844 Errors Eclipse shows:



Severity Description Resource In Folder Location Creation Time

2 The declared package does not match the expected package jme.src.com.jme.animation JointController.java jMonkeyEngine/jme/src/com/jme/animation line 1 25. Februar 2005 22:12:14

2 The method queueJointController(com.jme.animation.JointController) in the type CloneCreator is not applicable for the arguments (jme.src.com.jme.animation.JointController) JointController.java jMonkeyEngine/jme/src/com/jme/animation line 625 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.animation Keyframe.java jMonkeyEngine/jme/src/com/jme/animation line 33 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.animation KeyframeController.java jMonkeyEngine/jme/src/com/jme/animation line 1 25. Februar 2005 22:12:14

2 The method queueKeyframeController(com.jme.animation.KeyframeController) in the type CloneCreator is not applicable for the arguments (jme.src.com.jme.animation.KeyframeController) KeyframeController.java jMonkeyEngine/jme/src/com/jme/animation line 578 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.animation SpatialTransformer.java jMonkeyEngine/jme/src/com/jme/animation line 1 25. Februar 2005 22:12:14

2 The method queueSpatialTransformer(com.jme.animation.SpatialTransformer) in the type CloneCreator is not applicable for the arguments (jme.src.com.jme.animation.SpatialTransformer) SpatialTransformer.java jMonkeyEngine/jme/src/com/jme/animation line 510 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app AbstractGame.java jMonkeyEngine/jme/src/com/jme/app line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app BaseGame.java jMonkeyEngine/jme/src/com/jme/app line 33 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app BaseHeadlessApp.java jMonkeyEngine/jme/src/com/jme/app line 33 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app FixedFramerateGame.java jMonkeyEngine/jme/src/com/jme/app line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app FixedLogicrateGame.java jMonkeyEngine/jme/src/com/jme/app line 33 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app GameState.java jMonkeyEngine/jme/src/com/jme/app line 24 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app GameStateManager.java jMonkeyEngine/jme/src/com/jme/app line 24 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app SimpleGame.java jMonkeyEngine/jme/src/com/jme/app line 33 25. Februar 2005 22:12:14

2 The constructor FirstPersonHandler(SimpleGame, Camera, String) is undefined SimpleGame.java jMonkeyEngine/jme/src/com/jme/app line 236 25. Februar 2005 22:12:14

2 The method loadTexture(URL, int, int, boolean) in the type TextureManager is not applicable for the arguments (URL, int, int) SimpleGame.java jMonkeyEngine/jme/src/com/jme/app line 307 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app SimpleHeadlessApp.java jMonkeyEngine/jme/src/com/jme/app line 33 25. Februar 2005 22:12:14

2 The constructor FirstPersonHandler(SimpleHeadlessApp, Camera, String) is undefined SimpleHeadlessApp.java jMonkeyEngine/jme/src/com/jme/app line 183 25. Februar 2005 22:12:14

2 The method loadTexture(URL, int, int, boolean) in the type TextureManager is not applicable for the arguments (URL, int, int) SimpleHeadlessApp.java jMonkeyEngine/jme/src/com/jme/app line 228 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app StandardGameState.java jMonkeyEngine/jme/src/com/jme/app line 24 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.app VariableTimestepGame.java jMonkeyEngine/jme/src/com/jme/app line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding BoundingBox.java jMonkeyEngine/jme/src/com/jme/bounding line 33 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding BoundingSphere.java jMonkeyEngine/jme/src/com/jme/bounding line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding BoundingVolume.java jMonkeyEngine/jme/src/com/jme/bounding line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding OBB2.java jMonkeyEngine/jme/src/com/jme/bounding line 1 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding OBBTree.java jMonkeyEngine/jme/src/com/jme/bounding line 1 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.bounding OrientedBoundingBox.java jMonkeyEngine/jme/src/com/jme/bounding line 1 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.curve BezierCurve.java jMonkeyEngine/jme/src/com/jme/curve line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.curve Curve.java jMonkeyEngine/jme/src/com/jme/curve line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.curve CurveController.java jMonkeyEngine/jme/src/com/jme/curve line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects FlareQuad.java jMonkeyEngine/jme/src/com/jme/effects line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects LensFlare.java jMonkeyEngine/jme/src/com/jme/effects line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects LensFlareFactory.java jMonkeyEngine/jme/src/com/jme/effects line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects Particle.java jMonkeyEngine/jme/src/com/jme/effects line 31 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects ParticleManager.java jMonkeyEngine/jme/src/com/jme/effects line 31 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.cloth ClothPatch.java jMonkeyEngine/jme/src/com/jme/effects/cloth line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.cloth ClothUtils.java jMonkeyEngine/jme/src/com/jme/effects/cloth line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.cloth CollidingClothPatch.java jMonkeyEngine/jme/src/com/jme/effects/cloth line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.transients FadeInOut.java jMonkeyEngine/jme/src/com/jme/effects/transients line 35 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.transients FadeInOutController.java jMonkeyEngine/jme/src/com/jme/effects/transients line 35 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.effects.transients Transient.java jMonkeyEngine/jme/src/com/jme/effects/transients line 35 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.entity Entity.java jMonkeyEngine/jme/src/com/jme/entity line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.image BitmapHeader.java jMonkeyEngine/jme/src/com/jme/image line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.image Image.java jMonkeyEngine/jme/src/com/jme/image line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.image Texture.java jMonkeyEngine/jme/src/com/jme/image line 32 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.input AbsoluteMouse.java jMonkeyEngine/jme/src/com/jme/input line 39 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.input AbstractInputHandler.java jMonkeyEngine/jme/src/com/jme/input line 37 25. Februar 2005 22:12:14

2 The method setKeys(com.jme.input.KeyInput) in the type InputActionEvent is not applicable for the arguments (jme.src.com.jme.input.KeyInput) AbstractInputHandler.java jMonkeyEngine/jme/src/com/jme/input line 377 25. Februar 2005 22:12:14

2 The method setMouse(com.jme.input.MouseInput) in the type InputActionEvent is not applicable for the arguments (jme.src.com.jme.input.MouseInput) AbstractInputHandler.java jMonkeyEngine/jme/src/com/jme/input line 378 25. Februar 2005 22:12:14

2 The declared package does not match the expected package jme.src.com.jme.input FirstPersonHandler.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The constructor MouseLook(RelativeMouse, Camera, float) is undefined FirstPersonHandler.java jMonkeyEngine/jme/src/com/jme/input line 89 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input InputHandler.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The method setKeys(com.jme.input.KeyInput) in the type InputActionEvent is not applicable for the arguments (jme.src.com.jme.input.KeyInput) InputHandler.java jMonkeyEngine/jme/src/com/jme/input line 270 25. Februar 2005 22:12:15

2 The method setMouse(com.jme.input.MouseInput) in the type InputActionEvent is not applicable for the arguments (jme.src.com.jme.input.MouseInput) InputHandler.java jMonkeyEngine/jme/src/com/jme/input line 301 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input InputSystem.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 Type mismatch: cannot convert from LWJGLKeyInput to KeyInput InputSystem.java jMonkeyEngine/jme/src/com/jme/input line 62 25. Februar 2005 22:12:15

2 Type mismatch: cannot convert from LWJGLMouseInput to MouseInput InputSystem.java jMonkeyEngine/jme/src/com/jme/input line 63 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input KeyBindingManager.java jMonkeyEngine/jme/src/com/jme/input line 33 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input KeyInput.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input Mouse.java jMonkeyEngine/jme/src/com/jme/input line 39 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input MouseButtonStateType.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input MouseInput.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input NodeHandler.java jMonkeyEngine/jme/src/com/jme/input line 32 25. Februar 2005 22:12:15

2 The constructor NodeMouseLook(RelativeMouse, Spatial, float) is undefined NodeHandler.java jMonkeyEngine/jme/src/com/jme/input line 101 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input RelativeMouse.java jMonkeyEngine/jme/src/com/jme/input line 39 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action InputAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action InputActionEvent.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyBackwardAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyExitAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyForwardAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyInputAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyLookDownAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyLookUpAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeBackwardAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeForwardAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeLookDownAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeLookUpAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeRotateLeftAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeRotateRightAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeStrafeLeftAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyNodeStrafeRightAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyRotateLeftAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyRotateRightAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyScreenShotAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyStrafeLeftAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyStrafeRightAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyToggleBoolean.java jMonkeyEngine/jme/src/com/jme/input/action line 5 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action KeyToggleRenderState.java jMonkeyEngine/jme/src/com/jme/input/action line 5 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action MouseInputAction.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action MouseLook.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action NodeMouseLook.java jMonkeyEngine/jme/src/com/jme/input/action line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.action UIInputAction.java jMonkeyEngine/jme/src/com/jme/input/action line 37 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.lwjgl LWJGLKeyInput.java jMonkeyEngine/jme/src/com/jme/input/lwjgl line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.input.lwjgl LWJGLMouseInput.java jMonkeyEngine/jme/src/com/jme/input/lwjgl line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.intersection BoundingCollisionResults.java jMonkeyEngine/jme/src/com/jme/intersection line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.intersection BoundingPickResults.java jMonkeyEngine/jme/src/com/jme/intersection line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.intersection CollisionData.java jMonkeyEngine/jme/src/com/jme/intersection line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.intersection CollisionResults.java jMonkeyEngine/jme/src/com/jme/intersection line 32 25. Februar 2005 22:12:15

2 The declared package does not match the expected package jme.src.com.jme.intersection Distance.java jMonkeyEngine/jme/src/com/jme/intersection line 32 25. Februar 2005 22:12:15

Make sure you have the package directory pointing to the src directory (I believe you set this in the project properties). It looks like Eclipse things your source is one level higher i.e. the package would be src.com.jme.

Does it make any difference for me compiling the sources my self or downloading the pre-compiled jar archives, anyway?

can anyone tell me how to download jme using eclipse.

Eclipse has both cvs and ant so it should be possible.

shabda said:

can anyone tell me how to download jme using eclipse.
Eclipse has both cvs and ant so it should be possible.


This is what you're looking for:
http://www.jmonkeyengine.com/jmeforum/index.php?topic=1785.0
Nark said:

Does it make any difference for me compiling the sources my self or downloading the pre-compiled jar archives, anyway?

At this time the latest version of jME that can be downloaded is release 0.8, which is quite old.
For starting with jME the latest release could though be the best choice, as the starter guide refers to it.

If you want to use the CVS Version and don't want to compile yourself: Nightly builds are coming the next couple of days...

spam deleted…

…and for those that don't speak gibberish:


trewtrew said:

The handset bell sound downloading free bell sound downloading handset bell sound downloading free bell sound downloading free handset bell sound downloading free handset bell sound downloads the mp3 handset bell sound downloading chord bell sound to download mp3 the bell sound downloading movie mp3 bell sound downloading free handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading handset bell sound downloading bell sound downloading bell sound handset bell sound downloading handset bell sound free bell sound downloading handset bell sound free download free handset bell sound downloading bell Sound downloading bell sound handset bell sound downloading handset bell sound free bell sound downloading handset bell sound free download free handset bell sound downloading bell sound downloading bell sound handset bell sound downloading handset bell sound free bell sound downloading handset bell sound free download free handset bell sound downloading bell sound downloading bell sound handset bell sound downloading handset bell sound free bell sound downloading handset bell sound free download free handset bell sound downloading bell sound downloading


....with a bunch of links to chinese spamvertising sites.  Good to know spam comes in more than one language. ;)

darkfrog

renanse, the jME Spam Assassin. :-p



darkfrog

boo ya!  Let's make more.  :stuck_out_tongue:

i like those spams i can't even read. :wink:

That just means you're not trying hard enough:


dsada said:

The free bell sound free bell sound downloading free download bell sound free handset bell sound downloading handset bell sound free download free handset bell sound mp3 bell sound does smiles the bell sound free movie on-line movie movie downloading fervor movie small movie newest movie to look the movie free bell sound free bell sound downloading free download bell sound free handset bell sound downloading handset bell sound free download free handset bell sound mp3 bell sound does smiles the bell sound free movie on-line movie movie downloading fervor movie small movie newest movie to look the movie handset bell sound downloading free bell sound downloading free bell sound downloading free handset bell sound downloading free handset bell sound downloads the mp3 handset The bell sound downloading chord bell sound downloads mp3 the bell sound downloading free bell sound downloading free bell sound handset bell sound free download mp3 bell sound to do smiles the bell sound handset game handset game to download the free bell sound free bell sound downloading free download bell sound free handset bell sound downloading handset bell sound free download free handset bell sound mp3 bell sound to do smiles the bell sound free movie on-line movie handset game handset game to download the free bell sound free bell sound downloading free download bell sound free handset bell sound downloading handset bell sound free download free han

mh, i can read your quote, but the original spam just looks like chinese, or something, on my system… weird…  :?

I translated the text for you people who don't read Simplified Chinese.  :stuck_out_tongue: