Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.1
-
Fix Version/s: 4.1.0
-
Component/s: Maven plugin
-
Labels:None
-
Number of attachments :
Description
The maven-plugin (version 1.0-alpha-1) does not find the custom panels jar files even if they are placed in the default location "target/izpack". The resulting error looks like:
Embedded error:
/home/mhoofe/myinstaller/izpack/target/izpack/install.xml:145: Panel jar
file not found: ./bin/panels/MyPanel.jar
The reason for the problem is that the IzPackMojo does not set the IzPackHome variable in the "Compiler" class like the ant task does. The supplier patch should it.