Stendhal on Eclipse: Difference between revisions

Content deleted Content added
imported>MartinFuchs
Running JUnit Tests in Eclipse
imported>Durkham
Line 3:
# Create new 'Java Project'
# Get stendhal from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne)
<pre>
 
file-> new -> project -> project-> from cvs
<next>
 
check "create new repository"
<next>
 
host : arianne.cvs.sourceforge.net
repository path : /cvsroot/arianne
user : anonymous
connection Type: pserver
<next>
 
check "use an existing module"
click directory: stendhal
<next>
 
checkout as a project configured using the new project wizard
<next >
 
<finish>
 
select a wizard: java project
project Name: stendhal ( or whatever you like to call it )
<finish>
</pre>
 
# Make sure that the marauroa.ini (server.ini, for Stendhal version 0.63 or above) is in your stendhal project folder - '''only needed if you will be running the server'''.
# Right click on your project folder and select "Properties" in the context menu.