Re: Bug with frameworks as jar and bundless build

2013-01-23 Thread Alexis Tual
Ah got it, I forgot you work in the parallel universe of WO ;) So I guess I'll stick with bundle builds until I try harder to fix this... (note for my future self : fix it now !) Cheers, Alex 2013/1/23 Mike Schrag > Meaning, the version you have doesn't work … Interpret that in whatever > way

Re: Bug with frameworks as jar and bundless build

2013-01-23 Thread Mike Schrag
Meaning, the version you have doesn't work … Interpret that in whatever way allows you to make sense of the universe. ms On Jan 23, 2013, at 11:25 AM, Alexis Tual wrote: > Hi Mike and Henrique, > > Henrique, by bundle less build I mean no creation of "build" folder by the > incremental build

Re: Bug with frameworks as jar and bundless build

2013-01-23 Thread Alexis Tual
Hi Mike and Henrique, Henrique, by bundle less build I mean no creation of "build" folder by the incremental builder. NSProjectBundleEnabled false or true doesn't change the behavior in my case. Mike, you mean it's fixed now on 6.0.0 and it hasn't been commited back to 5.x branche(s) ? Thanks Al

Re: Bug with frameworks as jar and bundless build

2013-01-23 Thread Mike Schrag
Yeah, I'm pretty sure that wasn't fixed until later, and other dependent APIs diverged enough that it became difficult to continue pushing updates. On Jan 23, 2013, at 9:29 AM, Henrique Prange wrote: > Hi Alexis, > > By bundleless build you mean running the application with the > NSProjectBun

Re: Bug with frameworks as jar and bundless build

2013-01-23 Thread Henrique Prange
Hi Alexis, By bundleless build you mean running the application with the NSProjectBundleEnabled property active? I don't think Wonder is capable of handling jar frameworks in this mode yet. Cheers, Henrique On 23/01/2013, at 11:47, Alexis Tual wrote: > Hi list, > > I try to develop with ja