StendhalNetBeans: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge |
imported>AntumDeluge |
||
| Line 87: | Line 87: | ||
<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 = src |
|||
Label = (your choice) |
|||
Test Package Folders: |
|||
Package = tests |
|||
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> |
||