Thanks a bunch. Makes sense, but was not obvious to me. Whew, such a quick fix after spending an hour tearing my hair out!

Regards, Kieran

On Jan 5, 2007, at 1:19 PM, Ray Kiddy wrote:


On Jan 5, 2007, at 10:00 AM, Kieran Kelleher wrote:

OK, VexCode is freaking me out today. (I know, I know .... switch to Eclipse .... don't worry as soon as possible)

Anyway, I have a few java classes and they are in a package
package wk.demography;

No matter where I put the darn files, XCode freaks out upon building that it cannot find them.

What is the standard way to structure directories in an XCode project for packages and how to add them to the project with the confusing XCode groups?

Thanks, Kieran
_______________________________________________

Kieran

It is a bit inelegant, but I try not to fight this fight with Xcode.

Try this. In your project directory, create the "wk/demography" directories.

Then add a group in the Xcode G&F (Groups & Files) view. Name it "wk". Then go into the inspector for the group and set the path to the wk directory. Then, inside that group, create a new group named "demography". Then go into its inspector and change its path to the demography directory. Then put your sources in that group.

The only awkward thing about using the yellow-folder references in this way is setting them up. After they are set up, one does not have to worry about them again.

We could talk about using blue-folder references to do this, but let's not.

- ray


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists% 40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to