Re: cordova-js fails on windows 7

2012-11-15 Thread Jesse MacFadyen
Not using it, but the build was broken for windows devs. Cheers, Jesse Sent from my iPhone5 On 2012-11-15, at 6:19 AM, Gord Tanner gtan...@gmail.com wrote: Yeah, I moved the debug versions of Cordova.js into a debug folder. What are you using the debug version for? Sent from my iPhone

Re: cordova-js fails on windows 7

2012-11-15 Thread Anis KADRI
Better but I am still getting this http://pastebin.com/qKcuy91E On Thu, Nov 15, 2012 at 9:56 AM, Jesse MacFadyen purplecabb...@gmail.comwrote: Not using it, but the build was broken for windows devs. Cheers, Jesse Sent from my iPhone5 On 2012-11-15, at 6:19 AM, Gord Tanner

Re: cordova-js fails on windows 7

2012-11-15 Thread Jesse
Yes, that is all the test BS, which is hooped on windows, and IMHO not worth the work. I just use: jake build or jake btest On Thu, Nov 15, 2012 at 3:49 PM, Anis KADRI anis.ka...@gmail.com wrote: Better but I am still getting this http://pastebin.com/qKcuy91E On Thu, Nov 15, 2012 at 9:56

Re: cordova-js fails on windows 7

2012-11-14 Thread Jesse
Yet another windows vs unix path building issue. https://github.com/apache/incubator-cordova-js/blob/ce50b72632cc861014a58db563becea48c426772/build/packager.js#L40 On Wed, Nov 14, 2012 at 6:07 PM, Anis KADRI anis.ka...@gmail.com wrote: ...with: building commit

Re: cordova-js fails on windows 7

2012-11-14 Thread Jesse
Actually, it was here: https://github.com/apache/incubator-cordova-js/blob/master/Jakefile#L73 I have pushed the fix. Cheers, Jesse On Wed, Nov 14, 2012 at 10:14 PM, Jesse purplecabb...@gmail.com wrote: Yet another windows vs unix path building issue.