This method has incorrect results when run on Windows. It is expected to generate folder names compatible with Unix-like target machines, but by using File.getParent it will actually be influenced by the host machine OS type. This results in baseDir being set to a style that will not work on Unix-like targets. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/677 -- Commit Summary -- * Fix InitScriptConfigurationForTasks.initScriptPattern on Windows -- File Changes -- M compute/src/main/java/org/jclouds/compute/callables/InitScriptConfigurationForTasks.java (17) M compute/src/test/java/org/jclouds/compute/callables/InitScriptConfigurationForTasksTest.java (22) -- Patch Links -- https://github.com/jclouds/jclouds/pull/677.patch https://github.com/jclouds/jclouds/pull/677.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/677
