-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create .deb files with jdeb on windows #388
Comments
Thanks a lot for trying out the |
Thanks for uncovering the cause so quickly. |
This is purely a sbt-native-packager problem. You may workaround this by overriding the tasks that fail. In this case you could try debianExplodedPackage in Debian := (target in Debian).value No guarantee that this will work. I'm also happy to merge a pull request which removes the |
Just as an update, I tried this, but further into execution (now on the debian:debianMd5sumsFile) I get the following stack trace https://gist.github.com/danielburrell/90066ae8f8357a835e3d Separately I tried suppressing the debian:debianMd5sumsFile task with |
Okay. I found the root of this issue. The |
FIX #388 remove dependencies to chmod.
I took at look at the "simple-jdeb" tests and created a fresh project (java playframework) based on these but I can't seem to execute the debian:package-bin without running into issues on windows.
Stack trace here: https://github.com/danielburrell/jdebtest/blob/master/stacktrace.txt
Example 'Bug Project' demonstrating the issue here: https://github.com/danielburrell/jdebtest
The text was updated successfully, but these errors were encountered: