Re: Compatability with MacBook Pro
Re: Compatability with MacBook Pro
- Subject: Re: Compatability with MacBook Pro
- From: Lachlan Deck <email@hidden>
- Date: Thu, 16 Mar 2006 10:33:31 +1100
Hi there,
On 15/03/2006, at 7:08 PM, Guido Neitzer wrote:
On 15.03.2006, at 6:29 Uhr, Lachlan Deck wrote:
Simply install Xcode 2.2.1 with WO5.3.1 on your development
machine and only refer to WO5.2.4 api (in your browser). You'll
just need to keep in mind that Xcode's codesense will suggest
additional items from WO5.3.x. Not a big problem.
It does? Really? It does suggest ANYTHING useful? Never seen
that ... =;-)
It does for me 'cause I've learnt how to tame the beast ;-)
Start by Reading: /Developer/Extras/Xcode Index Templates/Index
Templates Readme.rtf
Essentially by:
- creating (as per above file) ~/Library/Application Support/Apple/
Developer Tools/Index Templates/IndexTemplateRules.plist
- create IndexTemplate projects (just like the ones in /Developer/
Extras/Xcode Index Templates/) for your own frameworks.
(I've symlinked mine to a file in my svn project(s)
- create a build-script for your frameworks/applications (using
xcodebuild)
- copy /Developer/Extras/Xcode Index Templates/install_templates to
your own location and adjust the list of frameworks/install locations
to suit.
- anytime your build script build a framework or more - it can run
the re-index for the templates.
Now you have CodeSense in WebObjects working for your whole framework
structure. Just remember to Project > Edit Project Settings: Rebuild
Code Sense Index (Button) each time the index has changed unless
there's a way to script that too...
Anyway, it's still fine to deploy to a WO5.2.4 based server.
Yes, we do this here, too. Sometimes you have to be careful and
test certain things when you deploy to older/other systems than you
dev machine, but mostly (99,9% here) it just works.
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden