Daniel,
The CVS contains the source code currently in development. In general
it should not be used in production environments. The current CVS has a
lot of fixes and enhancements. It is also pretty stable, although some
bugs still exist.
Based on the mailing list traffic a 1.3a2 release is upcomming, but
don't try to ask when.
As to building Jetspeed from the CVS; below is from an posting on 20-Jul
from David Sean Taylor
Using cvs is very easy. Here is a link that describes how
to checkout an apache project from the cvs head.
http://jakarta.apache.org/site/cvsindex.html
I recommend that you get a clean start.
Assuming you have already installed cvs:
# cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
password: anoncvs
# cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout
jakarta-jetspeed
and then build the war file:
# cd jakarta-jetspeed/build
# build war
and then copy the new war file from jakarta-jetspeed/bin/jetspeed.war
into
tomcat's 'webapps' directory
start tomcat, and go to http://localhost:8080/jetspeed
Paul Spencer
Daniel Lowe wrote:
>
> Paul Spencer wrote:
>
> > You may need to get Jetspeed from the CVS. I do not know if
> > WebPagePortlet worked in 1.3a1.
>
> could you tell me what CVS is and give me an address to download jetspeed
> there please.
> sorry if im asking dumb questions, im a newbie
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]