Details
Description
Build problems if Etch source is downloaded to a path with spaces.
If the path being downloaded to is say "workspace etch", an error of the form – 'C:\workspace' is not recognized as an internal or external command, operable program or batch file. – occurs.
Workaround: Do not download the source to a path with spaces.
Fix: Change %x%scripts\etch-eclipse.bat to "%x%scripts\etch-eclipse.bat" (add the quotes i.e) in compEtchFilesForJava.bat. Just a windows path issue ... This would have to be changed in compEtchFilesForCsharp and compEtchFilesForXml as well.