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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to