Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 13527 invoked from network); 23 Apr 2009 11:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Apr 2009 11:49:26 -0000 Received: (qmail 13633 invoked by uid 500); 23 Apr 2009 11:49:26 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 13537 invoked by uid 500); 23 Apr 2009 11:49:26 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 13527 invoked by uid 99); 23 Apr 2009 11:49:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 11:49:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jmorales@gmv.com designates 212.0.110.25 as permitted sender) Received: from [212.0.110.25] (HELO mx1.gmv.es) (212.0.110.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2009 11:49:18 +0000 Received: HReceived: from scanmail.gmv.es (caronte [212.0.110.2]) by mx1.gmv.es with id n3NBmrxa012500; Thu, 23 Apr 2009 13:48:53 +0200 From: =?iso-8859-1?Q?Jos=E9_Morales_Mart=EDnez?= To: "dev@continuum.apache.org" , "mbaclay@g2ix.com" Date: Thu, 23 Apr 2009 13:50:00 +0200 Subject: RE: Selenium test failures Thread-Topic: Selenium test failures Thread-Index: AcnDzZg/21ToX4MARLqowHGiNzPZsQAOe8zv Message-ID: References: ,<49EFB11E.5050504@g2ix.com> In-Reply-To: <49EFB11E.5050504@g2ix.com> Accept-Language: es-ES Content-Language: es-ES X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: es-ES Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.64 on 212.0.110.25 X-Virus-Checked: Checked by ClamAV on apache.org I will try to solve this problem. This week I am a little busy, but I will = try to fix it as soon as possible.=20 Many times to change the name of a field leads to the occurrence of these e= rrors. I think it may be due to this. I download trunk in r767890 and install, but I get the following error whe= n I run mvn install on continuum-webapp-test: This is for testng-pom.xml and pom.xml. Anyone happens the same? /continuum-webapp-test$ mvn install -e + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] --------------------------------------------------------------------= ---- [INFO] Building Continuum :: Webapp Tests [INFO] task-segment: [install] [INFO] --------------------------------------------------------------------= ---- [INFO] [enforcer:enforce {execution: default}] [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies fail= ed with message: Found Banned Dependency: commons-logging:commons-logging:jar:1.0.4 [INFO] --------------------------------------------------------------------= ---- [ERROR] BUILD ERROR [INFO] --------------------------------------------------------------------= ---- [INFO] Some Enforcer rules have failed. Look above for specific messages ex= plaining why the rule failed. [INFO] --------------------------------------------------------------------= ---- [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Some Enforcer rules= have failed. Look above for specific messages explaining why the rule fail= ed. at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defaul= tLifecycleExecutor.java:583) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLife= cycle(DefaultLifecycleExecutor.java:499) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Default= LifecycleExecutor.java:478) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandl= eFailures(DefaultLifecycleExecutor.java:330) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments= (DefaultLifecycleExecutor.java:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLife= cycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja= va:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso= rImpl.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 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Some Enforcer ru= les have failed. Look above for specific messages explaining why the rule f= ailed. at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:= 217) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginM= anager.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defaul= tLifecycleExecutor.java:558) ... 16 more [INFO] --------------------------------------------------------------------= ---- [INFO] Total time: 4 seconds [INFO] Finished at: Thu Apr 23 13:29:17 CEST 2009 [INFO] Final Memory: 13M/522M [INFO] --------------------------------------------------------------------= ---- ________________________________________ De: Marecor Baclay [mbaclay@g2ix.com] Enviado el: jueves, 23 de abril de 2009 2:06 Para: dev@continuum.apache.org Asunto: Re: Selenium test failures Wendy Smoak wrote: > I can now run the TestNG webapp tests, but I'm seeing four failures: > > Failed tests: > testAddMavenTwoProjectFromRemoteSourceToNonDefaultProjectGroup(org.apac= he.continuum.web.test.MavenTwoProjectTest) > testAddMavenTwoProject(org.apache.continuum.web.test.MavenTwoProjectTes= t) > testAddMavenToolWithBuildEnvirotment(org.apache.continuum.web.test.Inst= allationTest) > testAddJdkToolWithoutBuildEnvirotment(org.apache.continuum.web.test.Ins= tallationTest) > > Tests run: 142, Failures: 4, Errors: 0, Skipped: 49 > > Are they passing for others? > > I got same results as pasted above too. ______________________ Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la=20 Informacion siendo para uso exclusivo del destinatario, quedando=20 prohibida su divulgacion copia o distribucion a terceros sin la=20 autorizacion expresa del remitente. Si Vd. ha recibido este mensaje=20 erroneamente, se ruega lo notifique al remitente y proceda a su borrado.= =20 Gracias por su colaboracion. ______________________ This message including any attachments may contain confidential=20 information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. ______________________