How do I execute a build in a different directory than the base directory

In your build command line cd to that directory and then execute the command line you need to build. Your build command line could look something like this:

cd directory/to/build/in/relative/to/checkout && ant

Labels

 
(None)