-
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
0.8.0: JDebPackaging tries to create symlink using 'ln' on windows #467
Comments
Can you create a small sample project to reproduce this? |
Please take a look at repository https://github.com/aparamonov/sbt-native-packager-467-issue |
I get the same error. The issue appears to be that the name of the link it's trying to create is a *nix fs style path. ("Failed to symlink /usr/share/emptyplay23/bin/emptyplay23 to C:\src12\emptyplay23\target\emptyplay23-.1\usr\bin\emptyplay23") Digging into the code to see if I can see why. Here's the stacktrace though. (Using sbt-native-package 0.8.0 bundled with Play 2.3.7. I created an empty play-scala project added debian package info to build file and tried to create a debian package.)
|
Sorry for realizing what is actually happening so late.
BUT, there is a
You can also find this in the DebianPlugin docs |
The issue is appeared when I use jdeb implementation (as you can see in the project by link above). |
Debian package is created when I run 'sbt debian:packageBin' on that project on Mac OS. |
I just had time to take a quick look at the example project. First of all you must not add the |
I receive following error:
If I add 'debianExplodedPackage in Debian := (target in Debian).value' to build.sbt, the error disappears.
The text was updated successfully, but these errors were encountered: