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  wrote:
> Better but I am still getting this http://pastebin.com/qKcuy91E
>
>
> On Thu, Nov 15, 2012 at 9:56 AM, Jesse MacFadyen 
> wrote:
>
>> 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  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
>> >
>> > On 2012-11-15, at 1:37 AM, Jesse  wrote:
>> >
>> >> 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 
>> wrote:
>> >>> 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 
>> wrote:
>>  ...with:
>> 
>>  building commit ce50b72632cc861014a58db563becea48c426772
>>  jake aborted.
>>  Error: ENOENT, no such file or directory
>>  'c:\Users\anis\cordova\incubator-cordov
>>  a-js\pkg\debug\cordova.windows8-debug.js'
>>    at Object.openSync (fs.js:238:18)
>>  (See full trace by running task with --trace)
>> 
>>  What happened ? Looks like the packager is broken. Any ideas ?
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> @purplecabbage
>> >>> risingj.com
>> >>
>> >>
>> >>
>> >> --
>> >> @purplecabbage
>> >> risingj.com
>>



-- 
@purplecabbage
risingj.com


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 wrote:

> 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  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
> >
> > On 2012-11-15, at 1:37 AM, Jesse  wrote:
> >
> >> 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 
> wrote:
> >>> 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 
> wrote:
>  ...with:
> 
>  building commit ce50b72632cc861014a58db563becea48c426772
>  jake aborted.
>  Error: ENOENT, no such file or directory
>  'c:\Users\anis\cordova\incubator-cordov
>  a-js\pkg\debug\cordova.windows8-debug.js'
>    at Object.openSync (fs.js:238:18)
>  (See full trace by running task with --trace)
> 
>  What happened ? Looks like the packager is broken. Any ideas ?
> >>>
> >>>
> >>>
> >>> --
> >>> @purplecabbage
> >>> risingj.com
> >>
> >>
> >>
> >> --
> >> @purplecabbage
> >> risingj.com
>


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  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
>
> On 2012-11-15, at 1:37 AM, Jesse  wrote:
>
>> 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  wrote:
>>> 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  wrote:
 ...with:

 building commit ce50b72632cc861014a58db563becea48c426772
 jake aborted.
 Error: ENOENT, no such file or directory
 'c:\Users\anis\cordova\incubator-cordov
 a-js\pkg\debug\cordova.windows8-debug.js'
   at Object.openSync (fs.js:238:18)
 (See full trace by running task with --trace)

 What happened ? Looks like the packager is broken. Any ideas ?
>>>
>>>
>>>
>>> --
>>> @purplecabbage
>>> risingj.com
>>
>>
>>
>> --
>> @purplecabbage
>> risingj.com


Re: cordova-js fails on windows 7

2012-11-15 Thread Gord Tanner
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

On 2012-11-15, at 1:37 AM, Jesse  wrote:

> 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  wrote:
>> 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  wrote:
>>> ...with:
>>> 
>>> building commit ce50b72632cc861014a58db563becea48c426772
>>> jake aborted.
>>> Error: ENOENT, no such file or directory
>>> 'c:\Users\anis\cordova\incubator-cordov
>>> a-js\pkg\debug\cordova.windows8-debug.js'
>>>at Object.openSync (fs.js:238:18)
>>> (See full trace by running task with --trace)
>>> 
>>> What happened ? Looks like the packager is broken. Any ideas ?
>> 
>> 
>> 
>> --
>> @purplecabbage
>> risingj.com
> 
> 
> 
> -- 
> @purplecabbage
> risingj.com


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  wrote:
> 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  wrote:
>> ...with:
>>
>> building commit ce50b72632cc861014a58db563becea48c426772
>> jake aborted.
>> Error: ENOENT, no such file or directory
>> 'c:\Users\anis\cordova\incubator-cordov
>> a-js\pkg\debug\cordova.windows8-debug.js'
>> at Object.openSync (fs.js:238:18)
>> (See full trace by running task with --trace)
>>
>> What happened ? Looks like the packager is broken. Any ideas ?
>
>
>
> --
> @purplecabbage
> risingj.com



-- 
@purplecabbage
risingj.com


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  wrote:
> ...with:
>
> building commit ce50b72632cc861014a58db563becea48c426772
> jake aborted.
> Error: ENOENT, no such file or directory
> 'c:\Users\anis\cordova\incubator-cordov
> a-js\pkg\debug\cordova.windows8-debug.js'
> at Object.openSync (fs.js:238:18)
> (See full trace by running task with --trace)
>
> What happened ? Looks like the packager is broken. Any ideas ?



-- 
@purplecabbage
risingj.com