Re: Xcode 1.5 & Documentation
Re: Xcode 1.5 & Documentation
- Subject: Re: Xcode 1.5 & Documentation
- From: Elizabeth Lynch <email@hidden>
- Date: Sun, 8 Aug 2004 07:10:29 +0100
> I either missed it or something. But option-double-click on
> WebObjects symbols does not bring up the documentation anymore. How
> does one go about fixing that? For example, if I option-dbl-click on
> EOGeneric object the documentation window opens to the ADC
> Documentation table of contents (or index).
>
This works fine for me. It sounds as though possibly you didn't go
through all the steps described in the Release Notes to link in the
WebObjects documentation. Here's the relevant bit:
The WebObjects Help menu item does not appear under the Help menu in
Xcode 1.5. To work around this issue, open a Terminal window and follow
the instructions below:
1. Create a soft link to the WebObjects documentation in the ADC
Reference Library. To do so, run the command:
sudo ln -s "/Developer/Documentation/WebObjects" "/Developer/ADC
Reference Library"
2. Open /Developer/ADC Reference
Library/documentation/Help/Developer Help
Viewer/MacOSXDeveloper.pbHelpIndexerList and add this line to the XML:
/Developer/Documentation/WebObjects
3. Re-index the documentation. To do so, run the command:
sudo /Developer/Tools/pbhelpindexer -o "/Developer/ADC Reference
Library/documentation/Help/Developer Help Viewer/"
4. Restart Xcode.
Liz
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.