[JIRA] (JENKINS-17037) Null pointer exception when publishing results

2013-03-14 Thread s.sog...@gmail.com (JIRA)















































sogabe
 resolved  JENKINS-17037 as Fixed


Null pointer exception when publishing results
















Change By:


sogabe
(14/Mar/13 12:34 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-17037) Null pointer exception when publishing results

2013-03-13 Thread justin...@gmail.com (JIRA)














































justinas Urbanavicius
 commented on  JENKINS-17037


Null pointer exception when publishing results















I'm actually using phpunit 3.7, so you are saying that phpunit3 is not compatible with clover.

Shouldn't it just skip the clover generation instead of an error, and put out some kind of a warning that unsupported format ? instead of exception and failing the build



























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/groups/opt_out.




[JIRA] (JENKINS-17037) Null pointer exception when publishing results

2013-03-13 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17037


Null pointer exception when publishing results















Code changed in jenkins
User: Seiji Sogabe
Path:
 src/main/java/org/jenkinsci/plugins/cloverphp/CloverCoverageParser.java
 src/main/java/org/jenkinsci/plugins/cloverphp/CloverPublisher.java
http://jenkins-ci.org/commit/cloverphp-plugin/c70e441c6671816e2085c7e12d513512e2a85ab6
Log:
  JENKINS-17037 added message if clover xml is incompatible with clover style


Compare: https://github.com/jenkinsci/cloverphp-plugin/compare/d55c91f13092...c70e441c6671

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






























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/groups/opt_out.




[JIRA] (JENKINS-17037) Null pointer exception when publishing results

2013-03-12 Thread s.sog...@gmail.com (JIRA)














































sogabe
 commented on  JENKINS-17037


Null pointer exception when publishing results















Are you using phpunit2 task in a build.xml? If so, you have to use exec task as follows.


exec dir="."
  command="phpunit --log-junit 'reports/unitreport.xml'
   --coverage-html 'reports/coverage'
   --coverage-clover 'reports/coverage/coverage.xml'
   test/"
/


Phpunit2 task generate coverage xml, but it is incompatible with clover.



























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/groups/opt_out.




[JIRA] (JENKINS-17037) Null pointer exception when publishing results

2013-03-04 Thread justin...@gmail.com (JIRA)














































justinas Urbanavicius
 created  JENKINS-17037


Null pointer exception when publishing results















Issue Type:


Bug



Affects Versions:


current



Assignee:


sogabe



Components:


cloverphp-plugin



Created:


04/Mar/13 8:50 AM



Description:


ERROR: Publisher org.jenkinsci.plugins.cloverphp.CloverPublisher aborted due to exception
java.lang.NullPointerException
	at org.jenkinsci.plugins.cloverphp.CloverCoverageParser.trimPaths(CloverCoverageParser.java:29)
	at org.jenkinsci.plugins.cloverphp.CloverCoverageParser.parse(CloverCoverageParser.java:50)
	at org.jenkinsci.plugins.cloverphp.CloverPublisher.processCloverXml(CloverPublisher.java:216)
	at org.jenkinsci.plugins.cloverphp.CloverPublisher.perform(CloverPublisher.java:189)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:786)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:733)
	at hudson.model.Run.execute(Run.java:1592)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
Finished: FAILURE




Environment:


Windows Server 2008 R2 x64




Project:


Jenkins



Priority:


Major



Reporter:


justinas Urbanavicius

























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/groups/opt_out.