StendhalNetBeans: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge |
imported>AntumDeluge |
||
| (38 intermediate revisions by the same user not shown) | |||
| Line 33: | Line 33: | ||
</ol> |
</ol> |
||
=== |
=== CVS Checkout === |
||
<ol> |
<ol> |
||
<li>In the group window under the "Projects" tab select the project.</li> |
<li>In the group window under the "Projects" tab select the project.</li> |
||
| Line 41: | Line 41: | ||
<pre> |
<pre> |
||
For anonymous checkout: |
For anonymous checkout: |
||
CVS Root: :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne |
CVS Root: :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne/stendhal |
||
Password: (leave blank) |
Password: (leave blank) |
||
For privileged checkout: |
For privileged checkout: |
||
CVS Root: :ext:username@arianne.cvs.sourceforge.net:/cvsroot/arianne |
CVS Root: :ext:username@arianne.cvs.sourceforge.net:/cvsroot/arianne/stendhal |
||
Select "Use internal SSH". |
Select "Use internal SSH". |
||
Password: (your Sourceforge password) |
Password: (your Sourceforge password) |
||
</pre> |
</pre> |
||
<li>Click "Next".</li> |
|||
<li>Fill in the following information under "Folder to Import":</li> |
<li>Fill in the following information under "Folder to Import":</li> |
||
<pre> |
<pre> |
||
Folder to Import: ( |
Folder to Import: (the project's root directory) |
||
Import Message: ( |
Import Message: (anything, cannot be left empty) |
||
Repository Folder: stendhal |
Repository Folder: stendhal |
||
Check "Checkout After Import". |
Check "Checkout After Import". |
||
| Line 60: | Line 61: | ||
<li>Click "Finish" to begin import and checkout.</li> |
<li>Click "Finish" to begin import and checkout.</li> |
||
<li> |
<li>After importing is finished go to the menu bar and select "Team -> Update -> Update" or right-click the project and select "CVS -> Update -> Update".</li> |
||
</ol> |
</ol> |
||
| Line 87: | Line 88: | ||
<ol> |
<ol> |
||
<li> |
<li>Select the project in the "Project" tab of the groups window.</li> |
||
| ⚫ | |||
<li>Open the file "nbproject -> project.properties" and change the line "buildfile=nbbuild.xml" to "buildfile=build.xml". |
|||
| ⚫ | |||
| ⚫ | |||
<li>Fill in the following information:</li> |
|||
| ⚫ | |||
<pre> |
|||
Source Package Folders: |
|||
Package Folder = (the project's root folder) |
|||
Label = (your choice) |
|||
</pre> |
|||
<li>Select the "Libraries" category.</li> |
|||
<li>Under the "Compile" tab click "Add JAR/Folder".</li> |
<li>Under the "Compile" tab click "Add JAR/Folder".</li> |
||
<li>Navigate into the "libs" directory of the |
<li>Navigate into the "libs" directory of the project's root directory.</li> |
||
<li>Select all the .jar files and click "Open".</li> |
<li>Select all the .jar files and click "Open".</li> |
||
<li>Do the same for the "Processor", "Run", "Compile Tests", and "Run Tests" tabs. |
<li>Do the same for the "Processor", "Run", "Compile Tests", and "Run Tests" tabs. |
||
<li>Select the |
<li>Select the "Run" category.</li> |
||
<li>Under "Configuration" click "New" and add a "Configuration Name" for the server and click "OK".</li> |
<li>Under "Configuration" click "New" and add a "Configuration Name" for the server and click "OK".</li> |
||
<li>Fill in the following information:</li> |
<li>Fill in the following information:</li> |
||