You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Chris Kimpton <ki...@yahoo.com> on 2002/02/28 22:07:40 UTC

Can I update turbine jar to the latest version from cvs?

Hi,

I want to update the turbine jar with the latest CVS build of turbine
2.

This is because it has a backport of some new functionality in the
localization getString method that is in fulcrum.  This allows for
the use of multiple resource files (this is part of the way towards
this bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6220 ).

I've tried the base CVS portal with it and it seems fine - is there
anything else I should try before committing it - or should someone
else be doing this?

As turbine has evolved some more, stratum is now a separate jar and
required too.  Thus a recent version of the stratum jar will need
to be added to CVS too.

Regards,
Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can I update turbine jar to the latest version from cvs?

Posted by Martin Poeschl <mp...@marmot.at>.
torque in turbine 2.x is deprecated. you should use the decoupled version .. i'll send a patch 
tomorrow :-) (it's 3am and i need some sleep now)

martin


David Sean Taylor wrote:
> Make sure that torque still works....
> 
> Cd /build/torque
> 
> ant
> 
> Are you upgrading the Velocity jar also?
> 
> 
>>-----Original Message-----
>>From: Santiago Gala [mailto:sgala@hisitech.com] 
>>Sent: Thursday, February 28, 2002 3:17 PM
>>To: Jetspeed Developers List
>>Subject: Re: Can I update turbine jar to the latest version from cvs?
>>
>>
>>Chris Kimpton wrote:
>>
>>
>>>Hi,
>>>
>>>I want to update the turbine jar with the latest CVS build 
>>>
>>of turbine 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Can I update turbine jar to the latest version from cvs?

Posted by Chris Kimpton <ki...@yahoo.com>.
Hi,

> 
> Are you upgrading the Velocity jar also?
> 

I knew there was a good reason to ask first   ;-)

I also updated to the latest torque-3.0-dev too.

Velocity 1.2 or 1.3 - I've tried the torque stuff with the latest
turbine and velocity 1.3 - I will next try running jetspeed with it
too.

I tested last night with the current velocity jar in CVS.

I did not get any compile - but then our use of torque was via a
separate jar too anyway.

The commons stuff did need to get added though.

Regards,
Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Can I update turbine jar to the latest version from cvs?

Posted by David Sean Taylor <da...@bluesunrise.com>.
Make sure that torque still works....

Cd /build/torque

ant

Are you upgrading the Velocity jar also?

> -----Original Message-----
> From: Santiago Gala [mailto:sgala@hisitech.com] 
> Sent: Thursday, February 28, 2002 3:17 PM
> To: Jetspeed Developers List
> Subject: Re: Can I update turbine jar to the latest version from cvs?
> 
> 
> Chris Kimpton wrote:
> 
> >Hi,
> >
> >I want to update the turbine jar with the latest CVS build 
> of turbine 
> >2.
> >
> >This is because it has a backport of some new functionality in the 
> >localization getString method that is in fulcrum.  This 
> allows for the 
> >use of multiple resource files (this is part of the way towards this 
> >bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6220 ).
> >
> >I've tried the base CVS portal with it and it seems fine - is there 
> >anything else I should try before committing it - or should someone 
> >else be doing this?
> >
> >As turbine has evolved some more, stratum is now a separate jar and 
> >required too.  Thus a recent version of the stratum jar will 
> need to be 
> >added to CVS too.
> >
> I don't have problems on this one. Oure interfaces WRT turbine seem 
> cleaner now. So +1 here.
> 
> We currently have some deprecations warnings with LocaleDetector in 
> turbine. Make sure that this code has not yet changed, I 
> don't think so. 
> (This is the reason why I compile always with deprecation on, 
> learning 
> from a not so dumb gump :)
> 
> >
> >Regards,
> >Chris
> >
> >=====
> >Need somewhere to Live in London? - Then go to http://freeflats.com
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Yahoo! Greetings - Send FREE e-cards for every occasion! 
> >http://greetings.yahoo.com
> >
> >--
> >To unsubscribe, e-mail:   
> <mailto:jetspeed-dev-> unsubscribe@jakarta.apache.org>
> >For 
> additional commands, 
> e-mail: 
> ><ma...@jakarta.apache.org>
> >
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-dev-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can I update turbine jar to the latest version from cvs?

Posted by Santiago Gala <sg...@hisitech.com>.
Chris Kimpton wrote:

>Hi,
>
>I want to update the turbine jar with the latest CVS build of turbine
>2.
>
>This is because it has a backport of some new functionality in the
>localization getString method that is in fulcrum.  This allows for
>the use of multiple resource files (this is part of the way towards
>this bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6220 ).
>
>I've tried the base CVS portal with it and it seems fine - is there
>anything else I should try before committing it - or should someone
>else be doing this?
>
>As turbine has evolved some more, stratum is now a separate jar and
>required too.  Thus a recent version of the stratum jar will need
>to be added to CVS too.
>
I don't have problems on this one. Oure interfaces WRT turbine seem 
cleaner now. So +1 here.

We currently have some deprecations warnings with LocaleDetector in 
turbine. Make sure that this code has not yet changed, I don't think so. 
(This is the reason why I compile always with deprecation on, learning 
from a not so dumb gump :)

>
>Regards,
>Chris
>
>=====
>Need somewhere to Live in London? - Then go to http://freeflats.com
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Greetings - Send FREE e-cards for every occasion!
>http://greetings.yahoo.com
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>