Re: [Wyonacms-users] Newbie installation difficulties

Andreas Hartmann <[email protected]> Thu, 10 Apr 2003 12:25:09 -0700
Newsgroups gmane.comp.cms.wyona.devel
Message-ID <[email protected]>
Steve Crossan wrote:
>>>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;

It seems to load an old version of Excalibur. Which Cocoon version
are you using?

>>BTW, soon there will be a detailed installation instruction online
>>(probably within the next hours).
>>
> 
> Has this appeared yet?

It's in CVS. Does someone have a Lenya server running?

Andreas