You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/08 23:20:38 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #824: getASPath.bat fails for project paths with parenthesis

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org