You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fopdevenv 491B

12345678910
  1. # . source this file to set up the CLASSPATH for compiling the latest
  2. # versions of fop.
  3. unset CLASSPATH
  4. # N.B. If FOPDEV is unset, it defaults to the current directory.
  5. # This will work from the xml-fop base directory if you
  6. # . bin/fopdevenv
  7. FOPDEV=${FOPDEV:-"`pwd`"}; export FOPDEV
  8. JAVA_HOME=${JAVA_HOME:?"Set JAVA_HOME and try again"}
  9. FOPDEVJARS=`find $FOPDEV -follow -name '*.jar'`
  10. pre_vpath CLASSPATH $FOPDEVJARS $FOPDEV/build/classes $FOPDEV/build/fop.jar $JAVA_HOME/jre/lib/rt.jar