Re: Bundle-less Builds startup error
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
i'm concerned about that framework ordering still ... so what exactly happened? On Sep 3, 2010, at 1:56 PM, Kieran Kelleher wrote: > Mike, > > as always *you* are right, and *I* am wrong! Sorry, I could swear that the -D version did not work when I first tried it, but sure enough, it does ... both ways work. > > Thanks for clarifying, and thanks very much for super fast bundle-less builds. :-) > > Kieran > > On Sep 3, 2010, at 1:51 PM, Mike Schrag wrote: > >>> It needs to be without the "D", like shown here for the launch configuration, *and* ERJars needs to be high up in the class path (I put it in 2nd place after ERExtensions). The -D prefix is for command line arg when using = for a java property. >> both should work -- -D's become vm args and -'s become commandline args. I would actually expect this to only reliably work as a -D an NOT a commandline arg. I guess wonder trunk doesn't touch nsbundle too early, so maybe it works out. In general, though, -D is almost always going to be more reliable. if it's not working, it's a bug. >> >> ms >