NullPointerException running on Example.xsl in Eclipse
Status: Beta
Brought to you by:
maynardd
I am running XSLTDoc in Eclipse v.2.1.0 on Windows
2000 and have made sure the necessary .jar files are in
my classpath. Here is the stack trace:
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at
com.organic.maynard.io.FileTools.dumpStringToFile
(FileTools.java:94)
at
com.organic.maynard.io.FileTools.dumpStringToFile
(FileTools.java:88)
at com.organic.ce.XSLTDoc.<init>
(XSLTDoc.java:114)
at com.organic.ce.XSLTDoc.main
(XSLTDoc.java:84)
I ran XSLTDoc on your Example.xsl file (with the include
files in the same directory), so I would think it should
work...I did have to move com.organic.ce.XSLTDoc.java
out of src and up to the root to get it to run.