Re: A Maven classpath issue/question ?
Re: A Maven classpath issue/question ?
- Subject: Re: A Maven classpath issue/question ?
- From: Lachlan Deck <email@hidden>
- Date: Mon, 24 Aug 2009 08:53:28 +1000
On 21/08/2009, at 11:58 PM, Mr. G Brown wrote:
I was trying to make a erx D2W app, and things didn't work : >o
If one has a framework with an eomodel and some eo classes and uses
that as a dependency for a D2W project, it does not get put in the
classpath if:
1. the framework is in the eclipse workspace,
2. one is using wolips.
If I use the command line, eg, mvn clean package, then the resulting
target/ [project].woa has the framework.
I know one can create an eclipse run configuraton with
the .framework/Contents/Resources/Java folder on the classpath, but
what about other framework resources? Like the eomodel? how does
that get into the D2W project?
By doing exactly that. This, I found, wolips/webobjects to find the
appropriate [framework|woa] bundle. i.e., so everything in that bundle
is found.
O.T but the new archetypes could hava a typo : > 0
Tthe Main.java :
public boolean isAssistantCheckboxVisible() {
String s = System.getProperty("D@WWebAssistant Enabled");
return s == null ||
NSPropertyListSerialization.booleanForString(s);
}
Could 'D2WWebAssistant Enabled' be what is wanted?
Probably without the space also.
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