[izpack-users] Feature Request: Auto decompression of files
Dennis Reil
Dennis.Reil at reddot.de
Thu Jan 17 09:31:00 CET 2008
Just use wildcards in your filesets. ;-)
Von: izpack-users-bounces at lists.berlios.de
[mailto:izpack-users-bounces at lists.berlios.de] Im Auftrag von Matthew
Inger
Gesendet: Mittwoch, 16. Januar 2008 22:37
An: izpack-users at lists.berlios.de
Betreff: [izpack-users] Feature Request: Auto decompression of files
It would be nice to allow a packaged file, such as a .tar.gz file to be
decompressed by the installer (based on a flag)
upon installation. This would make it easy to build generic isntaller
builders which could take a .tar.gz file, and automatically
decompress it to the install directory:
<pack name="mypack">
<file src="mypack.tar.gz"
targetdir="${INSTALL_PATH}"
override="true"
compression="tar.gz" />
</pack>
This would automatically decompress the .tar.gz file as part of the
installation.
You could then use the <parseable /> element to parse and configure
files expected
to be within that file.
Another alternative would be to allow a way to include the contents of
an
entire directory, rather than just doing it file by file. I could at
least unpack my
stuff to a temp directory, and include that in the installer.xml.
Any chance of this happening?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20080117/54530bbc/attachment.html
More information about the izpack-users
mailing list