Successfully installed Cocoon-2.0b2 from the public
distribution on this system:
Linux RedHat 7.1
Blackdown JDK - www.blackdown.org
java.vm.version=Blackdown-1.3.1-FCS
jakarta-tomcat-3.2.2
There were a couple of minor troubles with the initial
build, which would not commence without the following ...
[localhost]$ cd $COCOON_HOME
[localhost]$ chmod +x build.sh
[localhost]$ ./build.sh
... strange error: bin/ant: No such file or directory
... the file is definitely present
[localhost]$ dos2unix bin/ant
[localhost]$ ./build.sh
... now it works, but ...
BUILD FAILED
java.lang.NoSuchMethodError: org.xml.sax.Attributes: blah, blah
[localhost]$ vi ./build.sh
... build.sh was referencing the wrong version of xerces
... changed xerces_1_4_0.jar to xerces_1_4_1.jar
... now it works
regards, David Crossley
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>