[
https://jira.jboss.org/jira/browse/SHRINKWRAP-81?page=com.atlassian.jira....
]
Andrew Lee Rubinger updated SHRINKWRAP-81:
------------------------------------------
This has been set for release on 29 December; still current? If not please bump to
"Unscheduled".
Create non chain breaking versions of Exporter methods
------------------------------------------------------
Key: SHRINKWRAP-81
URL:
https://jira.jboss.org/jira/browse/SHRINKWRAP-81
Project: ShrinkWrap
Issue Type: Task
Reporter: Aslak Knutsen
Fix For: 1.0.0-alpha-3
We should support to continue the method chaining after a Export.
use case:
archive.as(ZipExporter).zip(output)
.as(TarExporter).tar(output)
archive.as(ZipExporter).zip(output)
.addResource(javaDoc)
.addResource(Source)
.as(TarExporter).tar(fulldist)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira