ci.maven icon indicating copy to clipboard operation
ci.maven copied to clipboard

Use OS specific file separator when printing out devc messages

Open TrevCraw opened this issue 5 years ago • 1 comments

Dev mode prints out messages like below on Windows, which uses a mixture of \ and /. We should ensure these messages have the correct file separator at all times.

-v C:\Users\TREVORCrawford\Git\demo-devmode/target/liberty/wlp/usr/servers/defaultServer/bootstrap.properties:/config/bootstrap.properties

TrevCraw avatar Aug 10 '20 18:08 TrevCraw

Also consider when local paths are Windows and container paths are Linux style. e.g. ...usr\servers\defaultServer\something\bootstrap.properties:/config/something/bootstrap.properties

ericglau avatar Dec 02 '20 16:12 ericglau