1. 23 4月, 2010 5 次提交
    • K
      doc improvement. · 3171a480
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30334 71c3de6d-444a-0410-be80-ed276b4c234a
      3171a480
    • K
      added a convenient base class. · ee711d4e
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30333 71c3de6d-444a-0410-be80-ed276b4c234a
      ee711d4e
    • K
      simplified. · 23c7b05f
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30332 71c3de6d-444a-0410-be80-ed276b4c234a
      23c7b05f
    • K
      @field is supported and @items is not mandatory. · 4af6899f
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30331 71c3de6d-444a-0410-be80-ed276b4c234a
      4af6899f
    • K
      user report indicates that if someone puts a null value into a system proeprty... · ad7b504c
      kohsuke 提交于
      user report indicates that if someone puts a null value into a system proeprty we get a hard-to-diagnose NPE. Adding code to proactively watch out for that:
      
      [workspace] $ /usr/lib/jvm/sun-jdk-1.6/bin/java -cp /opt/glassfish/.hudson/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.355.jar:/usr/share/maven-bin-2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /usr/share/maven-bin-2.1 /opt/glassfish/server/glassfish/domains/domain1/applications/hudson/WEB-INF/lib/remoting-1.355.jar /opt/glassfish/.hudson/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.355.jar 35855 /opt/glassfish/.hudson/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
      <===[HUDSON REMOTING CAPACITY]===>���channel started
      channel stopped
      ERROR: Processing failed due to a bug in the code. Please report this to users@hudson.dev.java.net
      java.lang.NullPointerException
      	at java.util.Hashtable.put(Hashtable.java:394)
      	at java.util.Hashtable.putAll(Hashtable.java:466)
      	at hudson.maven.MavenBuilder.call(MavenBuilder.java:156)
      	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:696)
      	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:640)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
      	at hudson.remoting.Request$2.run(Request.java:270)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      	at java.lang.Thread.run(Thread.java:619)
      project=hudson.maven.MavenModuleSet@19cc863[Meetspace]
      project.getModules()=[hudson.maven.MavenModule@19fef64[Meetspace/com.steeplesoft:meetspace], hudson.maven.MavenModule@bc2f14[Meetspace/com.steeplesoft.meetspace:meetspace-parent], hudson.maven.MavenModule@11d8f11[Meetspace/com.steeplesoft.meetspace:plugin-engine], hudson.maven.MavenModule@b6e204[Meetspace/com.steeplesoft.meetspace:webapp], hudson.maven.MavenModule@b097da[Meetspace/com.steeplesoft.meetspace.plugins:helloworld-plugin], hudson.maven.MavenModule@1c18b6a[Meetspace/com.steeplesoft.meetspace.plugins:plugin-api], hudson.maven.MavenModule@1a80928[Meetspace/com.steeplesoft.meetspace.plugins:plugin-engine]]
      project.getRootModule()=hudson.maven.MavenModule@bc2f14[Meetspace/com.steeplesoft.meetspace:meetspace-parent]
      FATAL: null
      java.lang.NullPointerException
      	at java.util.Hashtable.put(Hashtable.java:394)
      	at java.util.Hashtable.putAll(Hashtable.java:466)
      	at hudson.maven.MavenBuilder.call(MavenBuilder.java:156)
      	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:696)
      	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:640)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
      	at hudson.remoting.Request$2.run(Request.java:270)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      	at java.lang.Thread.run(Thread.java:619)
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30326 71c3de6d-444a-0410-be80-ed276b4c234a
      ad7b504c
  2. 22 4月, 2010 5 次提交
  3. 21 4月, 2010 10 次提交
  4. 20 4月, 2010 3 次提交
  5. 19 4月, 2010 4 次提交
  6. 17 4月, 2010 2 次提交
  7. 16 4月, 2010 6 次提交
  8. 15 4月, 2010 5 次提交