Fredrick Eisele created TINKERPOP-2684:
------------------------------------------
Summary: Path Defects in Windows 10 Builds : String Interpolation
Key: TINKERPOP-2684
URL: https://issues.apache.org/jira/browse/TINKERPOP-2684
Project: TinkerPop
Issue Type: Bug
Components: build-release
Affects Versions: 3.5.1
Reporter: Fredrick Eisele
Attachments: correct_string_interpolation_for_file_path_issues-1.patch
The build for the Tinkerpop repository does not work on Windows 10.
This issue documents the changes needed to get the bulk of modules to build on
Windows 10.
The corrections in the attached patch address the problem due to Maven
string-interpolation presenting Groovy with unescaped literal strings. e.g.
"C:\User\foo\tp/src/main/..." where the '\' should be escaped as
"C:\\User\\foo\\tp/src/main/...".
This can be remedied by passing the target directory via
configuration-properties, which appear as Groovy variables rather than Groovy
string-literals.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)