VisualGuideToBuildingStendhalStep5: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Oslsachem
updated
imported>Hendrik Brummermann
No edit summary
Line 1: Line 1:
==Step 5. Build the Stendhal distribution using Ant (which uses JDK)==
==Step 5. Build the Stendhal distribution using Ant==


Move the ''AntDist'' file inside the ''stendhal'' folder which is inside the ''CVSProjects'' folder, or wherever you have the ''stendhal'' folder that you checked out from CVS.
Move the ''AntDist'' file inside the ''stendhal'' folder which is inside the ''projects'' folder, or wherever you have the ''stendhal'' folder that you checked out from Git.


[[File:Step5BuildStendhalWithAnt01.png]]
[[File:Step5BuildStendhalWithAnt01.png]]

Revision as of 21:30, 21 January 2016

Step 5. Build the Stendhal distribution using Ant

Move the AntDist file inside the stendhal folder which is inside the projects folder, or wherever you have the stendhal folder that you checked out from Git.

To be sure that you are in the right stendhal folder, you should see a file named build.xml, which will be used by Ant to build the Stendhal distribution.

Select the AntDist file and press the [enter] key (↵).

A command prompt window will appear and the building process will begin:

After quite some time, when the text BUILD SUCCESSFUL is displayed, the process will be finished.

You can press any key to close this window.

Go to Step 6. Locate the built server and client zip files