Description of problem: The destinationDir attribute in rhq:archive does not support when exploded="true". The archive is copied to the destination directory and remain as an archive. The archive is not extracted to the destination directory. For Ex: Below is in deploy.xml of the bundle. The archive product.zip has some files <rhq:archive name="product.zip" exploded="true" destinationDir="/store/testdest/Bundle-Test"> When the bundle is deployed to the platform, the dir '/store/testdest/Bundle-Test' has the archive product.zip and it is not extracted. Version-Release number of selected component (if applicable): Version : 4.12.0-SNAPSHOT Build Number : a3c6d72 How reproducible: Always Steps to Reproduce: 1. Create a bundle with deploy.xml having destinationDir attribute and exploded="true" in rhq:archive and the bundle has an archive ( Please refer the attached bundle ) 2. Upload the bundle 3. Deploy the bundle to platform 4. Verify the destination directory specified with destinationDir attribute Actual results: The archive is copied to the destination directory and remain as an archive. The archive is not extracted to the destination directory. Expected results: The archive should be extracted to the destination directory when explode=true. Additional info:
Created attachment 895167 [details] bundle