Spurious Build error
Spurious Build error
- Subject: Spurious Build error
- From: Nick Burton <email@hidden>
- Date: Thu, 29 Jan 2004 18:49:12 +0000
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.