Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 5.0
-
Component/s: Compiler, Documentation
-
Labels:None
-
Number of attachments :
Description
There are several features in IzPack which could be replaced by their smarter counterparts.
Example:
- the os attribute ("unix", "windows", "macosx") has already the cleaner alternative of the nested <os family="..."/> tag
- the VariableExistence condition has been replaced by the Exists condition, which accepts more object types to test for existance than only variables.
Since those changes might break previous installation descriptions and require to adapt them this should be well-marked in the documentation.
This seems to be done and documented, no bigger leaks so far in the documentation.