View Single Post
  #1 (permalink)  
Old 08-13-2004
Wayetender Wayetender is offline
Registered User
 
 
Join Date: Aug 2004
Posts: 28
Pre-Build needs no spaces!

I noticed that if i did a prebuild in a directory like C:\Documents and Settings it would fail because it thaught you were doing another argument.. a possible way to fix this would be like:
Code:
generate.exe --solutionDir=C:\Documents and settings--ProjectDir=C:\Documents and Settings\project--ProjectName=project
Reply With Quote