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
page.  How about "Total"?  And I'd put it on the far right so that it
reads like an equation:  success + failure + error = total

On the 'Edit' page for the group, the projects are not listed in the
same order as they are on the summary page.  (This caused me to move
the wrong project, since I chose the 'first' one, however...)


ok, I'll look at them for 1.1 final

Emmanuel


Moving projects between groups now works. :)





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 I'd put it on the far right so that it
reads like an equation:  success + failure + error = total

On the 'Edit' page for the group, the projects are not listed in the
same order as they are on the summary page.  (This caused me to move
the wrong project, since I chose the 'first' one, however...)

Moving projects between groups now works. :)

-- 
Wendy


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 page to view the build queue
 - Customization of mail subject

The Release Notes is available there: http://jira.codehaus.org/ 
secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727


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


Everyone is encouraged to vote and give their feedback.

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


The vote will be open for 72 hours. So, cast your votes now ;-)

Here's my +1

Thanks,
Emmanuel


--
Brett Porter - [EMAIL PROTECTED]
Blog: http://www.devzuz.org/blogs/bporter/


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 auth in the proxy) in the cli.
> Have you try this [1]?

I tried. It was unsucessful.
But DMC still tries to load dependencies from repo1.maven.org only. It
ignores the added staging repository for beta-4 in settings.xml.

So hard to know if it fails because of proxy configuration.

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






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

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 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  - Creating foreign key constraint :
"BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS_FK2" in catalog "" schema ""
20173 [main] INFO JPOX.RDBMS  - Validated 1 unique key(s) for table
`BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS`
Exception in thread "main"
org.apache.maven.continuum.management.DataManagementException:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27]
Message: Unrecognised tag: 'testResult'
at 
org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:144)
at 
org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:255)
at 
org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158)
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27]
Message: Unrecognised tag: 'testResult'
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseBuildResult(ContinuumStaxReader.java:909)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProject(ContinuumStaxReader.java:1758)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProjectGroup(ContinuumStaxReader.java:2099)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseContinuumDatabase(ContinuumStaxReader.java:1091)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2589)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2602)
at 
org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:140)
... 2 more


Additionally, DMC still doesn't read ~/.m2/settings.xml configuration
file (proxy and repositories configuration)

Damien






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  - Creating foreign key constraint :
"BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS_FK2" in catalog "" schema ""
20173 [main] INFO JPOX.RDBMS  - Validated 1 unique key(s) for table
`BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS`
Exception in thread "main"
org.apache.maven.continuum.management.DataManagementException:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27]
Message: Unrecognised tag: 'testResult'
at 
org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:144)
at 
org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:255)
at 
org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158)
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27]
Message: Unrecognised tag: 'testResult'
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseBuildResult(ContinuumStaxReader.java:909)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProject(ContinuumStaxReader.java:1758)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProjectGroup(ContinuumStaxReader.java:2099)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseContinuumDatabase(ContinuumStaxReader.java:1091)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2589)
at 
org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2602)
at 
org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:140)
... 2 more


Additionally, DMC still doesn't read ~/.m2/settings.xml configuration
file (proxy and repositories configuration)

Damien