On Sun, May 28, 2006 at 04:33:31AM -0700, Sam Ruby wrote: > codegen: > [echo] Resetting codegen directory > [copy] Copying 37 files to > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen > [echo] Generating the java files from xml resources > [style] Warning: the task name <style> is deprecated. Use <xslt> instead. > [style] Processing > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen/allprops.xml > to > /x1/gump/public/workspace/xml-fop-maintenance/build/src/org/apache/fop/fo/properties/Constants.java > [style] Loading stylesheet > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen/genconst.xsl > [style] Warning: the task name <style> is deprecated. Use <xslt> instead. > [style] Processing > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen/foproperties.xml > to > /x1/gump/public/workspace/xml-fop-maintenance/build/src/fo_ignore_this.java > [style] Loading stylesheet > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen/properties.xsl > [style] > /x1/gump/public/workspace/xml-fop-maintenance/properties.xsl:57:36: Error! > Had IO Exception with stylesheet file: ./propinc.xsl Cause: > java.io.FileNotFoundException: > /x1/gump/public/workspace/xml-fop-maintenance/propinc.xsl (No such file or > directory)
The path changed from xml-fop-maintenance/build/src/codegen/properties.xsl to xml-fop-maintenance/properties.xsl, which may have caused the error: xml-fop-maintenance/propinc.xsl does not exist, xml-fop-maintenance/build/src/codegen/propinc.xsl does. How could this happen? Simon > [style] : Fatal Error! javax.xml.transform.TransformerException: > ElemTemplateElement error: propclass Cause: > javax.xml.transform.TransformerException: ElemTemplateElement error: propclass > [style] Failed to process > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen/foproperties.xml > > BUILD FAILED > /x1/gump/public/workspace/xml-fop-maintenance/build.xml:446: Fatal error > during transformation > -- Simon Pepping home page: http://www.leverkruid.eu
