|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Same here. I'm running 1.580.3 started with "java -jar jenkins.war" call on Windows 7 64-bit running, Maven 3.2.5, jdk1.7.0_67.
I have installed just the task-scanner plugin in version 4.44, activated and configured it (files to scan: "src/*/.java").
[INFO] — maven-clean-plugin:2.6.1:clean (default-clean) @ agents-impl —
[...]
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
[INFO]
[INFO] — maven-resources-plugin:2.6:resources (default-resources) @ agents-impl —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:compile (default-compile) @ agents-impl —
[...]
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
[INFO]
[INFO]
[INFO] — maven-surefire-plugin:2.18.1:test (default-test) @ agents-impl —
[...]
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running [testclass]
log4j:ERROR Could not connect to remote log4j server at [localhost]. We will try again later.
could not load log4j properties file: /log4j.properties
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.608 sec - in de.biotronik.agents.AbstractAgentServiceImplTest
Results :
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
[INFO]
[INFO] — maven-jar-plugin:2.5:jar (default-jar) @ agents-impl —
[...]
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
[INFO]
[INFO] — maven-source-plugin:2.4:jar (attach-sources) @ agents-impl —
[...]
[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: org.apache.commons.io.IOUtils.lineIterator(Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/apache/commons/io/LineIterator;
I found out that the Tests weren't recorded by Jenkins: Line "[JENKINS] Recording test results" is missing, so no test result overview is presented when opening the job url.
Same happening for other plugins like checkstyle or findbugs...