Skip to content

Conversation

@bicschneider
Copy link
Contributor

No description provided.

{
VirtualChannel channel = workspace.getChannel();
reportFile = new FilePath(channel, Paths.get(workspace.toURI().getPath(), JUnitReportFile).toString());
reportFile = new FilePath(channel, workspace.toURI().getPath() + "/" + JUnitReportFile);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will try it on Windows and Linux using File.separator instead of "/". If succeed, maybe, will be changed in the next update. But I still don't understand why this issue happens on Windows system considering documentation for Paths.get method:

  1. https://docs.oracle.com/javase/7/docs/api/java/nio/file/Paths.html
  2. http://www.java2s.com/Tutorials/Java/java.nio.file/Paths/Java_Paths_get_String_first_String_more_.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants