You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David H. DeWolf" <dd...@apache.org> on 2005/09/24 20:24:01 UTC

[VOTE] Pluto 1.0.1

The test distributions of pluto 1.0.1 have been available for a few days 
now.  Once you have completed testing, please vote on whether or not 
these should be signed and distributed as our first general availability 
release - 1.0.1.

http://cvs.apache.org/dist/portals/pluto/v1.0.1/


Thanks,

David

David H. DeWolf wrote:
> 1.0.1 test builds are available at:
> 
> http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> 
> Please begin to test.  I will send out the vote within the next few 
> days.  I have also deployed these test builds to the maven repo on 
> cvs.apache.org in order to encourage testing by those embedding pluto 
> and utilizing maven.
> 
> Thanks,
> 
> David
> 
> 


Re: [VOTE] Pluto 1.0.1

Posted by Santiago Gala <sg...@apache.org>.
El lun, 26-09-2005 a las 19:24 +0200, Santiago Gala escribió:
> El lun, 26-09-2005 a las 12:21 -0400, CDoremus@hannaford.com escribió:
> > 
> > The ConfigServices.properties file contained a value for
> > portaldriver.info as pluto-driver/1.0.1-SNAPSHOT, which caused the
> > version name in the Pluto portal to include the SNAPSHOT token. I
> > fixed the file in SVN's trunk (portaldriver.info=pluto-driver/1.0.1)
> > and checked it in. David said he will cut a new release with this
> > change. 
> > /Craig 
> 
> I'm trying to upgrade for testing it with Jetspeed-2, but I can't see
> any change in Subversion, in:
> 
> 
> https://svn.apache.org/repos/asf/portals/pluto/tags/release-1.0.1
> 
> Please ensure that someone does a server side svn cp of all the changes
> from when the tag was done to the tag. I can do it if someone tells me
> the precise trunk URL and release.
> 

I tested 1.0.1 with jetspeed-2, and it seems to be right (with the
caveat Craig made). I'm +1 in releasing it after re-tagging (just svn
copy <current HEAD +plus whatever tag changes ...>
https...tags/release-1.0.1 or something along the lines), so that the
tag in source control is exactly the same as the source of the files
that are to be released, for further reference.

Currently, the diffs between HEAD and the tag are very minor:

svn diff https://svn.apache.org/repos/asf/portals/pluto/trunk
https://svn.apache.org/repos/asf/portals/pluto/tags/release-1.0.1

(edited to remove the missing file and make the message shorter)

Index: build.xml
===================================================================
--- build.xml   (.../trunk)     (revisión: 292146)
+++ build.xml   (.../tags/release-1.0.1)        (revisión: 292146)
@@ -17,10 +17,10 @@
 -->
 <project default="all" name="pluto-project" basedir=".">

-       <target name="all" depends="api, descriptors, container,
portal">
+       <target name="all" depends="api, container, portal">
        </target>

-       <target name="clean" depends="api-clean, descriptors-clean,
container-clean, portal-clean">
+       <target name="clean" depends="api-clean, container-clean,
portal-clean">        </target>

        <target name="api">
@@ -31,15 +31,7 @@
                <ant antfile="build.xml" dir="api" target="clean"
inheritAll="false" />
        </target>

-       <target name="descriptors" depends="api">
-               <ant antfile="build.xml" dir="descriptors" target="jar"
inheritAll="false" />
-       </target>
-
-       <target name="descriptors-clean">
-               <ant antfile="build.xml" dir="descriptors"
target="clean" inheritAll="false" />
-       </target>
-
-       <target name="container" depends="api, descriptors">
+       <target name="container" depends="api">
                <ant antfile="build.xml" dir="container" target="jar"
inheritAll="false" />
        </target>

Index: descriptors/build.xml
===================================================================
(missing in trunk)
Index:
portal/src/webapp/WEB-INF/config/services/ConfigService.properties
===================================================================
--- portal/src/webapp/WEB-INF/config/services/ConfigService.properties
(.../trunk)     (revisión: 292145)
+++ portal/src/webapp/WEB-INF/config/services/ConfigService.properties
(.../tags/release-1.0.1)        (revisión: 292145)
@@ -24,7 +24,7 @@
 host.port.http = 8080
 host.port.https =

-portaldriver.info = pluto-driver/1.0.1
+portaldriver.info = pluto-driver/1.0.1-SNAPSHOT

 supported.portletmode = view
 supported.portletmode = edit


> Regards
> Santiago
> 
> > ----------------------------------------------------
> > Craig Doremus
> > Senior J2EE Application Developer
> > Hannaford Bros
> > 207-885-2014
> > cdoremus@hannaford.com
> > ----------------------------------------------------
> > 
> > 
> > 
> > "David H. DeWolf"
> > <dd...@apache.org> 
> > 
> > 09/24/2005 02:24 PM 
> >          Please respond to
> >    pluto-dev@portals.apache.org
> > 
> > 
> > 
> > 
> >                To
> > pluto-dev@portals.apache.org 
> >                cc
> > Portals PMC
> > <pm...@portals.apache.org> 
> >           Subject
> > [VOTE] Pluto
> > 1.0.1
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > The test distributions of pluto 1.0.1 have been available for a few
> > days 
> > now.  Once you have completed testing, please vote on whether or not 
> > these should be signed and distributed as our first general
> > availability 
> > release - 1.0.1.
> > 
> > http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> > 
> > 
> > Thanks,
> > 
> > David
> > 
> > David H. DeWolf wrote:
> > > 1.0.1 test builds are available at:
> > > 
> > > http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> > > 
> > > Please begin to test.  I will send out the vote within the next few 
> > > days.  I have also deployed these test builds to the maven repo on 
> > > cvs.apache.org in order to encourage testing by those embedding
> > pluto 
> > > and utilizing maven.
> > > 
> > > Thanks,
> > > 
> > > David
> > > 
> > > 
> > 
-- 
VP and Chair, Apache Portals (http://portals.apache.org)
Apache Software Foundation

Re: [VOTE] Pluto 1.0.1

Posted by Santiago Gala <sg...@apache.org>.
El lun, 26-09-2005 a las 12:21 -0400, CDoremus@hannaford.com escribió:
> 
> The ConfigServices.properties file contained a value for
> portaldriver.info as pluto-driver/1.0.1-SNAPSHOT, which caused the
> version name in the Pluto portal to include the SNAPSHOT token. I
> fixed the file in SVN's trunk (portaldriver.info=pluto-driver/1.0.1)
> and checked it in. David said he will cut a new release with this
> change. 
> /Craig 

I'm trying to upgrade for testing it with Jetspeed-2, but I can't see
any change in Subversion, in:


https://svn.apache.org/repos/asf/portals/pluto/tags/release-1.0.1

Please ensure that someone does a server side svn cp of all the changes
from when the tag was done to the tag. I can do it if someone tells me
the precise trunk URL and release.

Regards
Santiago

> ----------------------------------------------------
> Craig Doremus
> Senior J2EE Application Developer
> Hannaford Bros
> 207-885-2014
> cdoremus@hannaford.com
> ----------------------------------------------------
> 
> 
> 
> "David H. DeWolf"
> <dd...@apache.org> 
> 
> 09/24/2005 02:24 PM 
>          Please respond to
>    pluto-dev@portals.apache.org
> 
> 
> 
> 
>                To
> pluto-dev@portals.apache.org 
>                cc
> Portals PMC
> <pm...@portals.apache.org> 
>           Subject
> [VOTE] Pluto
> 1.0.1
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The test distributions of pluto 1.0.1 have been available for a few
> days 
> now.  Once you have completed testing, please vote on whether or not 
> these should be signed and distributed as our first general
> availability 
> release - 1.0.1.
> 
> http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> 
> 
> Thanks,
> 
> David
> 
> David H. DeWolf wrote:
> > 1.0.1 test builds are available at:
> > 
> > http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> > 
> > Please begin to test.  I will send out the vote within the next few 
> > days.  I have also deployed these test builds to the maven repo on 
> > cvs.apache.org in order to encourage testing by those embedding
> pluto 
> > and utilizing maven.
> > 
> > Thanks,
> > 
> > David
> > 
> > 
> 
-- 
VP and Chair, Apache Portals (http://portals.apache.org)
Apache Software Foundation

Re: [VOTE] Pluto 1.0.1

Posted by "David H. DeWolf" <dd...@apache.org>.
I probably won't have time to recut for a couple of days. . .sorry. 
Anyone can feel free to take over if they have the time.

CDoremus@hannaford.com wrote:
> 
> The ConfigServices.properties file contained a value for 
> portaldriver.info as pluto-driver/1.0.1-SNAPSHOT, which caused the 
> version name in the Pluto portal to include the SNAPSHOT token. I fixed 
> the file in SVN's trunk (portaldriver.info=pluto-driver/1.0.1) and 
> checked it in. David said he will cut a new release with this change.
> /Craig
> ----------------------------------------------------
> Craig Doremus
> Senior J2EE Application Developer
> Hannaford Bros
> 207-885-2014
> cdoremus@hannaford.com
> ----------------------------------------------------
> 
> 
> 
> *"David H. DeWolf" <dd...@apache.org>*
> 
> 09/24/2005 02:24 PM
> Please respond to
> pluto-dev@portals.apache.org
> 
> 
> 	
> To
> 	pluto-dev@portals.apache.org
> cc
> 	Portals PMC <pm...@portals.apache.org>
> Subject
> 	[VOTE] Pluto 1.0.1
> 
> 
> 	
> 
> 
> 
> 
> 
> 
> The test distributions of pluto 1.0.1 have been available for a few days
> now.  Once you have completed testing, please vote on whether or not
> these should be signed and distributed as our first general availability
> release - 1.0.1.
> 
> http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> 
> 
> Thanks,
> 
> David
> 
> David H. DeWolf wrote:
>  > 1.0.1 test builds are available at:
>  >
>  > http://cvs.apache.org/dist/portals/pluto/v1.0.1/
>  >
>  > Please begin to test.  I will send out the vote within the next few
>  > days.  I have also deployed these test builds to the maven repo on
>  > cvs.apache.org in order to encourage testing by those embedding pluto
>  > and utilizing maven.
>  >
>  > Thanks,
>  >
>  > David
>  >
>  >
> 


Re: [VOTE] Pluto 1.0.1

Posted by CD...@hannaford.com.
The ConfigServices.properties file contained a value for portaldriver.info 
as pluto-driver/1.0.1-SNAPSHOT, which caused the version name in the Pluto 
portal to include the SNAPSHOT token. I fixed the file in SVN's trunk 
(portaldriver.info=pluto-driver/1.0.1) and checked it in. David said he 
will cut a new release with this change.
/Craig
----------------------------------------------------
Craig Doremus
Senior J2EE Application Developer
Hannaford Bros
207-885-2014
cdoremus@hannaford.com
----------------------------------------------------




"David H. DeWolf" <dd...@apache.org> 
09/24/2005 02:24 PM
Please respond to
pluto-dev@portals.apache.org


To
pluto-dev@portals.apache.org
cc
Portals PMC <pm...@portals.apache.org>
Subject
[VOTE] Pluto 1.0.1







The test distributions of pluto 1.0.1 have been available for a few days 
now.  Once you have completed testing, please vote on whether or not 
these should be signed and distributed as our first general availability 
release - 1.0.1.

http://cvs.apache.org/dist/portals/pluto/v1.0.1/


Thanks,

David

David H. DeWolf wrote:
> 1.0.1 test builds are available at:
> 
> http://cvs.apache.org/dist/portals/pluto/v1.0.1/
> 
> Please begin to test.  I will send out the vote within the next few 
> days.  I have also deployed these test builds to the maven repo on 
> cvs.apache.org in order to encourage testing by those embedding pluto 
> and utilizing maven.
> 
> Thanks,
> 
> David
> 
>