[
https://issues.jboss.org/browse/JBIDE-12361?page=com.atlassian.jira.plugi...
]
Michelle Murray updated JBIDE-12361:
------------------------------------
Release Notes Text:
When packaging a web project, the use of a fileset for automatically copying resources did
not result in the correct files being copied. The expressions in 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 strict adherence to the expressions in the Includes
and Excludes fields ensures the correct files are copied.
was:
When packaging a web project, the use of a fileset for automatically copying resources did
not result in the correct files being copied. The expressions in 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 strict adherence to the expressions in the Includes
and Excludes fields now ensures only files with names matching the expressions are
copied.
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