Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0
-
Component/s: None
-
Labels:None
-
Environment:izpack 5 beta 2 tag
-
Number of attachments :
Description
I'm trying to build using the ant task plugin.
I've been trying to track down what is causing this.
I see that the ant task is creating a compilerData without the install
file or install text.
CompilerData compilerData = new CompilerData(compression, kind, null,
configText, basedir, output, compressionLevel);
Instead, it tries to set it with:
propertyManager.setProperty("izpack.file", file.toString());
But then it seems that when i get to CompilerConfig#getXMLTree(), it
bails because neither the install file nor install text have been set on
the CompilerConfig.
Activity
Julien Ponge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Anthonin Bonnefoy [ abonnefoy ] |
Anthonin Bonnefoy
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Anthonin Bonnefoy
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Mark Miller
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mark Miller
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
from the mailing list: