federkasten / appbundle-maven-plugin

Maven plugin that creates an Application Bundle for OS X containing all your project dependencies and the necessary metadata
Apache License 2.0
180 stars 56 forks source link

Path error of jre when running in windows #28

Open emirdeliz opened 8 years ago

emirdeliz commented 8 years ago

Hey! My machine of development is windows 10. When running the plugin in windows i get this error:

[ERROR] Failed to execute goal sh.tak.appbundler:appbundle-maven-plugin:1.1.0:bundle (default) on project org.hive2hive.client: Error copying folder C:\ambiente_neomind_util\jre8 to C:\ambiente_neomind\workspace\Fus ionBox\temp\fusionbox-client\target\org.hive2hive.client-1.1.1-SNAPSHOT\Hive2Hive Client.app\Contents\PlugIns\JRE\Contents\Home\jre: Source directory doesn't exists (C:\ambiente_neomind_util\jre8\Contents\Home). -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

I believe this error ocurred by the plugin get the path adding '\Contents\Home'.