Replace \ by / on windows systems
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18c27b8a23
commit
d73a234c67
@ -361,7 +361,7 @@ public final class JiraDownloader
|
|||||||
fullURL += ( "&tempMax=" + nbEntriesMax
|
fullURL += ( "&tempMax=" + nbEntriesMax
|
||||||
+ "&reset=true&decorator=none" );
|
+ "&reset=true&decorator=none" );
|
||||||
|
|
||||||
String outFile = output.getAbsolutePath();
|
String outFile = output.getAbsolutePath().replace('\\','/');
|
||||||
int endIndex = outFile.lastIndexOf( '/' );
|
int endIndex = outFile.lastIndexOf( '/' );
|
||||||
|
|
||||||
outFile =
|
outFile =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user