Hello,
change <and> with <or>

> TIA for any help!
> 
>
------------------------------------------------------------------
> 
> <?xml version="1.0" encoding="iso-8859-1"?>
> 
> <project name="fileset-selector-test"
> default="do-test" basedir=".">
> 
>   <target name="prepare">
>     <touch file="${basedir}/foo" />
>     <touch file="${basedir}/bar" />
>   </target>
> 
>   <target name="do-test" depends="prepare">
>     <fileset id="files" dir="${basedir}">
       <or>
>       <selector>
>         <filename name="foo" />
>       </selector>
>       <selector>
>         <filename name="bar" />
>       </selector>
       </or>
>     </fileset>
>     <property name="files.converted" refid="files"
> />
>     <echo message="property files.converted =
> ${files.converted}" />
>   </target>
> 
> </project>
> 
>
------------------------------------------------------------------
> 
> Greetings,
> 
>       Holger
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to