[Result] [vote] Release Continuum 1.1-beta-4

2007-10-30 Thread Emmanuel Venisse
Below are the results of this vote: 3 Binding Votes (Wendy, Brett, and Myself) 3 Non-binding vote (Olivier, Damien, Ossi) I'll finalize the release and will send an update. Thanks, Emmanuel Emmanuel Venisse a écrit : Hi, Continuum 1.1-beta-4 is ready for release The highlights are - lot

Re: [vote] Release Continuum 1.1-beta-4

2007-10-30 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 10/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Continuum 1.1-beta-4 is ready for release +1 - looks good here, license and notice are in place, I added some m2 projects and tried a few things. I don't care for the column title of Nb Projects on the summary

Re: [vote] Release Continuum 1.1-beta-4

2007-10-29 Thread Wendy Smoak
On 10/29/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: If possible, I'd like to see more votes for this release from committers/PMC Sorry, I missed this until Sunday evening. I'll take a look at it tonight. (Continuum releases tend to come as a surprise to me. A message a few days before,

Re: [vote] Release Continuum 1.1-beta-4

2007-10-29 Thread Emmanuel Venisse
If possible, I'd like to see more votes for this release from committers/PMC Thanks. Emmanuel Emmanuel Venisse a écrit : Hi, Continuum 1.1-beta-4 is ready for release The highlights are - lot of bug fixes - A new page to view the build queue - Customization of mail subject The Release

Re: [vote] Release Continuum 1.1-beta-4

2007-10-29 Thread Emmanuel Venisse
Wendy Smoak a écrit : On 10/29/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: If possible, I'd like to see more votes for this release from committers/PMC Sorry, I missed this until Sunday evening. I'll take a look at it tonight. Thanks (Continuum releases tend to come as a surprise

Re: [vote] Release Continuum 1.1-beta-4

2007-10-29 Thread Brett Porter
+1 I checked the new license and notice, and checked that it started up ok from scratch - happy to go ahead with the beta release. - Brett On 25/10/2007, at 5:10 PM, Emmanuel Venisse wrote: Hi, Continuum 1.1-beta-4 is ready for release The highlights are - lot of bug fixes - A new

Re: [vote] Release Continuum 1.1-beta-4

2007-10-29 Thread Wendy Smoak
On 10/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Continuum 1.1-beta-4 is ready for release +1 - looks good here, license and notice are in place, I added some m2 projects and tried a few things. I don't care for the column title of Nb Projects on the summary page. How about Total? And

Re: [vote] Release Continuum 1.1-beta-4

2007-10-26 Thread Dan Tran
have instructions to migrate beta-3 database to beta-4? -D On 10/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Normally, the proxy info must be loaded from the settings.xml and used by wagon, but maybe I ommit some code in

Re: [vote] Release Continuum 1.1-beta-4

2007-10-26 Thread Emmanuel Venisse
instructions are the same from previous version, replace beta-2 by beta-3 and beta-3 by beta-4 :) http://maven.apache.org/continuum/guides/mini/guide-data-management.html Emmanuel Dan Tran a écrit : have instructions to migrate beta-3 database to beta-4? -D On 10/25/07, Emmanuel Venisse

Re: [vote] Release Continuum 1.1-beta-4

2007-10-26 Thread ossi petz
hallo hell i was s close ;p after beeing proud to first had a look into the wiki before asking stupid questions i followed the instructions from the link you posted. works! (tomcat 5.5.25 includes the missing classes) so +1 from here :) regards ossi Emmanuel Venisse schrieb:

Re: [vote] Release Continuum 1.1-beta-4

2007-10-26 Thread Damien Lecan
It's duplicate with CONTINUUM-1492. Can you detailled what kind of proxy you use ? (NTLM authentification ?). Squid, without authentication Because as I have explained in CONTINUUM-1492, I have tested this successfully with adding -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 (but with

[vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
Hi, Continuum 1.1-beta-4 is ready for release The highlights are - lot of bug fixes - A new page to view the build queue - Customization of mail subject The Release Notes is available there: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10540fixfor=13727 The binaries

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Damien Lecan
I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3. Remove testResult tags in the xml file and it should be ok. I'll add some instructions about it on the site when I'll do the release. Ok, it works now. DMC still doesn't read my

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
Where is your settings.xml? It must be under ${user.home}/.m2/ Emmanuel Damien Lecan a écrit : I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3. Remove testResult tags in the xml file and it should be ok. I'll add some instructions

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) Emmanuel Damien Lecan a écrit : Where is your settings.xml? It must be under ${user.home}/.m2/ My settings.xml is under ${user.home}/.m2/ Here is what I get when I try to execute DMC and then

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread olivier lamy
Hi, It's duplicate with CONTINUUM-1492. Can you detailled what kind of proxy you use ? (NTLM authentification ?). Because as I have explained in CONTINUUM-1492, I have tested this successfully with adding -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli.

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread ossi petz
Hallo anyone free to vote? :) i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i got stuck with a db driver problem (see below) i tried to follow instructions at: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat but i am not quite sure those

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
ossi petz a écrit : Hallo anyone free to vote? :) i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i got stuck with a db driver problem (see below) i tried to follow instructions at: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat but i am not

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Damien Lecan
[x] -1 Don't release it, because... I can't upgrade my MySql database. I exported Continuum 1.1-beta-3 database with a patched DMC beta-3, I created a new db for 1.1-beta-4, and DMC beta-4 doesn't seem to be able to load data in this new database : ... 20101 [main] INFO JPOX.RDBMS -

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3. Remove testResult tags in the xml file and it should be ok. I'll add some instructions about it on the site when I'll do the release. Emmanuel Damien Lecan a écrit : [x] -1 Don't

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Damien Lecan
2007/10/25, Emmanuel Venisse [EMAIL PROTECTED]: Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) http://jira.codehaus.org/browse/CONTINUUM-1536 Damien

Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Emmanuel Venisse
Thanks. Emmanuel Damien Lecan a écrit : 2007/10/25, Emmanuel Venisse [EMAIL PROTECTED]: Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) http://jira.codehaus.org/browse/CONTINUUM-1536 Damien