Re: Problems Debugging Framework Source
Re: Problems Debugging Framework Source
- Subject: Re: Problems Debugging Framework Source
- From: Lachlan Deck <email@hidden>
- Date: Fri, 12 Jan 2007 16:54:47 +1100
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden