Hi there, On 29/11/2006, at 1:19 AM, Mike Schrag wrote:
If you've only added the framework to the WO Frameworks section of your build path, it will be using /Library/Frameworks/ YourFramework.framework. If you want to use the eclipse project version of your framework instead, you will also need to add it to the Projects tab of Build Path. At this point, you will have BOTH versions of the framework in your classpath. So you will need to specify which one is the one that has precedence. If you go to the Order/Export tab of build path, you will want to move the PROJECT reference above the WO Frameworks reference so that your project one "wins". Note that you should have both references in your build path, because the "WO Frameworks" one is used when you deploy.
Mike, if I put a call to a method I've added to a framework (but that has not been installed) - this works fine from a Java source file.
However, if I use the same keypath in a wod - it's underlined as an error. Any ideas?
with regards, -- Lachlan Deck _______________________________________________ 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]
