squakez opened a new issue #2475: URL: https://github.com/apache/camel-k/issues/2475
Executing `kamel.exe run github:apache/camel-k/e2e/common/files/Java.java` on a windows machine will fail with following error: ``` Error: cannot read sources: cannot read sources: file system error while looking for github:apache/camel-k/e2e/common/files/Java.java: CreateFile github:apache/camel-k/e2e/common/files/Java.java: The filename, directory name, or volume label syntax is incorrect. ``` This is caused by the fact that we don't distinguish a generic URI with a scheme and a file. On Linux os it does not report as an error as we assume a file not found, but on windows, the golang libraries will report an error as they expect a file path starting with a single letter drive (ie, `c:`, `d:`). -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org