packages?
packages?
- Subject: packages?
- From: Jeffrey Pearson <email@hidden>
- Date: Sun, 9 Apr 2006 15:13:40 -0700
OK. Ive searched the docs and the newly purchased and cracked spine
of the Wrox WO book (just got it from Amazon yesterday..whoo hoo..)
and google is not pulling back what I'm looking for (or maybe I just
don't know how the phrase my query correctly).
In my 'normal' java web apps, I have my classes organized into
packages as per best practices for java. I'm trying to do the same
thing with the WO app.
So I created a folder in my project "com". In that folder, I created
a folder called "metrohero". In that folder, I created a folder
called "entities".
I then created the java class from with EOModeler and saved in the
entities folder.
In XCode I selected "add existing files...". I selected the top level
folder ("com") and gave it the application server target. Everything
looks happy happy. I even made sure to add in the first line of the
java class that was created from EOModeler the package
com.metrohero.entities line.
However, when I compile, it says the class is not found. When I do a
get info on the com directory in xcode, I get the proper target. But
when I go down to metrohero or below level, it does not have any
target. I know this is what my problem is. Issue is, I cannot figure
out how to assign the lower levels to a target.
help please?
Jeff Pearson
_______________________________________________
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