• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: VexCode and java packages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VexCode and java packages


  • Subject: Re: VexCode and java packages
  • From: Ray Kiddy <email@hidden>
  • Date: Fri, 5 Jan 2007 10:19:29 -0800


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 (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: VexCode and java packages
      • From: Georg Tuparev <email@hidden>
    • Re: VexCode and java packages
      • From: Kieran Kelleher <email@hidden>
References: 
 >VexCode and java packages (From: Kieran Kelleher <email@hidden>)

  • Prev by Date: VexCode and java packages
  • Next by Date: Re: wirehose source?
  • Previous by thread: VexCode and java packages
  • Next by thread: Re: VexCode and java packages
  • Index(es):
    • Date
    • Thread