See <http://hudson.codelutin.com/hudson/job/pollen/1009/> ------------------------------------------ [...truncated 255 lines...] ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.chorem.pollen.service.ServiceUserImplTest 2010-05-26 12:02:33,661 [INFO] test.AbstractServiceTest ## START ## : testCopyUserAccount 2010-05-26 12:02:33,775 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:36,156 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:36,156 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:36,157 [INFO] service.ServiceUserImplTest test 1 : Encode new password 2010-05-26 12:02:36,157 [INFO] service.ServiceUserImplTest test 2 : Do not encode new password -> newPassword empty 2010-05-26 12:02:36,249 [INFO] test.AbstractServiceTest ## START ## : testCheckPassword 2010-05-26 12:02:36,250 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:36,583 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:36,583 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:36,594 [INFO] service.ServiceUserImplTest test 1 : Good password 2010-05-26 12:02:36,602 [INFO] service.ServiceUserImplTest test 2 : Wrong password 2010-05-26 12:02:36,609 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_wrong_password 2010-05-26 12:02:36,686 [INFO] test.AbstractServiceTest ## START ## : testExecuteConnect 2010-05-26 12:02:36,687 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:37,070 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:37,070 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:37,103 [INFO] service.ServiceUserImplTest test 1 : Connection OK 2010-05-26 12:02:37,112 [INFO] service.ServiceUserImplTest test 2 : Connection problem on login -> user not exist 2010-05-26 12:02:37,114 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_not_exist 2010-05-26 12:02:37,114 [INFO] service.ServiceUserImplTest test 3 : Connection problem on password -> don't match with login 2010-05-26 12:02:37,117 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_wrong_password 2010-05-26 12:02:37,180 [INFO] test.AbstractServiceTest ## START ## : testExecuteGetNewUser 2010-05-26 12:02:37,181 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:37,550 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:37,550 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:37,682 [INFO] test.AbstractServiceTest ## START ## : testExecuteCreateUser 2010-05-26 12:02:37,682 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:37,988 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:37,988 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:37,989 [INFO] service.ServiceUserImplTest test 1 : Creation OK 2010-05-26 12:02:37,997 [INFO] service.ServiceUserImplTest test 2 : Creation problem on login -> user exist 2010-05-26 12:02:37,999 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_login_exist 2010-05-26 12:02:37,999 [INFO] service.ServiceUserImplTest test 3 : Creation problem on email -> user exist 2010-05-26 12:02:38,001 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_email_exist 2010-05-26 12:02:38,001 [INFO] service.ServiceUserImplTest test 4 : Creation OK with no email 2010-05-26 12:02:38,084 [INFO] test.AbstractServiceTest ## START ## : testExecuteUpdateUser 2010-05-26 12:02:38,088 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:38,317 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:38,317 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:38,330 [INFO] service.ServiceUserImplTest test 1 : Can't change login -> don't match with password 2010-05-26 12:02:38,337 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_wrong_password 2010-05-26 12:02:38,337 [INFO] service.ServiceUserImplTest test 2 : Change email OK 2010-05-26 12:02:38,359 [INFO] service.ServiceUserImplTest test 3 : Change email problem -> user exist 2010-05-26 12:02:38,362 [ERROR] service.ServiceUserImplTest Error : pollen.exception.user_email_exist 2010-05-26 12:02:38,409 [INFO] test.AbstractServiceTest ## START ## : testExecuteDeleteUser 2010-05-26 12:02:38,410 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:38,666 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:38,667 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:38,697 [ERROR] pollen.PollenContextImpl pollen.error.serviceUser.deleteUser java.lang.IllegalArgumentException: attempt to create delete event with null entity at org.hibernate.event.DeleteEvent.<init>(DeleteEvent.java:47) at org.hibernate.impl.SessionImpl.delete(SessionImpl.java:772) at org.nuiton.topia.persistence.TopiaDAOImpl.delete(TopiaDAOImpl.java:449) at org.chorem.pollen.entity.UserAccountDAOAbstract.delete(UserAccountDAOAbstract.java:55) at org.chorem.pollen.service.ServiceUserImpl.executeDeleteUser(ServiceUserImpl.java:260) at org.chorem.pollen.service.ServiceUserAbstract.deleteUser(ServiceUserAbstract.java:323) at org.chorem.pollen.service.ServiceUserImplTest.testExecuteDeleteUser(ServiceUserImplTest.java:247) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:48) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) at org.apache.maven.surefire.Surefire.run(Surefire.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) 2010-05-26 12:02:38,711 [ERROR] service.ServiceUserImplTest org.chorem.pollen.PollenException: pollen.error.serviceUser.deleteUser Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.339 sec Running org.chorem.pollen.service.ServiceFavoriteImplTest 2010-05-26 12:02:38,812 [INFO] test.AbstractServiceTest ## START ## : testCreateFavoriteParticipant 2010-05-26 12:02:38,812 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:38,998 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:38,999 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:39,023 [INFO] service.ServiceUserImplTest test 1 : no problem on creation 2010-05-26 12:02:39,037 [INFO] service.ServiceUserImplTest test 2 : problem on naturalId : participant already set with same email 2010-05-26 12:02:39,039 [INFO] service.ServiceUserImplTest test 3 : email in naturalId can be null 2010-05-26 12:02:39,101 [INFO] test.AbstractServiceTest ## START ## : testUpdateFavoriteParticipant 2010-05-26 12:02:39,101 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:39,301 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:39,301 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:39,319 [INFO] service.ServiceUserImplTest test 1 : update ok : add email Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec Running org.chorem.pollen.TopiaQueryBuilderTest 2010-05-26 12:02:39,395 [INFO] pollen.TopiaQueryBuilderTest testPrepareQueryForFilter 2010-05-26 12:02:39,397 [INFO] pollen.TopiaQueryBuilderTest test1 : orderBy FavoriteParticipant name 2010-05-26 12:02:39,397 [INFO] pollen.TopiaQueryBuilderTest test2 : orderBy not set (default to topiaCreateDate desc) 2010-05-26 12:02:39,397 [INFO] pollen.TopiaQueryBuilderTest test3 : orderBy name and email desc Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.chorem.pollen.service.ServicePollImplTest 2010-05-26 12:02:39,411 [INFO] test.AbstractServiceTest ## START ## : testInternalCreateBasicPoll 2010-05-26 12:02:39,411 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:39,669 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:39,670 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:39,703 [INFO] service.ServicePollImplTest test 1 : create poll with creator from existing user 2010-05-26 12:02:39,733 [INFO] service.ServicePollImplTest test 2 : create poll with new creator 2010-05-26 12:02:39,796 [INFO] test.AbstractServiceTest ## START ## : testInternalCreatePollAccounts 2010-05-26 12:02:39,798 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:40,016 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:40,016 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:40,050 [INFO] service.ServicePollImplTest test 1 : createPollAccounts from one new list : RESTRICTED 2010-05-26 12:02:40,058 [INFO] service.ServicePollImplTest test 2 : createPollAccounts from two lists : GROUP. One of the list is an existing favorite one 2010-05-26 12:02:40,145 [INFO] test.AbstractServiceTest ## START ## : integrationCreatePollFree 2010-05-26 12:02:40,145 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:40,399 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:40,399 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! 2010-05-26 12:02:40,520 [INFO] test.AbstractServiceTest ## START ## : integrationCreatePollRestrictedFromNewList 2010-05-26 12:02:40,521 [INFO] pollen.PollenContextImpl Démarrage de Pollen... 2010-05-26 12:02:40,775 [INFO] pollen.PollenContextImpl Le super admin a été créé avec l'identifiant admin. 2010-05-26 12:02:40,775 [INFO] pollen.PollenContextImpl Pollen a été démarré avec succès ! Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 sec Results : Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [HUDSON] Enregistrement des résultats des tests [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-business/target/pollen-business-2.0-SNAPSHOT.jar> [INFO] [install:install {execution: default-install}] [INFO] Installing <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-business/target/pollen-business-2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/chorem/pollen/pollen-business/2.0-SNAPSHOT/pollen-business-2.0-SNAPSHOT.jar [HUDSON] Archiving <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-business/target/pollen-business-2.0-SNAPSHOT.jar> to /home/hudson/hudson-home/jobs/pollen/modules/org.chorem.pollen$pollen-business/builds/2010-05-26_12-02-04/archive/org.chorem.pollen/pollen-business/2.0-SNAPSHOT/pollen-business-2.0-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Pollen :: Web Interface [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/target> [INFO] snapshot org.nuiton.web:nuiton-tapestry-extra:0.1-SNAPSHOT: checking for updates from nuiton.snapshot [INFO] snapshot org.nuiton:nuiton-web:0.1-SNAPSHOT: checking for updates from nuiton.snapshot [INFO] [enforcer:enforce {execution: check-project-files}] [INFO] Preparing i18n:tapestry-bundle [HUDSON] Archiving <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/pom.xml> to /home/hudson/hudson-home/jobs/pollen/modules/org.chorem.pollen$pollen-ui/builds/2010-05-26_12-02-04/archive/org.chorem.pollen/pollen-ui/2.0-SNAPSHOT/pom.xml [INFO] [i18n:collect-i18n-artifacts {execution: collect-i18n-artifacts}] [INFO] detected i18n artifact org.chorem.pollen:pollen-business:2.0-SNAPSHOT [INFO] detected i18n artifact org.nuiton:nuiton-utils:1.3.1-SNAPSHOT [INFO] detected i18n artifact org.nuiton.topia:topia-persistence:2.4-SNAPSHOT [INFO] detected i18n artifact org.nuiton.topia:topia-service-migration:2.4-SNAPSHOT [INFO] detected i18n artifact org.chorem.pollen:pollen-ui:2.0-SNAPSHOT [INFO] generate collected i18n artifacts for locale fr_FR [INFO] collected 5 i18n artifacts for locale fr_FR stored in <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/target/i18n/app-fr_FR.properties> [INFO] generate collected i18n artifacts for locale en_GB [INFO] collected 5 i18n artifacts for locale en_GB stored in <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/target/i18n/app-en_GB.properties> [INFO] [i18n:tapestry-bundle {execution: default}] [INFO] config - bundle name : app [INFO] config - basedir : <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/src/main/webapp/WEB-INF> [INFO] config - locales : [fr_FR, en_GB] [INFO] generate bundle for locale fr_FR in file app_fr.properties [INFO] bundles for locale : i18n/nuiton-utils-fr_FR.properties,i18n/topia-persistence-fr_FR.properties,i18n/topia-service-migration-fr_FR.properties,i18n/pollen-business-fr_FR.properties,i18n/pollen-ui-fr_FR.properties [WARNING] bundle fr_FR contains 72/299 empty entries! (use -Di18n.showEmpty to see these entries) [INFO] generate bundle for locale en_GB in file app_en.properties [INFO] bundles for locale : i18n/nuiton-utils-en_GB.properties,i18n/topia-persistence-en_GB.properties,i18n/topia-service-migration-en_GB.properties,i18n/pollen-business-en_GB.properties,i18n/pollen-ui-en_GB.properties [WARNING] bundle en_GB contains 135/252 empty entries! (use -Di18n.showEmpty to see these entries) [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 54 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 74 source files to <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/src/main/java/org/chorem/pollen/ui/pages/poll/VoteForPoll.java>:[589,23] saveVote(org.chorem.pollen.entity.Poll,org.chorem.pollen.entity.PollAccount) in org.chorem.pollen.service.ServiceVote cannot be applied to (org.chorem.pollen.entity.PollAccount) [INFO] 1error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/src/main/java/org/chorem/pollen/ui/pages/poll/VoteForPoll.java>:[589,23] saveVote(org.chorem.pollen.entity.Poll,org.chorem.pollen.entity.PollAccount) in org.chorem.pollen.service.ServiceVote cannot be applied to (org.chorem.pollen.entity.PollAccount) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Compilation failure <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/src/main/java/org/chorem/pollen/ui/pages/poll/VoteForPoll.java>:[589,23] saveVote(org.chorem.pollen.entity.Poll,org.chorem.pollen.entity.PollAccount) in org.chorem.pollen.service.ServiceVote cannot be applied to (org.chorem.pollen.entity.PollAccount) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at hudson.maven.agent.Main.launch(Main.java:165) at hudson.maven.MavenBuilder.call(MavenBuilder.java:165) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:696) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:640) at hudson.remoting.UserRequest.perform(UserRequest.java:114) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:270) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure <http://hudson.codelutin.com/hudson/job/pollen/ws/pollen/pollen-ui/src/main/java/org/chorem/pollen/ui/pages/poll/VoteForPoll.java>:[589,23] saveVote(org.chorem.pollen.entity.Poll,org.chorem.pollen.entity.PollAccount) in org.chorem.pollen.service.ServiceVote cannot be applied to (org.chorem.pollen.entity.PollAccount) at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:127) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) ... 28 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 39 seconds [INFO] Finished at: Wed May 26 12:02:45 CEST 2010 [INFO] Final Memory: 95M/513M [INFO] ------------------------------------------------------------------------ Sending e-mails to: pollen-devel@list.chorem.org channel stopped Sonar est désactivé (Sonar CodeLutin). Voir la configuration Hudson globale.