Re: Newbie installation difficulties
Steve Crossan <[email protected]> Thu, 10 Apr 2003 19:20:13 +0100 (BST)
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <Pine.LNX.4.21.0304101850590.442-100000@wormtail.runtime-collective.com> |
> > BUILD FAILED
> >
> > /local/scratch/steve/servers/cms/src/lenya/build.xml:271: Could not create
> > task of type: xslt. Common solutions are to use taskdef to declare your
> > task, or, if this is an optional task, to put the optional.jar in the lib
> > directory of your ant installation (ANT_HOME).
> > --------
> >
> > Now ant 1.4.1 does contain the optional jar:
>
> You need at least Ant 1.5.1. It contains the XSLT task.
>
OK, I've upgraded to 1.5.3. I'm now getting compilation
(classpath?) problems:
[javac]
/local/scratch/steve/servers/lenya/build/lenya/src/org/lenya/cms/cocoon/generation/ProxyGenerator.java:46: package
org.apache.excalibur.xml.sax does not exist
[javac] import org.apache.excalibur.xml.sax.SAXParser;
[javac] ^
[javac]
/local/scratch/steve/servers/lenya/build/lenya/src/org/lenya/cms/cocoon/acting/EditorMainAction.java:52: package
org.apache.excalibur.xml.sax does not exist
[javac] import org.apache.excalibur.xml.sax.SAXParser;
[javac] ^
[javac]
/local/scratch/steve/servers/lenya/build/lenya/src/org/lenya/cms/cocoon/acting/XopusHandlerAction.java:55: cannot
resolve symbol
[javac] symbol : class DOMParser
[javac] location: package dom
[javac] import org.apache.excalibur.xml.dom.DOMParser;
[javac] ^
[javac]
/local/scratch/steve/servers/lenya/build/lenya/src/org/lenya/cms/cocoon/acting/BitfluxAction.java:55: cannot
resolve symbol
[javac] symbol : class DOMParser
[javac] location: package dom
[javac] import org.apache.excalibur.xml.dom.DOMParser;
> BTW, soon there will be a detailed installation instruction online
> (probably within the next hours).
>
Has this appeared yet?
> HTH,
> Andreas
>
>
> _______________________________________________
> WyonaCMS-users mailing list
> [email protected]
> http://wyona.org/cgi-bin/mailman/listinfo/wyonacms-users
>