Github user rafaelweingartner commented on the pull request:
https://github.com/apache/cloudstack/pull/1012#issuecomment-152555222
Tested and that is not working on Windows.
I remember having fixed that into a PR that @DaanHoogland submitted
@wido, to fix the problem for windows you have to:
1. In file âLocalTemplateDownloaderTest.javaâ change the line 34 to
String url = new File("pom.xml").toURI().toURL().toString();
2. In file âLocalTemplateDownloader.javaâ change the line 41 to
String filename = new File(downloadUrl).getName();
That is all.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---