[83 total ]
IzPack 4.1.1 released

News Item
edited by
Julien Ponge

On behalf of the IzPack project, I am very pleased to announce the immediate availability of the version 4.1.1 of the project!

Many thanks ... [More] to the developers and contributors for making this release possible!

IzPack is a one-stop solution for packaging, distributing and deploying applications.

It is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers.

IzPack-generated installers only require a Java virtual machine to run.

Many companies and projects have been using IzPack over the years.

IzPack version 4.1.1 is a maintenance release to the IzPack 4.1 branch that provides useful fixes. As a consequence, we advise our users to switch to this new release.

IzPack can be downloaded from http://izpack.org/ and is a member of Codehaus (see http://codehaus.org/).

Release Notes - IzPack - Version 4.1.1

Bug

[IZPACK-107] - Creation of the uninstaller is still unconditional
[IZPACK-172] - Unable to interpolate variable
[IZPACK-175] - izpack2app runtime error
[IZPACK-178] - Conditions on packs do not work properly
[IZPACK-181] - In UserInputPanel the search field doesn't substitute variables
[IZPACK-189] - izpack2app.py fails with error "File exists"
[IZPACK-192] - In UserPathPanel variables aren't substituted
[IZPACK-193] - HTMLInfoPanel does not show html files

Improvement

[IZPACK-170] - Italian langpack update

New Feature

[IZPACK-174] - Support for izpack2exe and izpack2app

Task

[IZPACK-171] - Release izpack-standalone-4.1.0 to maven repository
[IZPACK-180] - Update French LangPack
[IZPACK-182] - Reformat Eng LangPack

View Online [Less]

IzPack 4.1.0 released

News Item
added by
Julien Ponge

I am pleased to announce that the IzPack team released today the version 4.1.0 of the software.

IzPack is a one-stop solution for packaging ... [More] , distributing and deploying applications. It is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers. IzPack-generated installers only require a Java virtual machine to run.

This new version brings new features such as Pack200 compression support or better user-defined conditions. Improvements include a reduction of the installers size, the ability to set environment variables in ProcessPanel or variables substitution in HtmlInfoPanel. Finally, this release brings its usual set of bug fixes and minor improvements.

It is recommended that current users upgrade to this new release.

IzPack can be downloaded from http://izpack.org/downloads/ and is released under the permissive Apache License v2.0.

Many thanks go to the developers and contributors for their hard work!

Please find the release notes below. Feel free to repost this announcement to your favorite blogs and websites!

Release notes:

Bug

[IZPACK-72] - PortProcessor does not catch invalid error
[IZPACK-93] - Re-enabled button does not gain focus
[IZPACK-126] - Lost input data when navigating forward/backward in installer
[IZPACK-127] - Conditionid used instead of condition for job definitions
[IZPACK-141] - Information defined in info section are not available as build-in variable during compile time
[IZPACK-142] - Custom panel jars are not found with maven plugin
[IZPACK-151] - file unpack does not work with war files
[IZPACK-152] - UserPathPanel prints debug messages to console
[IZPACK-159] - IzPack2App: executable bit should be forced to be set on the Java application stub
[IZPACK-160] - Documention for file's override attribute missing "false" value
[IZPACK-167] - izpack2exe crashes when called from a different directory than where it resides
[IZPACK-168] - izpack2app does not properly work when called from the same folder as the script

Improvement

[IZPACK-63] - Reduce the installers size
[IZPACK-112] - Registry interaction: allow string key values to be extended
[IZPACK-114] - Ability to set environment variables when using ProcessPanel
[IZPACK-123] - Multiple HTMLInfo Panels showing different html files...
[IZPACK-124] - Parsing/Variable substitution of the content in HTMLInfoPanel
[IZPACK-130] - TestLangPacks: build.xml update: Added distribution dir and files and some other tasks. Added zip creation.
[IZPACK-149] - support encoding when interpolating izpack descriptor
[IZPACK-155] - InstallPanel overall progress bar should be indeterminate if there is only one pack to install
[IZPACK-157] - Raise the JVM heap size in IzPack scripts

New Feature

[IZPACK-82] - Pack200 support
[IZPACK-84] - Install Script Locator Framework
[IZPACK-110] - User Condition
[IZPACK-145] - Ablility to disable the attaching of the artifact in maven plugin
[IZPACK-147] - ability to customize the final name

Task

[IZPACK-129] - TestLangPacks: Added directory for distribution files.
[IZPACK-131] - TestLangPacks: Added version stamping into use for various files.
[IZPACK-132] - TestLangPacks: application name and version are taken from Manifest.mf file. Documentation update.
[IZPACK-134] - TestLangPacks: Tag for version 1.0-beta1
[IZPACK-137] - TestLangPacks: Added license file.
[IZPACK-139] - Italian langpack update.
[IZPACK-143] - TestLangPacks: Documentation update.
[IZPACK-144] - TestLangPacks: Tag for version 1.0.

View Online [Less]

New SCM option - Git repository available on GitHub

News Item
added by
Julien Ponge

I am pleased to announce that I have set up a Git repository for IzPack in GitHub: http://github.com/jponge/izpack/tree/master

This is not a ... [More] change in the SCM choice for IzPack, but rather a new option for those who would like to use a distributed SCM.

Do not hesitate to fork/clone the repository. As the maintainer of IzPack, I expect to facilitate the interactions between developers and contributors by breaking the "centralized commit rights" barrier.

To clone the repository:

git clone git://github.com/jponge/izpack.git izpack.git

It currently contains two branches called master (my own development branch) and vendor-svn-trunk (a mirror of our SVN trunk at Codehaus). In the future, I expect to also track the stable release branches that we maintain in Subversion.

Comments / ideas are welcome!

View Online [Less]

IzPack 4.1.0 release candidate

News Item
added by
Julien Ponge

I'm happy to announce that a release candidate is available for testing.

You can get it from ... [More] http://snapshots.dist.codehaus.org/izpack/IzPack-install-4.1.0-rc.jar.

Thanks for testing and reporting us any issue!

View Online [Less]

PackJacket, a GUI for IzPack

News Item
added by
Julien Ponge

I am pleased to forward the announcement of a new project called PackJacket which is hosted at Sourceforge and that was created by Manodasan Wignarajah ... [More] and Amandeep Grewal.

PackJacket is a GUI frontend to the IzPack project. It is built with Java Swing and creates an installer for your application. The installers which are created by this program are cross-platform and multi-language. You can use the GUI to create installer fit to your needs.

The PackJacket project is looking for feedback as this is only their first release. PackJacket is published under the terms of the GPLv3 license.

View Online [Less]

Release of IzPack Maven Plugin 1.0-alpha-1

News Item
added by
Julien Ponge

Our developer Dan Tran has just released the IzPack Maven Plugin version 1.0-alpha-1.

The plugin allows users to build their installers using ... [More] IzPack, the Maven way.

The plugin is available from Maven Central at http://repo1.maven.org/maven2/org/codehaus/izpack while the plugin site is hosted at http://izpack.codehaus.org/izpack-maven-plugin.

Do not hesitate to report issues to Dan!

View Online [Less]

IzPack 4.0.1, 4.1.0-beta1 released

News Item
added by
Julien Ponge

The IzPack project is proud to announce the release of:

IzPack 4.0.1, a maintenance release of IzPack 4.0, and
IzPack 4.1.0-beta1, a ... [More] first preview of the upcoming IzPack 4.1 for testing purpose.

IzPack is a one-stop solution for packaging, distributing and deploying applications. IzPack is a project hosted by Codehaus.

IzPack is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers.

Both versions can be downloaded from the project download page at http://izpack.org/downloads. A list of IzPack main features is also available from http://izpack.org/features/.

Many thanks to the developers and contributors that have made this release possible!

Release notes:

IzPack 4.0.1 release notes
IzPack 4.1.0-beta1 release notes (work in progress)

View Online [Less]

Call for contributions - IzPack documentation

News Item
added by
Julien Ponge

The IzPack project is envisioning a rewrite of its documentation to Confluence.

 If you have reasonnable writing skills then please do not ... [More] hesitate to volunteer!

 As the project leader, I propose to act as an editor.

View Online [Less]

IzPack news move to Confluence

News Item
added by
Julien Ponge

Starting from today, the official IzPack news will be delivered from the IzPack Confluence space at Codehaus!

The RSS/Atom feed remains unchanged: http://feeds.feedburner.com/IzPack

View Online

IzPack article in Java Magazin
IzPack article at InfoQ
IzPack survey
IzPack 4.0.0 released
Some download stats…
IzPack Glassfish v2 ur2 b04 installer
Let’s meet at JavaOne!
The BerliOS project has gone…
IzPack on Wikipedia
A few updates from the current roadmap
A few updates from the current roadmap
SailFin uses IzPack
SailFin uses IzPack
New izpack.org website!
New izpack.org website!
Glassfish installer, reloaded
Glassfish installer, reloaded
IzPack 3.11.0 released
IzPack 3.11.0 released
IzPack is a Codehaus project!
IzPack is a Codehaus project!