Build results page

2007-07-20 Thread Christophe Lechenne

Hi all,

It should be better to show build duration than start and end time, as
hudson for example.

What's do you think about that ?


Re: Build results page

2007-07-20 Thread Emmanuel Venisse

I think it's a good thing and I implemented it one week ago ;)

It will be in 1.1-beta-1 that we're releasing.

Emmanuel

Christophe Lechenne wrote:

Hi all,

It should be better to show build duration than start and end time, as
hudson for example.

What's do you think about that ?






RE: [vote] release continuum 1.1-beta-1

2007-07-20 Thread LAMY Olivier
+1

--
Olivier 

-Message d'origine-
De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 20 juillet 2007 07:19
À : continuum-dev@maven.apache.org
Objet : [vote] release continuum 1.1-beta-1

Hi,

I'd like to do a release of the 1.1-beta-1

This version is very stable and usable in production.

Highlights are:
  - Continuum Profiles definition linked to build definitions.
  - multi-builddefinitions on a project

Release notes: 
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540styleName=Htmlversion=13432

I have staged it in this repo: 
http://people.apache.org/~evenisse/stage/continuum-repo/
This repo include too the continuum plugin and th xml-rpc client API

Standalone version: 
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-1/
Webapp version: 
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-webapp/1.1-beta-1/continuum-webapp-1.1-beta-1.war

The site will be updated in the next beta, only the download page will be 
updated for this version.

My +1

Emmanuel


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
** 



Re: [vote] release continuum 1.1-beta-1

2007-07-20 Thread Stephane Nicoll

With a Mysql5 UTF-8 database I got this:

Error thrown executing CREATE TABLE `INSTALLATION`
(
   `NAME` VARCHAR(256) BINARY NOT NULL,
   `MODEL_ENCODING` VARCHAR(256) BINARY NULL,
   `INSTALLATIONTYPE` VARCHAR(256) BINARY NULL,
   `VAR_NAME` VARCHAR(256) BINARY NULL,
   `VAR_VALUE` VARCHAR(256) BINARY NULL,
   PRIMARY KEY (`NAME`)
) ENGINE=INNODB : Specified key was too long; max key length is 765 bytes
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Specified key was
too long; max key length is 765 bytes
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
   at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934)
   at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616)
   at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708)
   at com.mysql.jdbc.Connection.execSQL(Connection.java:3249)
   at com.mysql.jdbc.Connection.execSQL(Connection.java:3178)
   at com.mysql.jdbc.Statement.execute(Statement.java:711)
   at 
org.apache.tomcat.dbcp.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
   at 
org.jpox.store.rdbms.table.AbstractTable.executeDdlStatement(AbstractTable.java:614)
   at 
org.jpox.store.rdbms.table.AbstractTable.executeDdlStatementList(AbstractTable.java:570)
   at 
org.jpox.store.rdbms.table.AbstractTable.create(AbstractTable.java:297)
   at 
org.jpox.store.rdbms.table.AbstractTable.exists(AbstractTable.java:341)
   at 
org.jpox.store.rdbms.RDBMSManager$ClassAdder.performTablesValidation(RDBMSManager.java:3052)
   at 
org.jpox.store.rdbms.RDBMSManager$ClassAdder.addClassTablesAndValidate(RDBMSManager.java:3313)
   at 
org.jpox.store.rdbms.RDBMSManager$ClassAdder.run(RDBMSManager.java:2554)
   at 
org.jpox.store.rdbms.RDBMSManager$MgmtTransaction.execute(RDBMSManager.java:2406)
   at org.jpox.store.rdbms.RDBMSManager.addClasses(RDBMSManager.java:821)
   at org.jpox.store.rdbms.RDBMSManager.addClass(RDBMSManager.java:835)
   at org.jpox.store.StoreManager.getDatastoreClass(StoreManager.java:1161)
   at org.jpox.store.rdbms.RDBMSManager.getExtent(RDBMSManager.java:1354)
   at 
org.jpox.AbstractPersistenceManager.getExtent(AbstractPersistenceManager.java:2312)
   at 
org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUtils.java:358)
   at 
org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUtils.java:342)
   at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:1558)
   at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:1543)
   at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllProjectsByNameWithBuildDetails(JdoContinuumStore.java:892)
   at 
org.apache.maven.continuum.DefaultContinuum.initialize(DefaultContinuum.java:2304)
   at 
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializePhase.execute(InitializePhase.java:33)
   at 
org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128)
   at 
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142)
   at 
org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132)
   at 
org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90)
   at 
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147)
   at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:327)
   at 
org.codehaus.plexus.container.initialization.StartLoadOnStartComponentsPhase.execute(StartLoadOnStartComponentsPhase.java:68)
   at 
org.codehaus.plexus.DefaultPlexusContainer.initializePhases(DefaultPlexusContainer.java:886)
   at 
org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusContainer.java:834)
   at 
org.codehaus.plexus.DefaultPlexusContainer.construct(DefaultPlexusContainer.java:811)
   at 
org.codehaus.plexus.DefaultPlexusContainer.init(DefaultPlexusContainer.java:222)
   at 
org.codehaus.plexus.DefaultPlexusContainer.init(DefaultPlexusContainer.java:260)
   at 
org.codehaus.plexus.xwork.PlexusLifecycleListener.contextInitialized(PlexusLifecycleListener.java:76)
   at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
   at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
   at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
   at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
   at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
   at 

Re: [vote] release continuum 1.1-beta-1

2007-07-20 Thread Stephane Nicoll

It would be nice to document the limitation with UTF-8 databases.

Otherwise +1

Stéphane

On 7/20/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:

Hi,

I'd like to do a release of the 1.1-beta-1

This version is very stable and usable in production.

Highlights are:
  - Continuum Profiles definition linked to build definitions.
  - multi-builddefinitions on a project

Release notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540styleName=Htmlversion=13432

I have staged it in this repo:
http://people.apache.org/~evenisse/stage/continuum-repo/
This repo include too the continuum plugin and th xml-rpc client API

Standalone version:
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-1/
Webapp version:
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-webapp/1.1-beta-1/continuum-webapp-1.1-beta-1.war

The site will be updated in the next beta, only the download page will
be updated for this version.

My +1

Emmanuel




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


Re: [vote] release continuum 1.1-beta-1

2007-07-20 Thread Vivek_Nakeesan
+1




   
   
   
 Emmanuel Venisse   To 
 [EMAIL PROTECTED] continuum-dev@maven.apache.org  
 .net  cc 
   
   Subject 
 20/07/2007 01:18  [vote] release continuum 1.1-beta-1 
 AM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
   en.apache.org   
   
   




Hi,

I'd like to do a release of the 1.1-beta-1

This version is very stable and usable in production.

Highlights are:
  - Continuum Profiles definition linked to build definitions.
  - multi-builddefinitions on a project

Release notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540styleName=Htmlversion=13432


I have staged it in this repo:
http://people.apache.org/~evenisse/stage/continuum-repo/
This repo include too the continuum plugin and th xml-rpc client API

Standalone version:
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-1/

Webapp version:
http://people.apache.org/~evenisse/stage/continuum-repo/org/apache/maven/continuum/continuum-webapp/1.1-beta-1/continuum-webapp-1.1-beta-1.war


The site will be updated in the next beta, only the download page will
be updated for this version.

My +1

Emmanuel