https://issues.apache.org/bugzilla/show_bug.cgi?id=55751

--- Comment #3 from Eliot Lash <[email protected]> ---
Comment on attachment 31020
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31020
Ant project with test case

><project name="filesmatchTest" basedir="." default="test-text">
>  <target name="test-text">
>      <condition property="filesMatchTextfileTrue" value="true" else="false">
>            <filesmatch file1="file1" file2="file2" textfile="true"/>
>      </condition>
>
>      <condition property="filesMatchTextfileFalse" value="true" else="false">
>            <filesmatch file1="file1" file2="file2" textfile="false"/>
>      </condition>
>
>      <echo message="filesMatchTextfileTrue? 
> ${filesMatchTextfileTrue}${line.separator}filesMatchTextfileFalse? 
> ${filesMatchTextfileFalse}" level="info" />
>  </target>
></project>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to