leora
leora

Reputation: 196429

rake undefined exitstatus in nil:Nilclass

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?

Upvotes: 0

Views: 1568

Answers (2)

leora
leora

Reputation: 196429

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

Upvotes: 0

gtd
gtd

Reputation: 17236

Start with rake --trace

Upvotes: 1

Related Questions