Adjusted matching for processing TSV files, so it will not fail even if the dir has not been created.
--- a/common/build.postbuild.xml Thu Aug 20 10:44:38 2009 +0100
+++ b/common/build.postbuild.xml Thu Aug 20 12:49:47 2009 +0100
@@ -350,8 +350,8 @@
<!-- Now iterate through the generated TSVs to sort them and remove duplicates -->
<for param="tsv">
<path>
- <fileset dir="${build.log.dir}/releaseables">
- <include name="**/*.tsv"/>
+ <fileset dir="${build.log.dir}">
+ <include name="releaseables/**/*.tsv"/>
</fileset>
</path>
<sequential>