Framework not updating - - Subject probably not bang on
Framework not updating - - Subject probably not bang on
- Subject: Framework not updating - - Subject probably not bang on
- From: Jevon Hills <email@hidden>
- Date: Wed, 7 Jan 2004 10:09:13 -0700
I'm not understanding something, and as a result getting 'wrong' (or
undesired) behavior.
I'm trying to split up my development environment on this project (my
first time to attempt this). I'm essentially copying the PetStoreDemo
1) I Created a WO Framework which only contians the EOModel, and its
java classes. In each class I added "package com.zymeta.contentstore;"
I have compiled and 'installed' this framework.
2) I Created my WO Application project, and added the EOModel Framework
to it. In the classes here I have "import com.zymeta.contentstore.*"
Now what I want is the following:
I have modified my Venue.java file in the EOModel Framework. I added a
public method returning a string:
public String userPresentableDescription()
{
return "blah";
}
I then recompilied and installed the framework again. However the
application project does not run this method as expected. It returns
the default userPresentableDescription of this class.
My assumption was I must have two 'venue' classes Visible to my
application project. So I deleted the framework from
/Library/Frameworks/. I then cleaned and recompiled my application,
however it could not find any of the classes which came from the
framework. This I believe means that the only version of the 'venue'
class my application can see is the version in the framework.
How do I add custom methods to my framework, and have them take effect?
Have I missed somthing(s)? I'm guessing it's probably something
simple.
Help please
tia
ttfn
Jevon K. Hills
Developer - Zymeta Media Promotions
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.