StendhalNetBeans: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
Change some instructions for creating Java project and checking out CVS source for NetBeans.
Line 6:
<span style="color:red; font-weight:bold; font-style:italic;">Incomplete instructions...</span>
 
== NewSetting Up Project from CVS ==
 
<ol>
<li>Create a new Java project. Go to the menu bar and select "File -> New Project".</li>
<li>In the New Project window Select "Java -> Java Application" and click "Next".</li>
<li>Fill in the following information:</li>
 
<pre>
Project Name: stendhal (or whatever you want)
Project Location: Choose the parent directory of your project.
Uncheck "Create Main Class".
</pre>
 
<li>Click "Finish".
</ol>
 
== Import Stendhal Files from CVS ==
<span style="color:blue; font-weight:bold; font-style:italic;">Updated for NetBeans 8.0</span>
 
Line 14 ⟶ 30:
<li>Under the tab "Available Plugins" check "CVS" and click "Install".</li>
<li>Restart NetBeans</li>
<li>FromIn the menugroup barwindow selectunder the "TeamProjects" ->tab CVSselect ->the Checkout"project.</li>
<li>From the menu bar select "Team -> CVS -> Checkout" or right-click the project and select "Versioning -> Checkout".</li>
<li>Fill in the following information under "CVS Root":</li>
 
Line 20 ⟶ 37:
For anonymous checkout:
CVS Root: :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne
Password: Leave(leave blank.)
 
For privileged checkout:
CVS Root: :extssh:username@arianne.cvs.sourceforge.net:/cvsroot/arianne
Select "Use internal SSH".
Password: Your(your Sourceforge password.)
</pre>
 
<li>Click "Next" and fill in the following information under "Module to Checkout":</li>
 
<pre>
Module: stendhal
Branch: HEAD
Local Folder: Path(path to wherethe youproject's wantroot source downloaded.directory)
</pre>