JME3 source code

where can i find JME3 sources?!

i got it after decompiling jMonkeyEngine3.jar  :smiley:

http://codecorona.persiangig.com/Soheil/jMonkeyEngine3_05-13-2010.src.zip

You can get JME3 source straight from the svn branch http://code.google.com/p/jmonkeyengine/source/browse/#svn/branches/jme3 just download it with an svn client.  No need to decompile.  You can take a look on how to do that here: http://www.jmonkeyengine.com/wiki/doku.php/jme3

soheil1366 said:

thx mate but i am from Iran and google.code boycotted us and i cant use svn client ( even with proxy or VPN unfortunately )


For cases like this we can start doing snapshots of the code hosted on our website.  Will report back here when it's up..
soheil1366 said:

thx mate but i am from Iran and google.code boycotted us and i cant use svn client ( even with proxy or VPN unfortunately )
see :

wtf, maybe there are off-shore servers for oss software? lets fight them with their own tricks :D

i always using  google.code SVN clinet with a VPN connection and it works but i don't know what is this error this time :??

and i can see your actions for example:

"Revision: 5347
Author: normen667
Date: 2:07:04 AM, Thursday, May 13, 2010
Message:
jme3:
- allow setting of native extraction directory
----
Modified : /branches/jme3/src/desktop/com/jme3/system/Natives.java"


but i dont know what is wrong about this link for me! http://code.google.com/p/jmonkeyengine/source/browse/#svn/branches/jme3 ?!
at least this link worked : http://jmonkeyengine.googlecode.com/svn/branches/jme3/src/  ;)
soheil1366 said:

but i dont know what is wrong about this link for me! http://code.google.com/p/jmonkeyengine/source/browse/#svn/branches/jme3 ?!
at least this link worked : http://jmonkeyengine.googlecode.com/svn/branches/jme3/src/  ;)

The first link does not work with SVN clients, its for browsers only. The second is the correct svn link to the sources.

OMG  :smiley: i am so stupid then  :smiley:

thx all , I thought it relevant to the boycott :wink: but we are still in boycott without VPN  :frowning:

i hate politics  }:-@

soheil1366 said:

OMG  :D i am so stupid then   :D
thx all , I thought it relevant to the boycott ;) but we are still in boycott without VPN   :(
i hate politics  }:-@


...emoticon...OVERLOAD  XD XD XD XD :lol:

Glad you got this sorted, though we're still going to begin the process of snapshotted sources because you shouldn't need a VPN to use jME..

lol  XD

you are right and thank you  :slight_smile:

Getting some errors when retrieving the source.



iFurry:jME larswesselius$ svn co http://jmonkeyengine.googlecode.com/svn/branches/jme3 jme3
A    jme3/.classpath
(...........lots of files here. All seems perfectly fine........)
A    jme3/build.xml
A    jme3/build-before-profiler.xml
svn: In directory 'jme3'
svn: Can't open file 'jme3/.svn/tmp/text-base/README.TXT.svn-base': No such file or directory

iFurry:jME larswesselius$ cd jme3
iFurry:jme3 larswesselius$ svn up
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
iFurry:jme3 larswesselius$ svn cleanup
svn: In directory '.'
svn: Error processing command 'modify-wcprop' in '.'
svn: '.classpath' is not under version control


Tried a few times in different dirs. Any idea what's wrong?

i got errors each time too but try it again and again to get all data ( update your folder every time )  :smiley:

Well, now I did each folder separately, and then downloaded the rest of the files in jme3/ manually. Now it's working :stuck_out_tongue: