[
http://jira.jboss.com/jira/browse/JBIDE-943?page=all ]
Max Andersen updated JBIDE-943:
-------------------------------
Fix Version/s: 2.0.0.CR1
(was: 2.0.0.Beta4)
slip to next
Unable to exclude directory in 2.0Beta3 project archives
--------------------------------------------------------
Key: JBIDE-943
URL:
http://jira.jboss.com/jira/browse/JBIDE-943
Project: JBoss Tools
Issue Type: Bug
Components: Archives
Affects Versions: 2.0.0.Beta3
Environment: WinXP SP2+JDK1.5.11
Reporter: Jiyang Hu
Fix For: 2.0.0.CR1
I have hbm files in different folders(com/abc, com/def). When I set up web war file I
need put it under a hbm folder without directories. Problem is when I ran following xml
snippet (generated by project archives), all folders will be copied to my hbm folder.
<folder name="hbm">
<fileset dir="/fqportal/src" includes="**/*.hbm.xml"
inWorkspace="true">
<properties></properties>
</fileset>
<properties></properties>
</folder>
I even tried adding exclude="**/com/**" and exclude="**/com" as below
but still not work.
<folder name="hbm">
<fileset dir="/fqportal/src" includes="**/*.hbm.xml"
excludes="**/com" inWorkspace="true">
<properties></properties>
</fileset>
<properties></properties>
</folder>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira