[jbosstools-issues] [JBoss JIRA] (JBIDE-12361) PRoblem with WorkspaceFIlesetVirtualComponent, publish using fileset virtual component

Michelle Murray (JIRA) jira-events at lists.jboss.org
Tue Jan 29 00:13:47 EST 2013


     [ https://issues.jboss.org/browse/JBIDE-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michelle Murray updated JBIDE-12361:
------------------------------------

    Release Notes Text: 
The use of a fileset for automatically copying resources when packaging a web project did not result in the correct files being copied. The includes and excludes fields of the fileset reference were not strictly adhered to during pattern matching of file names. This has been resolved and with strict adherence to the includes and excludes fields. The fileset operates as expected.




  was:Users making use of the Module Assembly preference page for web projects (and others) to add a Fileset may discover that the includes / excludes patterns were not strictly respected. This is now fixed. 


    
> PRoblem with WorkspaceFIlesetVirtualComponent, publish using fileset virtual component
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12361
>                 URL: https://issues.jboss.org/browse/JBIDE-12361
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.1
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 3.3.2, 4.0.0.Alpha1
>
>         Attachments: JBIDE-12361.33x.patch, JBIDE-12361.33x.v2.patch
>
>
> Steps to reproduce:
> 1) Create a dynamic web project
> 2) Create a POJP
> 3) Inside POJP, make some file structure (foldera, foldera/file1.txt, foldera/file2.txt, folderb, folderb/b1.txt, etc)
> 4) Right-click web project, go to deployment assembly page
> 5) click add
> 6) click 'fileset' 
> 7) set root to /pojp
> 8) set includes pattern to **/file1*
> 9) finish
> 10) publish this to some server
> You will note that matching files inside a subdirectory that is not explicitly included in the includes pattern does not get included. In this case, foldera/file1.txt will not be included, and folder  'foldera' will also not be created in the deployment.  This is a bug. 
> Part of this commit has been made over at JBIDE-12360 by accident

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list