Hi All,
Been trawling through here and can't find an answer. I have put in a tool to set up a new rails project and I am getting the following error when I execute it
> "c:\ruby\bin\rails c:\Projects\thing"
> Failed to create process: The filename, directory name, or volume label syntax is incorrect.
> Process Exit Code: 0
> Time Taken: 00:00
I can cut and paste this command and execute it quite happily in the console/cmd window so can't understand why it isn't working.
This is the content of my UserTools.xml file
- <schemetools>
- <global>
<tool command="c:\ruby\bin\rails c:\Projects\%?" flags="41" folder="c:\Projects" index="0" name="Rails Project" params="" parsepattern="" shortcut="0" />
</global>
- <scheme name="ruby">
<tool command="ruby script\server" flags="41" folder="$(ProjectPath)" index="0" name="Start Server" params="" parsepattern="" shortcut="0" />
</scheme>
</schemetools>
I have just downloaded the latest version from the website and am running on Windows Vista SP1.
Regards