Re: WOUnit and EOEditingContext not found
Re: WOUnit and EOEditingContext not found
- Subject: Re: WOUnit and EOEditingContext not found
- From: Christian Pekeler <email@hidden>
- Date: Mon, 25 Sep 2006 16:59:30 -0600
Same here. Each of our projects has a custom utilities framework that
contains the helper classes and jars used by all the other apps and
frameworks. junit-4.1.jar and wounittest2.jar are included in those
utility frameworks. I don't care that the testing jars aren't really
required at runtime.
Christian
Once again, /Library/Java/Extensions (and that goes double for /
System/Library/Java/Extensions) are for _extension_ to the core
Java API. Like JDBC drivers. These are _terrible_ places to throw
random jars. Doing so can (and I suspect you found out) cause
class loader issues.
For WebObjects specific stuff, you can put it in /Library/
WebObjects/Extensions. I am not sure if that is the place for
WOUnit. Otherwise, I usually build it into a framework and include
that.
Right before I got your e-mail I found that I really wasn't
keeping the wounittest jar in the right place. I had it in /
system/library/java/extensions folder with all the other
extensions. I moved it into eclipse/plug-ins and it worked. I
have a feeling that I really am not keeping it in the right place
there either. Where should I keep it to be "like everyone else?"
It works now, but I feel like that's not right since it's really
not an eclipse plug-in.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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