Re: Maven and Wonder

2020-09-16 Thread Hugi Thordarson via Webobjects-dev
Nice! > On 16 Sep 2020, at 05:03, Paul Hoadley wrote: > > Just for the archives... > > On 6 Feb 2019, at 04:53, Hugi Thordarson > wrote: > >> Regarding (1), you probably need to include JarResourceRequestHandler >> ((https://gist.github.com/hprange/1068523 >>

Re: Maven and Wonder

2020-09-15 Thread Paul Hoadley via Webobjects-dev
Just for the archives... On 6 Feb 2019, at 04:53, Hugi Thordarson wrote: > Regarding (1), you probably need to include JarResourceRequestHandler > ((https://gist.github.com/hprange/1068523 > ) in your project and activate it in > your Application const

Re: Maven and Wonder

2019-02-05 Thread Paul Hoadley
Hi Markus, On 6 Feb 2019, at 02:23, Markus Stoll, junidas GmbH wrote: > 2. wounit tests executed from surefireplugin in maven. > > The default way the test is setup (to execute the tests from test-classes), > NSBundle won't find its resources, so MockEditingContext wont find the > EOModels.

Re: Maven and Wonder

2019-02-05 Thread Hugi Thordarson
Hi Markus. Regarding (1), you probably need to include JarResourceRequestHandler ((https://gist.github.com/hprange/1068523) in your project and activate it in your Application constructor: if (isDirectConnectEnabled()) { registerRequestHandler(new JarResourceRequestHandl

Maven and Wonder

2019-02-05 Thread Markus Stoll, junidas GmbH
Hi, finally I started mavenizing my Wonder projects (and I am very grateful for all the work done here). I observed few things that required patching Wonder and I wonder whether I missed something. 1. When I start one of the example application (from maven build) directly, it creates URLs for