[shrinkwrap-issues] [JBoss JIRA] Commented: (SHRINKWRAP-249) Support add directory content

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Mon Apr 11 08:22:33 EDT 2011


    [ https://issues.jboss.org/browse/SHRINKWRAP-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594710#comment-12594710 ] 

Andrew Rubinger commented on SHRINKWRAP-249:
--------------------------------------------

Davide: I believe this is all upstream now; mark as resolved if so?

> Support add directory content
> -----------------------------
>
>                 Key: SHRINKWRAP-249
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-249
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: api, impl-base
>    Affects Versions: 1.0.0-alpha-11
>            Reporter: Aslak Knutsen
>            Assignee: Davide D'Alto
>
> A common use case is to add multiple Assets from your directory structure:
> addManifestResource("src/main/resources/META-INF/name", "name") 
> addManifestResource("src/main/resources/META-INF/name2", "name2") 
> This can be quite painful if you have a lot of items, e.g. html/jsp/jsf
> We should support adding of recursive directory content, where target path is resolved as relative to where you add from:
> addManifestResource("src/main/resources/META-INF/")
> The expected target in the archive would be, root + CONTAINER_PATH + ('file.getName()' + parentDirectory if in a subdirectory of specified import source ) 
> src/main/resources/META-INF/test.html -> (CONTAINER_PATH) + test.html
> src/main/resources/META-INF/images/test.jpg -> (CONTAINER_PATH) + images/test.jpg

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list