Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Where's the javadoc?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where's the javadoc?



nsowatsk wrote:

I *used* to get the javadoc from:

/Developer/Documentation/DocSets/ com.apple.ADC_Reference_Library.Java15APIRe
ference.docset/Contents/Resources/Documents/documentation/Java/ Reference/1.5
.0/doc/api/index.html.


At least, that worked with _12.

Now it doesn't. So where does the documentation update package from the
Apple developer downloads actually put the javadoc? If it really is just the
docs.jar, then something changed and I just wish someone could show me the
documentation that says that, as I think I am missing something :-/

I assume you want the docset to appear in Xcode 3.1.2. That's my interpretation of your original post:


http://lists.apple.com/archives/java-dev/2009/Jun/msg00071.html

AFAIK, the short answer is: There is no docset. One is definitely not installed with the Java For mac OS X 10.5 Update 2 devdocs install (available from ADC).

The longer answer is: If you want an Xcode-compatible docset, you'll probably have to make it yourself. The Doxygen app can do this, as described here:

http://developer.apple.com/tools/creatingdocsetswithdoxygen.html

However, I think Doxygen needs to start with the source, rather than the HTML. Fortunately, there is a "src.jar" in the same place as "docs.jar", so start with that if you have to. If Doxygen doesn't need source, only HTML, then start with docs.jar. Either way, I think you're going to have to 'jar xf' the contents into a folder you can write to.

By the way, I recommend doing trial runs with small sets of files first, and after you work out the wrinkles, get the Doxygen settings figured out, and have confirmed the resulting docset works in Xcode, only then do you attack the "src.jar" monster.

Also see:
  http://lists.apple.com/archives/java-dev/2009/May/msg00191.html

http://developer.apple.com/documentation/DeveloperTools/Conceptual/ Documentation_Sets/

Xcode Help > Open man page ... > docsetutil

Google keywords:
  java docset site:apple.com

  -- GG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.