Quoting scott hutinger:
>
> Fred,
>
> ..Could you try the latest xerces gump files and add them to
> your CLASSPATH? I have noticed some other problems related to
> linux. A bunch of fixes are in this version. I used this to
> create a build without my failure (which I know the fix is built into
> the gump version).
>
> http://brutus.apache.org/gump/public-jars/xml-xerces2/jars/xml-parser-gump-29032005.jar
> http://brutus.apache.org/gump/public-jars/xml-xerces2/jars/xercesImpl-gump-29032005.jar
Saatana, ei se toimi.
CLASSPATH:
/opt/trunk/xercesImpl-gump-29032005.jar:/opt/trunk/xml-parser-gump-29032005.jar:/opt/j2sdk1.4.2_07/jre/lib/rt.jar:/opt/trunk/DITA-OT1.0/lib/dost1.0.jar:/opt/trunk/lib/avalon-framework-cvs-20020806.jar:/opt/trunk/lib/fop.jar:/opt/trunk/lib/batik.jar
Running "ant" in the DITA subdir,
it barfed the same way:
BUILD FAILED
/opt/trunk/DITA-OT1.0/build.xml:616: The following error occurred while
executing this line:
/opt/trunk/DITA-OT1.0/build.xml:680: The following error occurred while
executing this line:
/opt/trunk/DITA-OT1.0/pretargets.xml:120:
javax.xml.transform.TransformerException: java.lang.NullPointerException
Running "ant pdf" in the "trunk/" directory,
it barfed the same way as previously:
topicpull:
[xslt] Transforming into /opt/trunk/temp
[xslt] Processing /opt/trunk/temp/cgsinsta.dita to
/opt/trunk/temp/cgsinsta.dita.pull
[xslt] Loading stylesheet
/opt/trunk/DITA-OT1.0/xsl/preprocess/topicpull.xsl
[xslt] : Error! null
[xslt] Failed to process /opt/trunk/temp/cgsinsta.dita
BUILD FAILED
/opt/trunk/build.xml:93: The following error occurred while executing this
line:/opt/trunk/build.xml:137: The following error occurred while executing
this line:
/opt/trunk/DITA-OT1.0/pretargets.xml:120:
javax.xml.transform.TransformerException: java.lang.NullPointerException
So, the new jarfiles, when placed at the head of my CLASSPATH, do not help.
Perhaps the new xerces jarfiles need to be in one of the lib/ subdirs ?
fred