sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

sbt Native Packager

Results 158 sbt-native-packager issues
Sort by recently updated
recently updated
newest added

We should remove all deprecated settings.

project

I'm trying to build a Windows installer for my application using `WindowsPlugin` and `JavaPackaging`. However, cyrillic letters in some fields lead to WiX error messages like this one: ``` [info]...

feature request
windows

The docs published at http://www.scala-sbt.org/sbt-native-packager/ aren't up-to-date. Instead we should point http://sbt-native-packager.readthedocs.io/en/stable/ The tricky part will be to add the redirects for all existing pages to the new page without...

documentation
help wanted

The documentation for `sbt-native-packager` is generally IMO less helpful than it could be. It often fails to describe what is going on in any detail. For example: http://www.scala-sbt.org/sbt-native-packager/formats/universal.html#configurations "Here is...

documentation

Bash launcher script, generated out of a template, includes [these lines](https://github.com/sbt/sbt-native-packager/blob/c770faa17bb22032b3b165b0c5416851fc593052/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bash-template#L225-L230). For a generic console application, if we're running it in Cygwin terminal, these lines effectively ruin the console after...

windows
bug
universal

## Expected behaviour For an application named artifact with version 1.0.1 with a previously generated msi for version 1.0.0 in the bundles folder: When I finish producing the MSI, I...

windows
Needs Info / Test Case

## Expected behaviour `sbt universal:publish` should publish a zip file to the set repository ## Actual behaviour `sbt universal:publish` fails with a `java.io.IOException: Error writing to server` error ## Information...

bug
universal

Related to stage goal of "Java Command Line Application" and generated .bat files When selecting options, for example like this: `javaOptions in Universal ++= Seq( "-J-XX:GCTimeRatio=18" )` Generated .bat script...

windows

## Expected behaviour I'm setting in my build.sbt the logfile to "daemon.log" in build.sbt with ```scala daemonStdoutLogFile := Some("daemon.log") ``` (using the deprecated key rpmDaemonLogFile it works) Expected that in...

debian
rpm

So when I'm trying to map a couple additional directories to be included in the package, then the packaging fails with this: _Link to the question on StackOverflow: [http://stackoverflow.com/q/37875451/1296362](http://stackoverflow.com/q/37875451/1296362)_ ```...

universal