Chapter 10. Build OGSA-DAI

10.1. Build OGSA-DAI binary from OGSA-DAI source distribution
10.1.1. Build OGSA-DAI GT 4.0.5 binary distribution

10.1. Build OGSA-DAI binary from OGSA-DAI source distribution

If you already have an OGSA-DAI binary distribution you can skip this section.

10.1.1. Build OGSA-DAI GT 4.0.5 binary distribution

To build OGSA-DAI GT 4.0.5 binary distribution, run the following in the OGSA-DAI GT 4.0.5 source distribution directory:

$ ant -Dgt.dir=/PATH/TO/ws-core-4.0.5

Alternatively, you can do:

$ export GLOBUS_LOCATION=/PATH/TO/ws-core-4.0.5
$ ant

The OGSA-DAI binary distribution will be placed in: build/ogsadai-3.0-gt-4.0.5-bin.

[Important]Important
You should now change into this directory as all other parts of the OGSA-DAI documentation depend on you issuing commands from this directory.