Back out change. Fixed by altering script.
[java-idp.git] / doc / INSTALL.txt
1 4/27/04
2 Version 1.2
3
4 Binary distributions of the Shibboleth code are available.
5 Information on obtaining and installing binaries can be found at
6 http://shibboleth.internet2.edu/ and in the deploy guide in this
7 directory.
8
9 This document provides details for those wishing to build from source.
10
11 JAVA / ORIGIN
12
13 There are a fairly large number of dependent Java class libraries required
14 to build Shibboleth, but all the needed jars are currently included.
15 The binary distribution for the origin site components includes the Java
16 source. The binaries can also be built easily using Ant, which is also included.
17
18 The following commands will build this release of Shibboleth
19
20 $ cd shibboleth/java
21 $ ./ant build-util
22 $ ./ant
23
24 The JavaDocs can be generated with the following command:
25
26 $ ./ant javadocs
27
28 The origin code is largely contained in a Java webapp (shibboleth.war) that
29 you would deploy with a J2EE engine like Tomcat. From this point, refer to
30 the deploy guide for more details.