You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Hans Ulrich Niedermann <nd...@n-dimensional.de> on 2001/04/10 23:08:17 UTC

[C2][Patch] Installation documentation

Hi,

a while ago Chris Stevenson posted a patch to xdocs/installing.xml
describing how to install C2 on Tomcat 3 and 4. This patch helped me
to get a current C2 working after trying to and failing for several
days. 

I have modified his version a little bit (added a note about Tomcat
4.0 beta3 working with C2, reintroduced the WinCVS instructions and
added Unix CVS instructions). You can view the HTML output of my
modifications at http://n-dimensional.de/cocoon/docs/install.html .

As I still have a backlog of ~2000 messages on cocoon-dev, I don't
know if this version is completely up-to-date, but I think it's still
a lot better than current CVS installing.xml.

Patch is attached, I'd appreciate it very much if someone applied it.

Gruß,

Uli

Re: [C2][Patch] Installation documentation

Posted by giacomo <gi...@apache.org>.
Patch applied. Thanks Uli.

Giacomo

On 10 Apr 2001, Hans Ulrich Niedermann wrote:

> Hi,
>
> a while ago Chris Stevenson posted a patch to xdocs/installing.xml
> describing how to install C2 on Tomcat 3 and 4. This patch helped me
> to get a current C2 working after trying to and failing for several
> days.
>
> I have modified his version a little bit (added a note about Tomcat
> 4.0 beta3 working with C2, reintroduced the WinCVS instructions and
> added Unix CVS instructions). You can view the HTML output of my
> modifications at http://n-dimensional.de/cocoon/docs/install.html .
>
> As I still have a backlog of ~2000 messages on cocoon-dev, I don't
> know if this version is completely up-to-date, but I think it's still
> a lot better than current CVS installing.xml.
>
> Patch is attached, I'd appreciate it very much if someone applied it.
>
> Gru�,
>
> Uli
>


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Berin Loritsch <bl...@apache.org>:

> Giacomo Pati wrote:
> > 
> > Quoting Klaus-Hendrik Wolf <K-...@ifmi.org>:
> > 
> > > Hi,
> > >
> > > for I am new to C2, I was happy to find your description and it
> seems
> > > as if I found an mistake. The command
> > >          .\build.bat -Dinclude.webapp.libs=yes webapp
> > > doesn't work for there is no targe like webapp in the build.xml.
> > 
> > Then I think you'll have the wrong version. My Cocoon 2 build.xml
> really has the
> > webapp target and it builds smoothly.
> 
> Try this _very_ small change:
> 
> .\build.bat -Dinclude.webapp.libs=true webapp
> 
> (notice "=yes" is changed to "=true").  Also, how did you get C2?

I usually do it with =yes and it works.

Giacomo

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Santiago Gala <sg...@hisitech.com>.
Klaus-Hendrik Wolf escribió:
> 
> At 15:10 11.04.2001, you wrote:
> >Giacomo Pati wrote:
> > >
> > > Quoting Klaus-Hendrik Wolf <K-...@ifmi.org>:
> > >
> > > > Hi,
> > > >
> > > > for I am new to C2, I was happy to find your description and it seems
> > > > as if I found an mistake. The command
> > > >          .\build.bat -Dinclude.webapp.libs=yes webapp
> > > > doesn't work for there is no targe like webapp in the build.xml.
> > >
> > > Then I think you'll have the wrong version. My Cocoon 2 build.xml
> > really has the
> > > webapp target and it builds smoothly.
> >
> >Try this _very_ small change:
> >
> >.\build.bat -Dinclude.webapp.libs=true webapp
> >
> >(notice "=yes" is changed to "=true").  Also, how did you get C2?
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> >For additional commands, email: cocoon-dev-help@xml.apache.org
> 
> OK, there's my problem!
> I checked out cocoon2 today using jCVS and the given settings. The revision
> of my file is 1.71, while the actual version (according to
> http://xml.apache.org/websrc/index.cgi/xml-cocoon/build.xml) is 1.6.2.67.
> I downloaded it manually  via webcvs and the everything seems to compile right.
> 
> But: how do I get the right versions with jCVS? Any solutions?
> 

write "-r xml-cocoon2" in the argument line and then update. I think you
are using cvs HEAD instead of the  xml-cocoon2 branch.

This will switch to the cocoon 2 branch. Notice that the -r flag is
sticky, and you will remain in the C2 branch until you reset with "-a"
while updating.

> For this is off topic please answer directly to k-h.wolf@ifmi.org
> Thanks, and sorry for bothering you!
> 
> Klaus Hendrik
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Klaus-Hendrik Wolf <K-...@ifmi.org>.
At 15:10 11.04.2001, you wrote:
>Giacomo Pati wrote:
> >
> > Quoting Klaus-Hendrik Wolf <K-...@ifmi.org>:
> >
> > > Hi,
> > >
> > > for I am new to C2, I was happy to find your description and it seems
> > > as if I found an mistake. The command
> > >          .\build.bat -Dinclude.webapp.libs=yes webapp
> > > doesn't work for there is no targe like webapp in the build.xml.
> >
> > Then I think you'll have the wrong version. My Cocoon 2 build.xml 
> really has the
> > webapp target and it builds smoothly.
>
>Try this _very_ small change:
>
>.\build.bat -Dinclude.webapp.libs=true webapp
>
>(notice "=yes" is changed to "=true").  Also, how did you get C2?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
>For additional commands, email: cocoon-dev-help@xml.apache.org

OK, there's my problem!
I checked out cocoon2 today using jCVS and the given settings. The revision 
of my file is 1.71, while the actual version (according to 
http://xml.apache.org/websrc/index.cgi/xml-cocoon/build.xml) is 1.6.2.67.
I downloaded it manually  via webcvs and the everything seems to compile right.

But: how do I get the right versions with jCVS? Any solutions?

For this is off topic please answer directly to k-h.wolf@ifmi.org
Thanks, and sorry for bothering you!

Klaus Hendrik


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Berin Loritsch <bl...@apache.org>.
Giacomo Pati wrote:
> 
> Quoting Klaus-Hendrik Wolf <K-...@ifmi.org>:
> 
> > Hi,
> >
> > for I am new to C2, I was happy to find your description and it seems
> > as if I found an mistake. The command
> >          .\build.bat -Dinclude.webapp.libs=yes webapp
> > doesn't work for there is no targe like webapp in the build.xml.
> 
> Then I think you'll have the wrong version. My Cocoon 2 build.xml really has the
> webapp target and it builds smoothly.

Try this _very_ small change:

.\build.bat -Dinclude.webapp.libs=true webapp

(notice "=yes" is changed to "=true").  Also, how did you get C2?

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Klaus-Hendrik Wolf <K-...@ifmi.org>:

> Hi,
> 
> for I am new to C2, I was happy to find your description and it seems
> as if I found an mistake. The command
>          .\build.bat -Dinclude.webapp.libs=yes webapp
> doesn't work for there is no targe like webapp in the build.xml.

Then I think you'll have the wrong version. My Cocoon 2 build.xml really has the 
webapp target and it builds smoothly.

Giacomo

> 
> I hope this really is an error and not something for the cocoon-users
> list 
> otherwise I apologize in advance.
> 
> Regards
> 
>    Klaus Hendrik
> 
> At 23:08 10.04.2001, you wrote:
> >Hi,
> >
> >a while ago Chris Stevenson posted a patch to xdocs/installing.xml
> >describing how to install C2 on Tomcat 3 and 4. This patch helped me
> >to get a current C2 working after trying to and failing for several
> >days.
> >
> >I have modified his version a little bit (added a note about Tomcat
> >4.0 beta3 working with C2, reintroduced the WinCVS instructions and
> >added Unix CVS instructions). You can view the HTML output of my
> >modifications at http://n-dimensional.de/cocoon/docs/install.html .
> >
> >As I still have a backlog of ~2000 messages on cocoon-dev, I don't
> >know if this version is completely up-to-date, but I think it's still
> >a lot better than current CVS installing.xml.
> >
> >Patch is attached, I'd appreciate it very much if someone applied it.
> >
> >Gruß,
> >
> >Uli
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> >For additional commands, email: cocoon-dev-help@xml.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Patch] Installation documentation

Posted by Klaus-Hendrik Wolf <K-...@ifmi.org>.
Hi,

for I am new to C2, I was happy to find your description and it seems
as if I found an mistake. The command
         .\build.bat -Dinclude.webapp.libs=yes webapp
doesn't work for there is no targe like webapp in the build.xml.

I hope this really is an error and not something for the cocoon-users list 
otherwise I apologize in advance.

Regards

   Klaus Hendrik

At 23:08 10.04.2001, you wrote:
>Hi,
>
>a while ago Chris Stevenson posted a patch to xdocs/installing.xml
>describing how to install C2 on Tomcat 3 and 4. This patch helped me
>to get a current C2 working after trying to and failing for several
>days.
>
>I have modified his version a little bit (added a note about Tomcat
>4.0 beta3 working with C2, reintroduced the WinCVS instructions and
>added Unix CVS instructions). You can view the HTML output of my
>modifications at http://n-dimensional.de/cocoon/docs/install.html .
>
>As I still have a backlog of ~2000 messages on cocoon-dev, I don't
>know if this version is completely up-to-date, but I think it's still
>a lot better than current CVS installing.xml.
>
>Patch is attached, I'd appreciate it very much if someone applied it.
>
>Gruß,
>
>Uli
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
>For additional commands, email: cocoon-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org