> BTW ModifiedSelectorTest again failed under cygwin when started with > ./build.sh -D"test.haltonfailure=no" test > I saw this : > [junit] Testcase: > testScenarioCustomSelectorSettings(org.apache.tools.ant.types. > selectors.ModifiedSelectorTest): > Caused an ERROR > [junit] C:\dev\asf\ant.head\src\etc\testcases\types\bootstrap\lib > not found. > [junit] > C:\dev\asf\ant.head\src\etc\testcases\types\selectors.xml:132: > C:\dev\asf\ant.head\src\etc\testcases\types\bootstrap\lib not found.
src\etc\testcases\types\selectors.xml:132 <copy todir="${test.dir}/src"> <fileset dir="${ant.home}/lib" includes="ant.jar"> <type type="file"/> </fileset> <fileset dir="${ant.home}/bin"> <type type="file"/> </fileset> </copy> The selector needs some file to work on. And we thought that the bin- and lib-directories are the only one we really know. "C:\dev\asf\ant.head\src\etc\testcases\types\bootstrap\lib not found." seems that ${ant.home} points to an invalid location??? Jan