| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On May 14, 2005, at 7:42 PM, email@hidden wrote:
First question: what version of Xcode are you using, and what version of the J2EE project templates? If you've upgraded to Xcode 2.0 and Tiger, then take note of this item in the About Xcode Tools release note: • Java Application Servers Development - The Java Application Servers Development Kit is not included as a custom install option with this release. This optional install includes the XDoclet-based and J2EE project templates, and JBoss. If you are upgrading an existing Xcode Tools configuration which includes these components, they will be left in place. An updated installer for these components will be available as a separate item from the Apple Developer Connection download site,
In general, Xcode is not the Finder and doesn't do on-disk file management. Dragging files around in the Groups and Files tree is meant to help you conceptually organize files for your project that may not be sensibly organized on disk (especially if you can't change their on-disk organization). Blue folders in Xcode represent actual File System folders, but only in a read-only fashion; you can't actually reorganize the file system from the Xcode UI. The items in file references are not actually part of the project, but the folder itself can be, for purposes (say) of copying its contents in a Copy Files build phase. Yellow folders in Xcode represent groups in Xcode's project file, and have nothing to do with on-disk representation (though when you bring a file tree into Xcode, you can have it build a group structure that mimics the on-disk representation).
I just re-read the relevant sections in the Xcode User Guide and it's not very clear on this topic. But in general I think the problem is that you're using folder references in places where you should be using groups, and expecting Xcode to perform file-system manipulation like the Finder, which it doesn't. Chris |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Adding files to Xcode 2.0 (From: email@hidden) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.