SE450: Ant: Running Ant [20/41] Previous pageContentsNext page

OK, enough setup. Now to run Ant. You should be able to go to a random directory in a command window and type ant and see something like the following on your screen:

Buildfile: build.xml does not exist!
Build failed

This is a good thing. This means ant is now working. Now we will look at the setup of your development directory and the build file to compile your code.

Previous pageContentsNext page