[PAY-12] Interpolate zips/wars/jars etc | |
| Status: | Closed |
| Project: | Payload |
| Component/s: | |
| Affects Version/s: | 0.2 |
| Fix Version/s: | 0.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Also need to do interpolation on configuration files that are inside zips/wars etc. Two ways to handle this, either during unpacking or after the files are in the filesytem. |
| Comment by bayard [ Mon, 18 Apr 2005 09:16:59 -0700 (PDT) ] |
| Done. It handles it as it unpacks the archive file. The property "org.osjava.payload.archive.endsWith" is used to specify that this file is an archive that should be checked inside for interpolation. By default, nothing is set up to be an archive. The output has been changed too. Whereas it used to output a '.', now it outputs a '.' for a basic file, a '$' for a file which has been interpolated and '#' for a zip file in which files have been interpolated. |