[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-193) Should be able to 'mount' a added jar

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Jun 14 17:18:46 EDT 2010


Should be able to 'mount' a added jar
-------------------------------------

                 Key: SHRINKWRAP-193
                 URL: https://jira.jboss.org/browse/SHRINKWRAP-193
             Project: ShrinkWrap
          Issue Type: Feature Request
          Components: api, impl-base
            Reporter: Aslak Knutsen


You can only manipulate on ShrinkWrap(open/uncompressed) archives when they are ArchiveAssets. Some times it can be useful to manipulate an existing(closed/compressed) nested archive. Add something to a library added by 'someone' else... We should support to import/mount a already added compressed library.


[code]
WebArchive war = ShrinkWrap.create(WebArchive.class)
                              .addLibrary(new File("blag.jar"))

JavaArchive jar = war.as(Importer.class)
                              .import(
                                   JavaArchive.class, 
                                   Archivepaths.create("lib/blag.jar"))

[code]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list