This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100707 - Dev javadoc not being updated
Summary: Dev javadoc not being updated
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-04-11 23:07 UTC by Vitezslav Stejskal
Modified: 2009-07-03 12:08 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2007-04-11 23:07:29 UTC
The http://www.netbeans.org/download/dev/javadoc/ link shows nearly a week old
javadoc (generated on the 6th April 2007). It used to be updated daily. Am I
using a wrong link or what is going on? Thank you.
Comment 1 jcatchpoole 2007-04-12 11:55:06 UTC
RE guys, can you check this  out ?  Thanks.
Comment 2 rnovak 2007-04-13 17:10:23 UTC
I'm investigating the problem.
Comment 3 Vitezslav Stejskal 2007-04-15 22:18:41 UTC
It seems to be ok again. The last javadoc is from 14th Apr, which was Sat
morning. I don't think it's built on weekends, so it's probably back to normal.
I'll keep an eye on it and if it builds ok we can close this report.
Comment 4 Vitezslav Stejskal 2007-04-24 01:53:04 UTC
This is still not fixed. The javadoc generation is on and off for some reason.
Currently the javadoc is from 18th April 2007, which is again nearly a week old.
Comment 5 rbalada 2007-04-24 07:50:16 UTC
Vito,

last successful build of javadoc was #200704171800. Build #200704191800 failed
during checking javadoc links. Build #200704221800 failed in IDE build (or was
killed, I saw thread dump in build log). Build #200704231800 is still in
progress and is actually refreshing javadoc pages. 

Summary: the problem resolution is in progress w/o any explicit intervention.
Comment 6 rbalada 2007-04-24 17:53:53 UTC
I can see it was fixed.
Comment 7 Vitezslav Stejskal 2007-04-26 00:12:22 UTC
You are right. I'll be more patient next time. Thanks.
Comment 8 Vitezslav Stejskal 2007-06-25 17:32:07 UTC
The dev javadoc is out-of-date again. I tried to be patient this time, but the website keeps showing javadoc from 29th
May 2007, which is nearly one month old. Could somebody please check what's going on? Thank you.
Comment 9 rbalada 2007-07-04 16:51:30 UTC
This time the root cause is bit different. The build infrastructure which used to provide this service has been
discontinued and stopped. I don't know when it is going to be migrated to new build. I would say this particular javadoc
should be regularly updated from a build project on deadlock.netbeans.org.
Comment 10 Michal Zlamal 2007-07-04 17:07:23 UTC
I'll work on it
Comment 11 Vitezslav Stejskal 2007-07-09 10:27:19 UTC
Any progress on that? I'm making it DEFECT + REGRESSION, which is exactly what this issue is.
Comment 12 Jesse Glick 2007-07-09 21:14:39 UTC
http://deadlock.netbeans.org/hudson/job/javadoc-nbms/javadoc/

can be used for dev Javadoc. Exact set of modules may not match what you were expecting.
Comment 13 Jaroslav Tulach 2007-07-10 08:09:16 UTC
I have just fixed all broken links in current javadoc build, just do 

cd nbbuild
ant build-javadoc

and you will get file

NetBeans-dev-*-javadoc-web.zip

which needs to be unpacked to http://www.netbeans.org/download/dev/javadoc/ directory. Michal can you setup a daily build that will do the 
upload?

Comment 14 Michal Zlamal 2009-07-03 12:08:24 UTC
javadoc is automatically build as part of production build.