You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/06 14:22:25 UTC

[GitHub] [camel-karavan] cgballance opened a new pull request, #282: Fix #278 windows path issue

cgballance opened a new pull request, #282:
URL: https://github.com/apache/camel-karavan/pull/282

   on windows platform, the workspaceFolder format is different than fullPath's format(looks like from vscode.Uri format, which will have lower case drive with path.sep).
   path.resolve on the workspaceFolder is not eliminating a leading slash, prefixing with a drive letter too.  Using Uri normalizes the workspace folder.  resolve works as long as a leading slash is not in the fullPath(windows specific).
   Needs testing on *nix variant. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin merged pull request #282: Fix #278 windows path issue

Posted by GitBox <gi...@apache.org>.
mgubaidullin merged PR #282:
URL: https://github.com/apache/camel-karavan/pull/282


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org