Stefano,

> absent documentation (the first who says that cocoon docs sucks will 
> have to figure out how to compile tomcat and connectors from source 
> before being allowed to speak again)
> 

I want to bet here, i do not say Cocoon docs sucks ;), but building tc
4.1.X and tc 5 is not that hard, crash course on building tc 4.1.X &
5.X, the build procedure assume you have a correctly installed ant
binary in your system, our repositories dont include a copy of ant..

* tc5

        a) cvs co jakarta-tomcat-catalina
        b) cvs co jakarta-tomcat-connectors
        c) cvs co jakarta-tomcat-jasper 
        d) cvs co jakarta-tomcat-5
        e) cd jakarta-tomcat-5
        f) copy build.properties.sampla to build.properties tweak to
your need, probably you only need to point base.path to newly created
directory, this is for downloading dependencies..
        g) ant download
        h) ant
        i) That's all folks!!

* tc4.1.x

        b) cvs co jakarta-tomcat-connectors
        c) cvs co jakarta-tomcat-jasper 
        d) cvs co jakarta-tomcat-4
        e) cd jakarta-tomcat-4
        f) copy build.properties.sample to build.properties tweak to
your need, probably you only need to point "base.path" to a newly
created directory, this is for downloading dependencies..
        g) ant download
        h) ant
        i) That's all folks!!

Saludos, 
Ignacio J. Ortega 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to