OPENJPA-2091 improve docs about howto install JAI

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1212478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2011-12-09 15:26:30 +00:00
parent 9305834478
commit 6269231420
1 changed files with 8 additions and 2 deletions

View File

@ -90,10 +90,16 @@
repository and should be downloaded and installed manually
to your local repository.
JAI can be found here:
http://download.java.net/media/jai/builds/release/1_1_3/
ie :
$ mvn install:install-file -Dfile=jai_core.jar \
-DgroupId=javax.media -DartifactId=jai-core \
-DgroupId=javax.media -DartifactId=jai_core \
-Dversion=1.1.3 -Dpackaging=jar
$ mvn install:install-file -Dfile=jai_codec.jar \
-DgroupId=javax.media -DartifactId=jai_codec \
-Dpackaging=jar -Dversion=1.1.3
Alternatively if you have installed the JAI artifacts to an
internal repository you can specify it on the command line:
@ -271,7 +277,7 @@
<move file="${docbook.target}/manual.html" tofile="${docbook.target}/index.html" />
<!-- Replace a 'base href' token to 'base target' in the index.html -->
<!-- This base href was inserted by manual-xhtml-chunk.xsl parameter 'html.base' -->
<replace file="${docbook.target}/index.html" token="base href" value="base target" />
<replace file="${docbook.target}/index.html" token="base href" value="base target" />
<!-- Copy main.html from original location to docbook target -->
<copy file="${docbook.source}/main.html" tofile="${docbook.target}/main.html" />
<!-- copy over images and styles -->