> I am trying to get Cocoon 2 to run. (Has Cocoon 2 reached that
> stage yet?)
>
I got it running using Tomcat......
> Have I got all the classpaths correct?
>
> wrapper.classpath=c:\program files\apache group\Apache JServ
> 1.1\ApacheJServ.jar
> wrapper.classpath=c:\sdk\jsdk2.0\lib\jsdk.jar
> wrapper.classpath=d:\CVS\xml-cocoon\out #cocoon2 compiled
> class files
> here
> wrapper.classpath=c:\sdk\xerces-1_0_3\xerces.jar
> wrapper.classpath=d:\CVS\xml-cocoon\xalan_0_20_0.jar
> wrapper.classpath=c:\sdk\jdk1.3\lib\tools.jar
> wrapper.classpath=c:\sdk\jdk1.3\lib\dt.jar
> wrapper.classpath=d:\CVS\xml-cocoon\bin\xslp.jar
>
> I also made the assumption: "If I compile org.apache.cocoon.Cocoon, then
> everything else will follow through", because I don't know how to compile
> every *.java file in every subdirectory. (Oh the shame :-)
>
You have to use Ant to build Cocoon. It's a build-tool. You can find it here
<http://jakarta.apache.org/> or else in de cocoon1.7 distribution you'll
find ant in the lib-dir.
Gerard
|