As suggested by J.Levitt (his message is included below),
I have re-verified my installation.
- I unzipped the DITA-OT 1.0 distro under Derby's trunk/
- ant is 1.6.2:
>> ant -version
Apache Ant version 1.6.2 compiled on July 16 2004
- Paths are correct:
>> echo $CLASSPATH
/opt/trunk/lib/avalon-framework-cvs-20020806.jar:/opt/trunk/lib/batik.jar:/opt/trunk/lib/fop.jar:/opt/DITA-OT1.0/lib/dost1.0.jar:/opt/j2sdk1.4.2_07/jre/lib/rt.jar
>> echo $PATH
/usr/local/apache-ant-1.6.2/bin/:/opt/j2sdk1.4.2_07/bin/:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11
- I have just today updated my Derby installation:
>> svn update
At revision 159582.
With all this, I am still getting the same error as before.
I also tried the DITA OT 1.0.1beta, and get the same errors.
Perhaps it is a problem somehow unique to my installation
(on Debian testing).
thank you all for the assistance,
fred baube
Quoting Jeff Levitt:
>
> --- Fred Baube <[EMAIL PROTECTED]> wrote:
> > To clarify ...
> >
> > > /opt/trunk >> echo $CLASSPATH
> > > /opt/DITA-OT1.0/lib/dost1.0.jar: [..]
> >
> > > [xslt] Loading stylesheet
> > /opt/trunk/DITA-OT1.0/xsl/preprocess/topicpull.xsl
> > > The following error occurred while executing this
> > line:/opt/trunk/DITA-OT1.0/pretargets.xml:120:
> > javax.xml.transform.TransformerException:
> > java.lang.NullPointerException
> >
> > I have a symlink from
> >
> > /opt/trunk/DITA-OT1.0
> > to
> > /opt/DITA-OT1.0
> >
> > so, the CLASSPATH does in fact include
> > the "dost" jar of the new DITA-OT release.
> >
>
> I'm not sure I understand everything you are doing
> with CLASSPATH etc, Fred. I didn't do anything with
> the Toolkit myself in regards to CLASSPATH. Let me
> tell you how I set my environment up, and maybe you
> can mirror it and get better results:
>
> Starting with a clean directory, I checked out the
> dita files (which include FOP and the ant build file).
> I then download the DITA Toolkit to the TRUNK
> directory. Use ONLY the Dita 1.0 toolkit, do not use
> the beta toolkit. The final path is:
>
> trunk\DITA-OT1.0\
>
> There is nothing else to do with the toolkit.
>
> For CLASSPATH, if ant is already installed and set up
> in the CLASSPATH, all you need to add are the 3 FOP
> jar files in the trunk/lib/ directory.
>
> That's IT. There should be nothing else you need to
> do.
>
>
> Can you try that, or let me know if there's something
> I'm missing that you have to do in your environment?
> My problem is that I am less experience with Linux
> than I am with Windows...
>