tags:

views:

413

answers:

2

I am trying to run rake on a new machine (original machine works fine) . . after running my this i get an error saying . .

rake aborted undefined method exitstatus for nil:nilClass

any suggestions for how i could see whats going on here?

A: 

Start with rake --trace

dasil003
A: 

I figured it out . . stupid mistake . . i was running from command prompt.. not VS command prompt so it didn't recognize msbuild task

ooo