On 22/07/2011, at 5:38 AM, Lachlan Deck wrote:
> So I've forgotten how to help WO resolve component classes that aren't in the
> default package. How do you do this nowadays?
@Override
public void installPatches() {
super.installPatches();
ERXPatcher.setClassForName(Main.class, "Main");
_NSUtilities.registerPackage(Main.class.getPackage().getName());
}
to answer my own question. I couldn't see any cover method in Wonder for this.
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]