[vote] Release Continuum 1.1 Final

View: New views
13 Messages — Rating Filter:   Alert me  

[vote] Release Continuum 1.1 Final

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Continuum 1.1 Final is ready for release

The highlights are
  - bug fixes
  - A new backup tool with xmlrpc for continuum db (not the users db)

The Release Notes is available there: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13605

The binaries are available there:
  - Runtime: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-plexus-runtime-1.1-bin.tar.gz
  - Webapp: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-webapp/1.1/continuum-webapp-1.1.war
  - data management cli: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar
  - xmlrpc backup tool : http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar

The file generated by the backup tool can be used with data management cli to re-import data.

Everyone is encouraged to vote and give their feedback.

[ ]  +1  Release it!
[ ]   0
[ ]  -1  Don't release it, because...


As we don't have a small bug fixes list, the vote will be open for one week to let you test it. So, cast your votes now ;-)

Here's my +1

Thanks,
Emmanuel





Re: [vote] Release Continuum 1.1 Final

by Vivek_Nakeesan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Can't wait to update 1.1 on production env.

~nakees



                                                                           
                                                                           
                                                                           
             Emmanuel Venisse                                           To
             <emmanuel@venisse         "continuum-dev@..."    
             .net>                     <continuum-dev@...>    
                                                                        cc
                                                                           
             16/11/2007 04:02                                      Subject
             PM                        [vote] Release Continuum 1.1 Final  
                                                                           
                                                                           
             Please respond to                                            
             continuum-dev@mav                                            
               en.apache.org                                              
                                                                           
                                                                           




Hi,

Continuum 1.1 Final is ready for release

The highlights are
  - bug fixes
  - A new backup tool with xmlrpc for continuum db (not the users db)

The Release Notes is available there:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13605


The binaries are available there:
  - Runtime:
http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-plexus-runtime-1.1-bin.tar.gz

  - Webapp:
http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-webapp/1.1/continuum-webapp-1.1.war

  - data management cli:
http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar

  - xmlrpc backup tool :
http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar


The file generated by the backup tool can be used with data management cli
to re-import data.

Everyone is encouraged to vote and give their feedback.

[ ]  +1  Release it!
[ ]   0
[ ]  -1  Don't release it, because...


As we don't have a small bug fixes list, the vote will be open for one week
to let you test it. So, cast your votes now ;-)

Here's my +1

Thanks,
Emmanuel






Re: [vote] Release Continuum 1.1 Final

by Stuart James Penrose-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Emmanuel Venisse wrote:
>
> The binaries are available there:  ...
>  http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar 
>
The data management tool looks like it needs some 'assembly' work ('java
-jar data-management-cli-1.1-app.jar' doesn't work):
  1) If you list the root of the jar you see a list of *.jar entries,
not root package names
  2) It appears that the main class is missing (DataManagementCli)

>  - xmlrpc backup tool :
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar 
>
> The file generated by the backup tool can be used with data management
> cli to re-import data.
>
How does the xml backup tool relate to the cli tool & the recommended
backup/restore/upgrade strategy in general?  Should the upgrade page
make mention of this new tool
(http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html)?

> Everyone is encouraged to vote and give their feedback.
>
> [ ]  +1  Release it!
> [ ]   0
> [ ]  -1  Don't release it, because...
-1 Don't release it, because the data management tool is broken and as a
result it's not clear how to upgrade 1.1-betaX installs to 1.1 final.

Stu Penrose

Re: [vote] Release Continuum 1.1 Final

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'll fix it today and will resend a message when you'll can retest.

Emmanuel

Stuart James Penrose a écrit :

> Emmanuel Venisse wrote:
>>
>> The binaries are available there:  ...
>>  http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar 
>>
> The data management tool looks like it needs some 'assembly' work ('java
> -jar data-management-cli-1.1-app.jar' doesn't work):
>  1) If you list the root of the jar you see a list of *.jar entries, not
> root package names
>  2) It appears that the main class is missing (DataManagementCli)
>
>>  - xmlrpc backup tool :
>> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar 
>>
>> The file generated by the backup tool can be used with data management
>> cli to re-import data.
>>
> How does the xml backup tool relate to the cli tool & the recommended
> backup/restore/upgrade strategy in general?  Should the upgrade page
> make mention of this new tool
> (http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html)?
>
>
>> Everyone is encouraged to vote and give their feedback.
>>
>> [ ]  +1  Release it!
>> [ ]   0
>> [ ]  -1  Don't release it, because...
> -1 Don't release it, because the data management tool is broken and as a
> result it's not clear how to upgrade 1.1-betaX installs to 1.1 final.
>
> Stu Penrose
>
>


Re: [vote] Release Continuum 1.1 Final

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I fixed it.

About the doc, I'll work on it this week and it will be deploywhen the vote will be ok.

Emmanuel

Emmanuel Venisse a écrit :

> I'll fix it today and will resend a message when you'll can retest.
>
> Emmanuel
>
> Stuart James Penrose a écrit :
>> Emmanuel Venisse wrote:
>>>
>>> The binaries are available there:  ...
>>>  http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar 
>>>
>> The data management tool looks like it needs some 'assembly' work
>> ('java -jar data-management-cli-1.1-app.jar' doesn't work):
>>  1) If you list the root of the jar you see a list of *.jar entries,
>> not root package names
>>  2) It appears that the main class is missing (DataManagementCli)
>>
>>>  - xmlrpc backup tool :
>>> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar 
>>>
>>> The file generated by the backup tool can be used with data
>>> management cli to re-import data.
>>>
>> How does the xml backup tool relate to the cli tool & the recommended
>> backup/restore/upgrade strategy in general?  Should the upgrade page
>> make mention of this new tool
>> (http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html)?
>>
>>
>>> Everyone is encouraged to vote and give their feedback.
>>>
>>> [ ]  +1  Release it!
>>> [ ]   0
>>> [ ]  -1  Don't release it, because...
>> -1 Don't release it, because the data management tool is broken and as
>> a result it's not clear how to upgrade 1.1-betaX installs to 1.1 final.
>>
>> Stu Penrose
>>
>>
>
>
>


Re: [vote] Release Continuum 1.1 Final

by Olivier Lamy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

--
Olivier

2007/11/19, Emmanuel Venisse <emmanuel@...>:

>
> I fixed it.
>
> About the doc, I'll work on it this week and it will be deploywhen the
> vote will be ok.
>
> Emmanuel
>
> Emmanuel Venisse a écrit :
> > I'll fix it today and will resend a message when you'll can retest.
> >
> > Emmanuel
> >
> > Stuart James Penrose a écrit :
> >> Emmanuel Venisse wrote:
> >>>
> >>> The binaries are available there:  ...
> >>>
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar
> >>>
> >> The data management tool looks like it needs some 'assembly' work
> >> ('java -jar data-management-cli-1.1-app.jar' doesn't work):
> >>  1) If you list the root of the jar you see a list of *.jar entries,
> >> not root package names
> >>  2) It appears that the main class is missing (DataManagementCli)
> >>
> >>>  - xmlrpc backup tool :
> >>>
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar
> >>>
> >>> The file generated by the backup tool can be used with data
> >>> management cli to re-import data.
> >>>
> >> How does the xml backup tool relate to the cli tool & the recommended
> >> backup/restore/upgrade strategy in general?  Should the upgrade page
> >> make mention of this new tool
> >> (
> http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html
> )?
> >>
> >>
> >>> Everyone is encouraged to vote and give their feedback.
> >>>
> >>> [ ]  +1  Release it!
> >>> [ ]   0
> >>> [ ]  -1  Don't release it, because...
> >> -1 Don't release it, because the data management tool is broken and as
> >> a result it's not clear how to upgrade 1.1-betaX installs to 1.1 final.
> >>
> >> Stu Penrose
> >>
> >>
> >
> >
> >
>
>

Re: [vote] Release Continuum 1.1 Final

by jmcconnell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On 11/21/07, olivier lamy <olamy@...> wrote:

>
> +1
>
> --
> Olivier
>
> 2007/11/19, Emmanuel Venisse <emmanuel@...>:
> >
> > I fixed it.
> >
> > About the doc, I'll work on it this week and it will be deploywhen the
> > vote will be ok.
> >
> > Emmanuel
> >
> > Emmanuel Venisse a écrit :
> > > I'll fix it today and will resend a message when you'll can retest.
> > >
> > > Emmanuel
> > >
> > > Stuart James Penrose a écrit :
> > >> Emmanuel Venisse wrote:
> > >>>
> > >>> The binaries are available there:  ...
> > >>>
> >
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar
> > >>>
> > >> The data management tool looks like it needs some 'assembly' work
> > >> ('java -jar data-management-cli-1.1-app.jar' doesn't work):
> > >>  1) If you list the root of the jar you see a list of *.jar entries,
> > >> not root package names
> > >>  2) It appears that the main class is missing (DataManagementCli)
> > >>
> > >>>  - xmlrpc backup tool :
> > >>>
> >
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar
> > >>>
> > >>> The file generated by the backup tool can be used with data
> > >>> management cli to re-import data.
> > >>>
> > >> How does the xml backup tool relate to the cli tool & the recommended
> > >> backup/restore/upgrade strategy in general?  Should the upgrade page
> > >> make mention of this new tool
> > >> (
> >
> http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html
> > )?
> > >>
> > >>
> > >>> Everyone is encouraged to vote and give their feedback.
> > >>>
> > >>> [ ]  +1  Release it!
> > >>> [ ]   0
> > >>> [ ]  -1  Don't release it, because...
> > >> -1 Don't release it, because the data management tool is broken and
> as
> > >> a result it's not clear how to upgrade 1.1-betaX installs to 1.1final.
> > >>
> > >> Stu Penrose
> > >>
> > >>
> > >
> > >
> > >
> >
> >
>



--
jesse mcconnell
jesse.mcconnell@...

Re: [vote] Release Continuum 1.1 Final

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Nov 16, 2007 2:02 PM, Emmanuel Venisse <emmanuel@...> wrote:

> Continuum 1.1 Final is ready for release

+1

I tried the plexus runtime on Linux.
 * We should not default to WEB-INF/lib for build output and working directories
 * If you click "Vew Output" after a successful 'release perform', it
says 'No Output'.  So you can't see what happened/where things were
deployed.
 * SCM Tag field has no default value
 * I had trouble with Perform Release -. Provide Release Parameters.
Using the defaults I get  "svn:
'scm:svn:https:/example.net/svn/wsmoak/hello/tags/hello-1.0.10' does
not appear to be a URL"  The SCM Tag Base value isn't handled
properly.  When I removed the scm:svn: prefix and resubmitted, the
process finished (all green triangles) but I never got the "Done" and
"View Output" buttons.

Nothing to hold up the release for, though!

--
Wendy

Re: [vote] Release Continuum 1.1 Final

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1!

On 17/11/2007, at 5:02 AM, Emmanuel Venisse wrote:

> Hi,
>
> Continuum 1.1 Final is ready for release
>
> The highlights are
>  - bug fixes
>  - A new backup tool with xmlrpc for continuum db (not the users db)
>
> The Release Notes is available there: http://jira.codehaus.org/ 
> secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13605
>
> The binaries are available there:
>  - Runtime: http://people.apache.org/builds/maven/continuum/1.1/org/ 
> apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-
> plexus-runtime-1.1-bin.tar.gz
>  - Webapp: http://people.apache.org/builds/maven/continuum/1.1/org/ 
> apache/maven/continuum/continuum-webapp/1.1/continuum-webapp-1.1.war
>  - data management cli: http://people.apache.org/builds/maven/ 
> continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/
> data-management-cli-1.1-app.jar
>  - xmlrpc backup tool : http://people.apache.org/builds/maven/ 
> continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/
> 1.1/continuum-xmlrpc-backup-1.1-app.jar
>
> The file generated by the backup tool can be used with data  
> management cli to re-import data.
>
> Everyone is encouraged to vote and give their feedback.
>
> [ ]  +1  Release it!
> [ ]   0
> [ ]  -1  Don't release it, because...
>
>
> As we don't have a small bug fixes list, the vote will be open for  
> one week to let you test it. So, cast your votes now ;-)
>
> Here's my +1
>
> Thanks,
> Emmanuel
>
>
>
>

--
Brett Porter - brett@...
Blog: http://www.devzuz.org/blogs/bporter/


Re: [vote] Release Continuum 1.1 Final

by snicoll :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Stéphane

On Nov 16, 2007 10:02 PM, Emmanuel Venisse <emmanuel@...> wrote:

> Hi,
>
> Continuum 1.1 Final is ready for release
>
> The highlights are
>   - bug fixes
>   - A new backup tool with xmlrpc for continuum db (not the users db)
>
> The Release Notes is available there: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13605
>
> The binaries are available there:
>   - Runtime: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-plexus-runtime-1.1-bin.tar.gz
>   - Webapp: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-webapp/1.1/continuum-webapp-1.1.war
>   - data management cli: http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar
>   - xmlrpc backup tool : http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar
>
> The file generated by the backup tool can be used with data management cli to re-import data.
>
> Everyone is encouraged to vote and give their feedback.
>
> [ ]  +1  Release it!
> [ ]   0
> [ ]  -1  Don't release it, because...
>
>
> As we don't have a small bug fixes list, the vote will be open for one week to let you test it. So, cast your votes now ;-)
>
> Here's my +1
>
> Thanks,
> Emmanuel
>
>
>
>
>



--
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

Re: [vote] Release Continuum 1.1 Final

by Damien Lecan 2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Everyone is encouraged to vote and give their feedback.

Everything is working fine (embedding in Tomcat, mysql database
upgrade with proxy), so

+1


Damien Lecan

[result] [vote] Release Continuum 1.1 Final

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Below are the results of this vote:

5 Binding Votes (Stephane, Jesse, Wendy, Brett, and Myself)
3 Non-binding vote (Olivier, Damien, Vivek )

I'll finalize the release and will send an update.

Thanks,
Emmanuel


Emmanuel Venisse a écrit :

> Hi,
>
> Continuum 1.1 Final is ready for release
>
> The highlights are
>  - bug fixes
>  - A new backup tool with xmlrpc for continuum db (not the users db)
>
> The Release Notes is available there:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13605 
>
>
> The binaries are available there:
>  - Runtime:
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-plexus-runtime-1.1-bin.tar.gz 
>
>  - Webapp:
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-webapp/1.1/continuum-webapp-1.1.war 
>
>  - data management cli:
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar 
>
>  - xmlrpc backup tool :
> http://people.apache.org/builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/1.1/continuum-xmlrpc-backup-1.1-app.jar 
>
>
> The file generated by the backup tool can be used with data management
> cli to re-import data.
>
> Everyone is encouraged to vote and give their feedback.
>
> [ ]  +1  Release it!
> [ ]   0
> [ ]  -1  Don't release it, because...
>
>
> As we don't have a small bug fixes list, the vote will be open for one
> week to let you test it. So, cast your votes now ;-)
>
> Here's my +1
>
> Thanks,
> Emmanuel
>
>
>
>
>
>


Re: [result] [vote] Release Continuum 1.1 Final

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great job to everyone involved in this release - especially Emmanuel  
and Olivier for the recent drive to release :)

Looking forward to 1.2!

Cheers,
Brett

On 23/11/2007, at 10:45 PM, Emmanuel Venisse wrote:

> Below are the results of this vote:
>
> 5 Binding Votes (Stephane, Jesse, Wendy, Brett, and Myself)
> 3 Non-binding vote (Olivier, Damien, Vivek )
>
> I'll finalize the release and will send an update.
>
> Thanks,
> Emmanuel
>
>
> Emmanuel Venisse a écrit :
>> Hi,
>> Continuum 1.1 Final is ready for release
>> The highlights are
>>  - bug fixes
>>  - A new backup tool with xmlrpc for continuum db (not the users db)
>> The Release Notes is available there: http://jira.codehaus.org/ 
>> secure/ReleaseNote.jspa?
>> projectId=10540&styleName=Html&version=13605 The binaries are  
>> available there:
>>  - Runtime: http://people.apache.org/builds/maven/continuum/1.1/ 
>> org/apache/maven/continuum/continuum-plexus-runtime/1.1/continuum-
>> plexus-runtime-1.1-bin.tar.gz  - Webapp: http://people.apache.org/ 
>> builds/maven/continuum/1.1/org/apache/maven/continuum/continuum-
>> webapp/1.1/continuum-webapp-1.1.war  - data management cli: http://
>> people.apache.org/builds/maven/continuum/1.1/org/apache/maven/
>> continuum/data-management-cli/1.1/data-management-cli-1.1-app.jar  
>> - xmlrpc backup tool : http://people.apache.org/builds/maven/ 
>> continuum/1.1/org/apache/maven/continuum/continuum-xmlrpc-backup/
>> 1.1/continuum-xmlrpc-backup-1.1-app.jar The file generated by the  
>> backup tool can be used with data management cli to re-import data.
>> Everyone is encouraged to vote and give their feedback.
>> [ ]  +1  Release it!
>> [ ]   0
>> [ ]  -1  Don't release it, because...
>> As we don't have a small bug fixes list, the vote will be open for  
>> one week to let you test it. So, cast your votes now ;-)
>> Here's my +1
>> Thanks,
>> Emmanuel
>

--
Brett Porter - brett@...
Blog: http://www.devzuz.org/blogs/bporter/