|
|
Making Xcode/Java useable
Fortunately, this indexing behavior can be "fixed". I used to do it on a per-project basis. Create a new project and race to the project's property inspector to disable indexing. But, acting on a tip from Jerry Haynes on the webobjects-dev mailing list, I've stopped this behavior for all new projects. The trick is to build the index once, and set have Xcode reuse it across projects. Here are the magic commands to pull it off:
That last command took about 17 minutes to complete, and left a 25MB folder in Finally, new Java Xcode projects no longer eat my machine. It's not enough to get me to actually switch to Xcode for Java stuff (I'm an ant+woproject guy myself), but it helps when I need to use Xcode to get EOModeler and WOBuilder working right. For those of you who don't know, in order for prototypes (a way of abstracting database-specific type information from your data model) to work right with EOModeler and for WOBuilder to correctly look into your component's Tuesday, June 22, 2004
|
Contact Me Topics RSS Feed Linkblog
Bill Bumgarner Brent Simmons Daniel Jalkut Dave Dribin Eric Albert Eric Rescorla Eric Sink Greg Miller Gus Mueller Jeremy Zawodny John Gruber Mark Dalrymple Michael Tsai Peter Ammon Raymond Chen Ryan Wilcox Scott Stevenson Steven Frank The Daily WTF we hates software Wil Shipley |
Copyright © 1997-2008 Jonathan 'Wolf' Rentzsch. All rights reserved.
Questions? Comments? Contact Me.