breautek edited a comment on issue #824: getASPath.bat fails for project paths 
with parenthesis
URL: https://github.com/apache/cordova-android/issues/824#issuecomment-529252727
 
 
   I don't believe the problem is in `getASPath.bat`, the error that stated is 
it cannot find `S:\Projects\myCordova`. As you said, it truncated & dropped 
everything after and including the special character.
   
   Therefore it is a problem in calling `getASPath.bat`, instead of a problem 
executing it. I think replacing `path.join` with `path.resolve` will solve this 
issue because I'm pretty sure `path.resolve` will escape the special characters 
for you, but I don't have a windows machine to test.
   
   If it fails, then we will need to find a way to escape special characters in 
file paths.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to