You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Juergen Bartsch <jb...@bartschconsult.de> on 2003/06/13 18:35:23 UTC

cocoon 2.1

Cocoon 2.1 ant build won't let you create a war file.

Juergen

Re: cocoon 2.1

Posted by Geoff Howard <co...@leverageweb.com>.
At 12:44 PM 6/13/2003, you wrote:
>2.1m2 won't build a war on Windows.

Yes, it will.  build.bat war
If that isn't working, it's a temporary problem and you should
post a bug in bugzilla after confirming it carefully.

>Look in the root directory of your
>installation for a file called Install.txt.    It will give you 
>instructions on
>building and using the latest.

Yes.

>Some big changes from 2.0 in the build process
>and also it is using Jetty now.

"using Jetty" is misleading.  We decided to start shipping
a servlet container (never did that before) with Cocoon for
quick demo purposes only.  The version of Jetty that ships
is stripped down and not really suitable for production
but it has the benefits that it's 1) small enough to bundle
in the distribution 2) easier to configure to run right
out of the box because it doesn't suffer from the same
jdk endorsed class loading issues that tomcat does.

To be clear: Cocoon still runs in your servlet container of
choice.  And if you like Jetty, download the full version.

Geoff


>--- Joerg Heinicke <jo...@gmx.de> wrote:
> > That's not correct, did it yesterday myself:
> >
> > build war
> >
> > Joerg
> >
> > Juergen Bartsch wrote:
> > > Cocoon 2.1 ant build won't let you create a war file.
> > >
> > > Juergen
> >
> > --
> >
> > System Development
> > VIRBUS AG
> > Fon  +49(0)341-979-7419
> > Fax  +49(0)341-979-7409
> > joerg.heinicke@virbus.de
> > www.virbus.de
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> > For additional commands, e-mail: cocoon-users-help@xml.apache.org
> >
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
>http://calendar.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
>For additional commands, e-mail: cocoon-users-help@xml.apache.org


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


Re: cocoon 2.1

Posted by Steven Cummings <st...@yahoo.com>.
I've been able to build cvs checkout at least once a day
every day for the past few weeks except for one day. At
that time I emailed a committer about the problem and it
was fixed pretty quickly. I would say Cocoon-2.1 code is
pretty stable on a daily basis despite the fact that it's
quite in flux.

/S

--- Joerg Heinicke <jo...@gmx.de> wrote:
> That's not correct, did it yesterday myself:
> 
> build war
> 
> Joerg
> 
> Juergen Bartsch wrote:
> > Cocoon 2.1 ant build won't let you create a war file.
> >  
> > Juergen
> 
> -- 
> 
> System Development
> VIRBUS AG
> Fon  +49(0)341-979-7419
> Fax  +49(0)341-979-7409
> joerg.heinicke@virbus.de
> www.virbus.de
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> cocoon-users-help@xml.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


Re: cocoon 2.1

Posted by Keith Goettert <ca...@yahoo.com>.
2.1m2 won't build a war on Windows.   Look in the root directory of your
installation for a file called Install.txt.    It will give you instructions on
building and using the latest.  Some big changes from 2.0 in the build process
and also it is using Jetty now.


--- Joerg Heinicke <jo...@gmx.de> wrote:
> That's not correct, did it yesterday myself:
> 
> build war
> 
> Joerg
> 
> Juergen Bartsch wrote:
> > Cocoon 2.1 ant build won't let you create a war file.
> >  
> > Juergen
> 
> -- 
> 
> System Development
> VIRBUS AG
> Fon  +49(0)341-979-7419
> Fax  +49(0)341-979-7409
> joerg.heinicke@virbus.de
> www.virbus.de
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


Re: cocoon 2.1

Posted by Joerg Heinicke <jo...@gmx.de>.
That's not correct, did it yesterday myself:

build war

Joerg

Juergen Bartsch wrote:
> Cocoon 2.1 ant build won't let you create a war file.
>  
> Juergen

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


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


Re: cocoon 2.1

Posted by Juergen Bartsch <jb...@bartschconsult.de>.
stupid am I!

tried webapp and installwar

thanks

Juergen

----- Original Message ----- 
From: "Geoff Howard" <co...@leverageweb.com>
To: <co...@xml.apache.org>
Sent: Friday, June 13, 2003 6:40 PM
Subject: Re: cocoon 2.1


> And build -projecthelp would give you more information as well.
> 
> At 12:35 PM 6/13/2003, you wrote:
> >Cocoon 2.1 ant build won't let you create a war file.
> >
> >Juergen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
> 

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


Re: cocoon 2.1

Posted by Geoff Howard <co...@leverageweb.com>.
And build -projecthelp would give you more information as well.

At 12:35 PM 6/13/2003, you wrote:
>Cocoon 2.1 ant build won't let you create a war file.
>
>Juergen


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