/swingsane-package

Packaging scripts for SwingSane

Primary LanguageJavaApache License 2.0Apache-2.0

swingsane-package

Packaging scripts for SwingSane.

Requirements

  1. SwingSane source code.
  2. Maven 3.
  3. JDK 7 or higher.
  4. Apache Ant.
  5. Nullsoft Scriptable Install System (NSIS) - http://nsis.sourceforge.net/Download
  6. Java JRE (8u31) distribution files for Windows, Mac and Linux - http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Packaging Steps

  1. Install NSIS
  2. Copy the JRE distribution files to the jre directory in the project, or symlink them there.
  3. Install SwingSane to your local repository from the SwingSane source code: mvn clean install
  4. Package SwingSane with swingsane-package from the swingsane-package base directory: mvn clean package
  5. The distribution files will end up in basedir / target.