Re: Spurious Build error
Re: Spurious Build error
- Subject: Re: Spurious Build error
- From: Jim Pearson <email@hidden>
- Date: Thu, 29 Jan 2004 14:28:29 -0500 (GMT-05:00)
I had this very issue after upgrading my Mac to xCode...
I had to make sure that the target used for all my component/java code was "ApplicationServer" and not <your project name> the target selected in the menu at the top left corner of the main xCode window sets which one will be built, and the target column of the code chosen in the right side of the window helps with this.
jimp
-----Original Message-----
From: Nick Burton <email@hidden>
Sent: Jan 29, 2004 1:49 PM
To: email@hidden
Subject: Spurious Build error
After adding a new WOComponent file to my project I get the following
build errors
=======
DataSumComp.java:10: package com.webobjects.appserver does not exist
DataSumComp.java:12: package com.webobjects.eoaccess does not exist
=======
import com.webobjects.foundation.*;
import com.webobjects.appserver.*; << error
import com.webobjects.eocontrol.*;
import com.webobjects.eoaccess.*; << error
Iam using xCode and WebObjects 5.2.2
I have cleaned all targets, reinstalled WebObjects and reinstalled a
backup of my project but still get the same problem on any new and one
old java source files .
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.