SVNPublisher と呼ばれる Hudson プラグインのコードをステップ実行できるようにしようとしています。SVNPublisher のコードをチェックアウトし、Netbeans を使用してプロジェクトを開き、[Debug Main project] をクリックしました。これにより、アドレスhttp://localhost:8080を開く Firefox ウィンドウが表示され、Hudson のメイン ページが表示されます。[新しいジョブ] リンクをクリックすると、エラー ページが表示されます。
HTTP ERROR: 500
jar:file:/home/francis/svn/svnpublisher/target/work/webapp/WEB-INF/lib/hudson-core-1.319.jar!/lib/hudson/newFromList/form.jelly:43:47: <j:forEach> hudson.scm.SubversionTagAction and hudson.scm.SubversionTagAction$DescriptorImpl disagree on InnerClasses attribute
RequestURI=/newJob
Caused by:
org.apache.commons.jelly.JellyTagException: jar:file:/home/francis/svn/svnpublisher/target/work/webapp/WEB-INF/lib/hudson-core-1.319.jar!/lib/hudson/newFromList/form.jelly:43:47: hudson.scm.SubversionTagAction and hudson.scm.SubversionTagAction$DescriptorImpl disagree on InnerClasses attribute
at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:713)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:282)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
...
私は Hudson を初めて使用し、Java の経験があまりないため、このエラーの意味がほとんどわかりません。
誰でも助けることができますか?