• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core
    • None
    • Platform: All, OS: All

      Using 1.296-SNAPSHOT, I created a job that built & published Javadoc. After
      build #1 completed, a "Javadoc" link appeared in the project page as expected,
      and work/jobs/$prjname/javadoc/ exists and has expected contents. But
      http://.../$prjname/javadoc/ gives a 404 (as does references to any contained
      files such as package-list).

          [JENKINS-3444] Javadoc browsing broken

          Alan Harder added a comment -

          confirmed.. investigating.

          Alan Harder added a comment - confirmed.. investigating.

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/main/core/src/main/java/hudson/tasks/JavadocArchiver.java
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=17104
          Log:
          [FIXED JENKINS-3444] Fix javadoc browsing.
          Stapler does not seem to call "<Type> doDynamic()" (though it does call
          "<Type> doSomethingElse()"), so reverted to "void doDynamic(req,rsp)".
          Could change this back after fix in Stapler..

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/java/hudson/tasks/JavadocArchiver.java trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=17104 Log: [FIXED JENKINS-3444] Fix javadoc browsing. Stapler does not seem to call "<Type> doDynamic()" (though it does call "<Type> doSomethingElse()"), so reverted to "void doDynamic(req,rsp)". Could change this back after fix in Stapler..

            mindless Alan Harder
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: