This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[PAY-12] Interpolate zips/wars/jars etc
Created: Thu, 14 Apr 2005 19:50:06 -0700 (PDT)  Updated: Mon, 18 Apr 2005 09:16:59 -0700 (PDT)

Status:Closed
Project:Payload
Component/s:
Affects Version/s:0.2
Fix Version/s:0.3

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee: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.