I need to check to see if two files are the same, and throw an error and
stop the build if they're not.
Two problems:
How to throw an error?
How to compare two files?
This is as far as I've gotten:
<condition property="isgood">
<filesmatch file1="file1.xml" file2="file2.xml"/>
</condition>
<echo>${isgood}</echo>
This works, sort of, but it doesn't throw an error. Bizarrely, if
neither file exists it returns true.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org