-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.14.1
-
Fix Version/s: 0.15.0
-
Component/s: None
-
Labels:None
The os.name contains spaces, which means that the build.platform contains spaces, which leads to mis-parsed commands from ant. By using sed, we can replace the spaces with underscores.