java-dev

[Prev] Thread [Next]  |  [Prev] Date [Next]

Re: J2SE 6 in Xcode documentation Dmitry Markman Mon Jun 22 21:00:58 2009

thanks Greg
I followed instructions, created Xcode project
it took 15h to complete
but it created something that isn't complete
it doesn't have all classes
for example it doesn't have any of awt, swing e.t.c. classes

maybe I did something wrong

cp $SOURCE_ROOT/doxygen.config $TEMP_DIR/doxygen.config

echo "INPUT = /System/Library/Frameworks/JavaVM.framework/Versions/ 1.6.0/Home/src.jar" >> $TEMP_DIR/doxygen.config echo "OUTPUT_DIRECTORY = $SOURCE_ROOT/ com.dmarkman.generated.J2SE60APIReference.docset" >> $TEMP_DIR/ doxygen.config
echo "GENERATE_DOCSET        = YES" >> $TEMP_DIR/doxygen.config
echo "DOCSET_BUNDLE_ID = com.dmarkman.generated.J2SE60APIReference" >> $TEMP_DIR/doxygen.config




I set doxygen INPUT param to the /System/Library/Frameworks/ JavaVM.framework/Versions/1.6.0/Home/src.jar

maybe I should expand it and then use something like

echo "INPUT = /System/Library/Frameworks/JavaVM.framework/Versions/ 1.6.0/Home/src" >> $TEMP_DIR/doxygen.config

where src will contain all sources

I'll try it and I'll let the list know

thanks again

also I think that javadoc frames look much better than doxygen produced html pages
unless I can configure doxygen in the different way



On Jun 21, 2009, at 2:31 PM, Greg Guerin wrote:

Dmitry Markman wrote:

I do know that I can use docs.jar or src.jar from
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home folder
(if I installed dev doc package from Apple)

question was how I can access it from the Xcode documentation window

From the aforementioned message thread:

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

 -- GG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      ([EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/dmarkman%40mac.com

This email sent to [EMAIL PROTECTED]

Dmitry Markman

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      ([EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com

This email sent to [EMAIL PROTECTED]