diff --git a/build.xml b/build.xml index 2a490c08d..f2921c19e 100644 --- a/build.xml +++ b/build.xml @@ -45,6 +45,9 @@ under the License. To build the documentation you will need to install forrest and set the FORREST_HOME environment variable. Forrest 0.5.1 required. + You will need JDK 1.5 or newer to build much of POI. If all you want + is the core OLE2 support, then you only need JDK 1.4 + TO BE COMPLETED: @@ -68,6 +71,7 @@ under the License. + @@ -120,6 +124,10 @@ under the License. + + + + @@ -161,18 +169,30 @@ under the License. - - + + + + + + + + + @@ -260,6 +280,7 @@ under the License. + @@ -386,8 +407,8 @@ under the License. - @@ -395,8 +416,9 @@ under the License. + failonerror="true" destdir="${main.output.dir}" debug="on" fork="yes"> + + + + + + + + + + + + +