I am trying to build a continuous integration environment for php using hudson. I am running a shell script, which generates my phpdepend output, which can be used by the jdepend plugin. Although the xml-File is ready, the plugin throws an exception:
konsol çıkışı:
[JDepend] JDepend plugin is ready
[JDepend] Couldn't generate JDepend file at 'jdepend.xml'java.lang.NullPointerException
JDepend-sembolü tıklama:
Report generation failed: org.apache.maven.reporting.MavenReportException: Failed to generate JDepend report:null
thanks for all your help. Martin