Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Repair XCode 1.5 documentation and code completion' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Repair XCode 1.5 documentation and code completion
Authored by: ld on Mar 02, '05 10:03:16PM

Changing the location of the file is not necessary. You don't need to change the script either.

Providing an argument (as specified) in the Release Notes as below is all you need to do.

e.g.,
/Developer/Tools/pbhelpindexer -o "/Developer/ADC Reference Library/documentation/Help/Developer Help Viewer/"

However, the thing that is broken (but easily fixed) is the original index templates provided. Simply open up the Java related templates and fix the broken links to the java jar files.

i.e., if you open up one of the index templates you'll notice that the java jar files are in red. They are still pointing to the following location:

/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/ etc.

This should be 1.4.2.

The templates are found in:
"/Developer/Extras/Xcode Index Templates"

---
regards,
LD



[ Reply to This | # ]