Hi Owen,

Am 24.01.2008 um 23:54 schrieb Owen McKerrow:

Hi All,

We're having a problem with a project that build fine from with in xCode itself. However when we do a xcodebuild from the command line things go a little haywire. That is it can' find any of the classes. Here's and example of the output.

Any ideas on why we get different behavior from the 2 build methods ? And how/what do I need to fix so it works from the command line again.

symbol  : class Person
location: class edu.uow.emlab.time2bhealthy.Session
        protected Person currentPerson;
                  ^
entities/edu/uow/emlab/time2bhealthy/Session.java:23: cannot resolve symbol
symbol  : class Person
location: class edu.uow.emlab.time2bhealthy.Session
protected Person adminPerson; //used to store an admin's person object if
logged in as a general user
                  ^
entities/edu/uow/emlab/time2bhealthy/Session.java:82: cannot resolve symbol
symbol  : class Person
location: class edu.uow.emlab.time2bhealthy.Session
    public Person currentPerson()

are the "missing" classes in the same directory as the project? Did you copy over the project to a different os x machine so the volume name may have changed? Maybe a missing environment setting within the project you don“t have in the shell environment?

Greetings,

 Mike

Owen McKerrow
WebMaster, emlab
Ph : +61 02 4221 5517
http://emlab.uow.edu.au

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

"I like the way this project has somehow, against all common sense, got itself made."
    - Peter Jackson,  "The Lord of The Rings"


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/m.bobkiewicz% 40commobil.de

This email sent to [EMAIL PROTECTED]

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

This email sent to [EMAIL PROTECTED]

Reply via email to