Print
Using Ant

Using Ant with DamageControl

If your project uses Ant as its build system, the build command specified in the project configuration should be as follows:

ant sometarget

Special note for Windows users

If your DamageControl server is running on a Windows machine, you should add a prefix to your build command:

cmd /C ant yourtarget

The cmd /C prefix is to make sure Ant is run from within a native windows cmd shell (and not the cygwin shell). Read more here: http://ant.apache.org/manual/platform.html

Powered by Atlassian Confluence