From: Lars K?h. <lk...@us...> - 2004-05-23 08:16:12
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19670/xdocs Modified Files: changes.xml Log Message: fail in case filesets are empty (RFE #958808) Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 23 May 2004 07:45:37 -0000 1.2 +++ changes.xml 23 May 2004 08:16:00 -0000 1.3 @@ -17,6 +17,13 @@ <!-- RFE #958810 --> Detect changes of field types. </action> + <action dev="lkuehne" type="add"> + <!-- RFE #958808 --> + Ant Task fails when filesets origFiles or newFiles are empty. + Empty file sets are usually a setup problem - they should not + create the impression that there are no compatibility problems, + just because Clirr didn't report anything. + </action> </release> <release version="0.2" date="2004-05-22"> |