diff options
author | Keiron Liddle <keiron@apache.org> | 2002-08-06 06:31:52 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-08-06 06:31:52 +0000 |
commit | dc94f5fc704a56bfb7c56632062df8a5e4568a30 (patch) | |
tree | 7240cec050d5c332b9d8d3f1ebf31837b4738026 /build.sh | |
parent | c085396685b38255b1d0de104742a8837e5ed426 (diff) | |
download | xmlgraphics-fop-dc94f5fc704a56bfb7c56632062df8a5e4568a30.tar.gz xmlgraphics-fop-dc94f5fc704a56bfb7c56632062df8a5e4568a30.zip |
makes antRun exec in build.sh and adds overview for javadoc generation
Submitted by: Victor Mote <vic@outfitr.com>
updated classpaths
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,10 +26,14 @@ if $cygwin ; then fi LIBDIR=lib -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.4.3.jar:$LIBDIR/xalan-2.3.1.jar:$LIBDIR/xml-apis.jar +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xercesImpl-2.0.1.jar:$LIBDIR/xalan-2.3.1.jar:$LIBDIR/xml-apis.jar LOCALCLASSPATH=$LOCALCLASSPATH:$LIBDIR/jimi-1.0.jar:$LIBDIR/avalon-framework-cvs-20020315.jar ANT_HOME=$LIBDIR +# antRun must be executable (can't do this in build.xml because Ant uses antRun +# to do the chmod) +chmod +rx $LIBDIR/bin/antRun + # For Cygwin, switch paths to Windows format before running java if $cygwin; then |