bill/wilandra a écrit :
>From the examples in the 1.6.5 manual I would assume that the following
should work. I did not try it.
     <copy todir="${bin}">
       <fileset dir="${src}">
         <filename name="hibernate.cfg.xml"/>
         <filename name="**/*.hbm.xml"/>
         <filename name="**/*.html"/>
</fileset> </copy>

HTH Bill

Hello,

Unfortunatly this won't work as a fileset behaves like an 'and' selector container. Therefore quoting http://ant.apache.org/manual/CoreTypes/fileset.html : "If any of the selectors within the FileSet do not select the file, the file is not considered part of the FileSet"


MAT.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to