Re: XCODE 1.5
Re: XCODE 1.5
- Subject: Re: XCODE 1.5
- From: Art Isbell <email@hidden>
- Date: Tue, 10 Aug 2004 22:30:36 -1000
On Aug 10, 2004, at 8:09 PM, Tanmoy Roy wrote:
I have reindexed the Frameworks as suggested using install_templates.
But for Java code completion I am still unable to do it.
You probably need to fix some of the index templates. Open each of
the index templates for Java projects (the templates are just Xcode
projects). You should see that classes.jar and ui.jar are in red text
which means that their paths are incorrect. In fact, they point to
Java 1.4.1 versions that no longer exist, so fix the paths to point to
the existing Java 1.4.2 versions. You might also want to add
classes.jar and ui.jar to the JavaWebObjectsAppIndex template so that
code completion will work for standard Java classes as well.
Then run install_templates and rebuild the indices for all existing
Xcode projects that you intend to use.
Aloha,
Art
_______________________________________________
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.