VisualGuideToBuildingStendhalStep4
Step 4. Compile Stendhal using ant
Open the command prompt window and cd to C:\development\stendhal (Note: there's a build.xml file in that folder).
Type ant clean and press enter
Note: ant clean is a harmless command that only deletes what it considers unused or unnecessary files and folders. You can use it anytime, but not immediately after typing ant compile because it deletes your compiled binaries too and you would have to compile again.
- Type ant compile (or simply ant) and press enter
- Close the window (type exit or click the X)
Go to Step 5. Move compiled files to server and client folders