| File this under one of those problems that seems to crop up and drive me crazy from time to time... I simply want to add a new Java class to my webojbects project in xcode. I choose File->New File and pick Webobjects Java Class as the type of file in the wizard. I add it to my ApplicationName target and neither of the other ones. The java file is created fine and looks like this: import com.webobjects.foundation.*; import com.webobjects.eocontrol.*; public class temp { } Then, when I compile my build, making no other changes to the file, I get a compiler error that the imported packages in the new class (temp) don't exist. I have many other Java classes in this same project which import these same exact packages, and they compile fine. How can this be??? Thanks, Jeff |
_______________________________________________ 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]
