[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-29 Thread fmuel...@sapient.com (JIRA)














































Frank Mueller
 commented on  JENKINS-751


hudson.tasks.junit.AbortException thrown on some maven2 projects















Because the original cause was never mentioned here i cannot assume this.

The cause here is that there is a check if skipTests is set to true and prevent the plugin from gathering the data. But it skipTests=false and maven.test.skip=true the data gathering will take place even for plugins that are not runnig (like jasmine).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-29 Thread fmuel...@sapient.com (JIRA)















































Frank Mueller
 resolved  JENKINS-751 as Duplicate


hudson.tasks.junit.AbortException thrown on some maven2 projects
















Change By:


Frank Mueller
(29/Oct/14 10:40 AM)




Status:


Reopened
Resolved





Resolution:


Duplicate



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-28 Thread fmuel...@sapient.com (JIRA)














































Frank Mueller
 reopened  JENKINS-751


hudson.tasks.junit.AbortException thrown on some maven2 projects
















Problem seems to be back in 1.565.3

Started a multi module maven build with parameter 

-Dmaven.test.failure.ignore=true


Jasmine tests will not be executed but jenkins still tries to get the test results.


[INFO] --- jasmine-maven-plugin:1.3.1.4:test (default) @ lh-ress-ui ---
[INFO] Skipping Jasmine Specs
[JENKINS] Zeichne Testergebnisse auf
hudson.AbortException: Test reports were found but none of them are new. Did tests run? 
For example, /home/jenkinslocal/jenkins-jobs/workspace/lufthansa-reactor-master-SNAPSHOT-NEW/lufthansa-ress-ui/target/jasmine/TEST-jasmine.xml is 44 Jahre old

	at hudson.tasks.junit.TestResult.parse(TestResult.java:213)
	at hudson.maven.reporters.SurefireArchiver.postExecute(SurefireArchiver.java:148)
	at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:628)
	at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:610)
	at hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:306)
	at org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:108)
	at org.apache.maven.eventspy.internal.EventSpyExecutionListener.mojoSucceeded(EventSpyExecutionListener.java:131)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:227)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
	at org.jvnet.hudson.maven3.launcher.Maven31Launcher.main(Maven31Launcher.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven31Main.launch(Maven31Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[INFO]






Change By:


Frank Mueller
(28/Oct/14 10:20 AM)




Resolution:


Fixed





Status:


Closed
Reopened






















 

[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-28 Thread fmuel...@sapient.com (JIRA)














































Frank Mueller
 commented on  JENKINS-751


hudson.tasks.junit.AbortException thrown on some maven2 projects















Aditional Info:

If I add the parameter 

-DskipTests=true


Everything works fine.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-28 Thread fmuel...@sapient.com (JIRA)












































 
Frank Mueller
 edited a comment on  JENKINS-751


hudson.tasks.junit.AbortException thrown on some maven2 projects
















Aditional Info:

If I add the parameter 

-DskipTests=true


Everything works fine.

But in our Case we would only prevent integration-test from run. Therefore we have something like skipTests=false and maven.test.skip=true.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [maven-plugin] (JENKINS-751) hudson.tasks.junit.AbortException thrown on some maven2 projects

2014-10-28 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-751


hudson.tasks.junit.AbortException thrown on some maven2 projects















Just file a new issue. What are the chances the cause is actually the same as in this seven years old issue?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.