[EMAIL PROTECTED] wrote: > I get this error when running build.sh > > compile: > [echo] Compiling the sources > [mkdir] Created dir: >/home/husseinp/java/fop/fop-0.20.3/build/classes/org/apache/fop/viewer/resources > [copy] Copying 11 files to >/home/husseinp/java/fop/fop-0.20.3/build/classes/org/apache/fop/viewer/resources > [mkdir] Created dir: >/home/husseinp/java/fop/fop-0.20.3/build/classes/org/apache/fop/viewer/Images > [copy] Copying 5 files to >/home/husseinp/java/fop/fop-0.20.3/build/classes/org/apache/fop/viewer/Images > [javac] Compiling 497 source files to >/home/husseinp/java/fop/fop-0.20.3/build/classes > [javac] error: File >/home/husseinp/java/fop/fop-0.20.3/build/src/org/apache/fop/fo/properties/Constants.java > does not contain type > org.apache.fop.fo.properties.Constants as expected. Please adjust the class path so >that the file does not appear in the package > org/apache/fop/fo/properties. > [javac] >/home/husseinp/java/fop/fop-0.20.3/build/src/org/apache/fop/fo/PropertyManager.java:22: > Class org.apache.fop.fo.properties.Constants not > found in import. > [javac] import org.apache.fop.fo.properties.Constants; > [javac] ^ > > > Have I missed something simple ??
Mmmh .. the missing file is generated during the build process. Try again from scratch, first type './build.sh clean' then './build.sh' and watch for something like: codegen: [echo] Resetting codegen directory [copy] Copying 37 files to /home/chrisg/tmp/fop-0.20.3/build/src/codegen [echo] Generating the java files from xml resources ... > Regards > > > Paul. Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]