Chapter 10. Build OGSA-DAI

10.1. Build OGSA-DAI binary from OGSA-DAI source distribution
10.1.1. Build OGSA-DAI Axis 1.4 binary distribution
10.1.2. Build OGSA-DAI Axis 1.2.1 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 Axis 1.4 binary distribution

To build OGSA-DAI Axis 1.4 binary distribution, run the following in the OGSA-DAI Axis 1.4 source distribution directory:

$ ant

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

Any warnings of form:

[java] - Unable to find required classes (javax.activation.DataHandler 
 and javax.mail.internet.MimeMultipart). Attachment support is disabled.

can be safely ignored.

[Important]Important
You should now change into this directory since all other parts of the OGSA-DAI user doc are centred around a binary distribution.

10.1.2. Build OGSA-DAI Axis 1.2.1 binary distribution

To build OGSA-DAI Axis 1.2.1 binary distribution, run the following in the OGSA-DAI Axis 1.2.1 source distribution directory:

$ ant

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

Any warnings of form:

[java] - Unable to find required classes (javax.activation.DataHandler
 and javax.mail.internet.MimeMultipart). Attachment support is disabled.

can be safely ignored.

[Important]Important
You should now change into this directory since all other parts of the OGSA-DAI user doc are centred around a binary distribution.