• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Generating Javadocs with links to existing WO Javadocs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generating Javadocs with links to existing WO Javadocs


  • Subject: Generating Javadocs with links to existing WO Javadocs
  • From: Paul Hoadley <email@hidden>
  • Date: Wed, 19 Nov 2008 14:47:17 +1030

Hello,

I can probably sweat this out, but it seems like something others would already be doing.

I want to generate some HTML Javadocs for several projects. Ideally, I'd like to have my @link tags that point to WO (and Wonder, for that matter) classes to resolve to existing online documentation. I want this to work from the command line eventually (to run as a cron job), but even an Eclipse-based solution would help.

From the command line I've tried this:

javadoc -sourcepath Sources -d doc -linkoffline http://developer.apple.com/documentation/MacOSXServer/Reference/WO54_Reference/ wo-packages -subpackages net

Where wo-packages was a directory into which I put a hand-built package-list for the WO packages, since I couldn't seem to get that list from below the developer.apple.com URL above. This fails with (among other things) a slew of ClassCastExceptions, which look like they're related to annotations, and a "Tag @link: reference not found" for every external link.

From Eclipse, all the WO-related JARs are flagged "not configured", and I see no option for linking to existing external documentation.

Again, I can probably get there eventually, but is anyone doing this already? I must be missing something obvious.


-- Paul.

w  http://logicsquad.net/
h  http://paul.hoadley.name/


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Generating Javadocs with links to existing WO Javadocs
      • From: Paul Hoadley <email@hidden>
  • Prev by Date: Who is tbody and why won't he leave me alone?
  • Next by Date: Programmatic URL are Problematic
  • Previous by thread: Re: Who is tbody and why won't he leave me alone?
  • Next by thread: Re: Generating Javadocs with links to existing WO Javadocs
  • Index(es):
    • Date
    • Thread