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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to