Share

Treebeard

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Couldn't start Ashpool: SAX2 driver class

You are viewing a single message from this topic. View all messages.

  1. 2007-05-11 15:17:57 UTC

    Tried the same solution (recompiling the BasicXSLEngine.java class): received a couple of errors, see below, regarding jimi and avalon which couldn't be resolved (the remaining errors are my own from Windows environment variables in the CLASSPATH) and where it is not clear where you have these jar files from.

    Would it not be sensible, if the code has been updated since 2004 to place a new compiled version which does not have the above hard-coding problem in the public domain?

    D:\Programme\Treebeard>javac -Xlint -classpath "%CLASSPATH%;.\treebeard.jar;.\re
    gexp.jar;.\Ashpool.jar;.\fop.jar;.\avalon.jar;.\xercesImpl.jar;.\bsh.jar" D:\usr
    \src\java\BasicXSLEngine.java
    warning: [path] bad path element "%XMLjars%\XML.jar": no such file or directory
    warning: [path] bad path element "%XMLjars%\ErrorList.jar": no such file or dire
    ctory
    warning: [path] bad path element "%XMLjars%\SideKick.jar": no such file or direc
    tory
    warning: [path] bad path element "%XSLTjars%\Xalan.jar": no such file or directo
    ry
    warning: [path] bad path element "%XSLTjars%\xercesImpl.jar": no such file or di
    rectory
    warning: [path] bad path element "%XSLT%\XercesPlugin.jar": no such file or dire
    ctory
    warning: [path] bad path element "%XSLTjars%\saxon8.jar": no such file or direct
    ory
    warning: [path] bad path element ".\jimi-1.0.jar": no such file or directory
    warning: [path] bad path element ".\avalon-framework-cvs-20020806.jar": no such
    file or directory
    D:\usr\src\java\BasicXSLEngine.java:78: warning: [unchecked] unchecked call to a
    dd(E) as a member of the raw type java.util.Vector
    params.add(name);
    ^
    D:\usr\src\java\BasicXSLEngine.java:79: warning: [unchecked] unchecked call to a
    dd(E) as a member of the raw type java.util.Vector
    params.add(value);
    ^
    11 warnings

    Yours,

    Ian
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.