GithubHelp home page GithubHelp logo

jpsacha / sbt-install4j Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 4.0 105 KB

SBT plugin for building installers with Install4J

License: Apache License 2.0

Scala 100.00%
install4j sbt sbt-install4j sbt-plugin scala

sbt-install4j's People

Contributors

jpsacha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sbt-install4j's Issues

`copyDependedJars` should not strip version numbers

I some cases when JARS are copied their versions are omitted. This likely due to way their are published - Scala-like publishing may be causing problems. Here is an example of a JAR in IVY published by SBT using default settings:

.ivy2\local\net.sf.ij-plugins\ijp-color_2.11\0.5.0-SNAPSHOT\jars\ijp-color_2.11.jar

The JAR actually has no version number in its name, it is in parent's directory name. The version number needs to be restored when copying to installation directory.

Deprecate `install4jHomeDir` setting

install4jHomeDir is only used to find the install4j's command line compiler. After #8 is implemented the setting should be deprecated and an error with instructions to use #8 settings should be issued.

Add option to specify location of the install4j's command line compiler

Currently file name for the install4j's command line compiler (install4jc[.exe]) is derived from install4jHomeDir setting as:

install4jHomeDir / "bin" / "install4jc.exe"

This limits the sbt-install4j plugin to working only on Windows.

Add a setting that will allow to provide explicit location of the install4j's command line compiler. That will help with support on different OS and custom installation locations.

See also #7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.