Re: Going mad with using framework
Re: Going mad with using framework
- Subject: Re: Going mad with using framework
- From: "RedBugz Software" <email@hidden>
- Date: Fri, 18 Aug 2006 16:45:49 -0600
On 8/18/06, Yann Bizeul <email@hidden> wrote:
Hi list,
I'm trying to install QualifierAdditions.framework.
After installing eclipse because I did not find a way to compile it
with xcode, I did "Install Framework" in eclipse.
So far, so well, the framework seem to be installed in /Library/
Frameworks and I have a .jar into the Java subdirectory
Now I add this framework to my project, in the Application Server
target, and all I get when Installing is
Application.java:12: package com.houdah.webobjects.eocontrol does not
exist
This framework is listed in "Link binary with Libraries" item of the
"Application Server" target and I don't see how to get out of this.
Please help ! If not for me, do this to avoid my powerbook to jump
out through the window !
I assume line 12 is:
import com.houdah.webobjects.eocontrol.*:
All I can think of are the sanity checks. Look at the raw build log and make sure the .jar file is listed in the classpath and has the same case and correct permissions. Use Jaree or jar -tf to verify that
com.houdah.webobjects.eocontrol actually exists in the .jar file. Manually clean the project and try building again. Restart Xcode. Wave dead chickens ....
After that, I guess you can try building your project in WOLips as well.
Good luck,
Logan
_______________________________________________
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