Re: [tasklist] dev API breakage
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <Pine.GSO.4.10.10302271117580.15352-100000@norbye> |
On Thu, 27 Feb 2003, Jesse Glick wrote: | Just found out today that the daily API Javadoc build failed - my fault, | I did a bunch of refactoring of the Javadoc build process for central | APIs (those included in apisupport-apidocs.nbm) but failed to check for | impact on all modules in the daily Javadoc config. Specifically, | tasklist/api/build.xml:javadoc references things like | openide/api/doc/open-apis.css, which no longer exist. | | I will take care of this today, to be a bit proactive... rather than | just blindly updating the required filenames, I might as well fix up the | tasklist/api/build.xml:javadoc target to use the standardized | nbbuild/javadoctools/ infrastructure. This will make your build script | shorter, in less need of maintenance, and should make the generated | documentation more uniform w.r.t. other APIs and perhaps look better too. Great, thanks! The stuff there is not "intentional"; I cut & paste the javadoc target from somewhere else (probably 4.0 projects) when I added it. | BTW I see there is no tasklist/arch/*.xml description of the tasklist | submodules - normally these are now included in API sets too. All of the | NB modules which are used by Sun ONE Studio have to have them, and it is | probably helpful and good docs practice to fill out these questionnaires | (should not take too long) even if you have no plans to be included in S1S. Yes, I should probably go add that. It's already on my todo list, but I'll bump its priority. -- Tor