Re: Xcode 1.5 Release - Java Code Completion Issues
Re: Xcode 1.5 Release - Java Code Completion Issues
- Subject: Re: Xcode 1.5 Release - Java Code Completion Issues
- From: Christian Pekeler <email@hidden>
- Date: Thu, 5 Aug 2004 23:35:31 -0600
In order to enable Java code completion, I had to fix several index
template projects and re-run install_templates (I forgot I ran it in
the past).
I found these issues with the original index template projects:
- JavaWebObjectsAppIndex does not have a reference to classes.jar from
the JavaVM.framework, so I wasn't getting code completion for base Java
classes like String in my WebObjects projects.
- Several index projects have references to jars in
JavaVM.framework/Version/1.4.1/ which is not valid on my machine (I'm
using 1.4.2) - they should probably point to
JavaVM.framework/Version/CurrentJDK/.
Code completion seems to work for me now, which is great! I just wish I
didn't have to deal with the index templates at all and this fast
indexing would Just Work transparently.
Christian
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Test
- From: Jerry Porter <email@hidden>