<antunit:assertFilesMatch> http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/assertions.html?view=co http://ant.apache.org/antlibs/antunit/index.html
Jan > -----Ursprüngliche Nachricht----- > Von: news [mailto:[email protected]] Im Auftrag von Chris > Gesendet: Freitag, 25. September 2009 23:05 > An: [email protected] > Betreff: How to throw error if two files not equal? > > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
