common/build.postbuild.xml
changeset 1265 85e3fec18491
parent 1261 dd40521a5759
child 1268 b69afcf5d763
--- a/common/build.postbuild.xml	Tue Sep 21 13:09:28 2010 +0100
+++ b/common/build.postbuild.xml	Tue Sep 21 16:22:39 2010 +0100
@@ -555,12 +555,12 @@
         <mkdir dir="${build.log.dir}/analysis"/>
         <parallel>
           <runtarget target="sf-run-analysis-ant"/>
+
           <if><istrue value="${sf.spec.analysis.depends.enable}"/>
           <then>
               <runtarget target="sf-run-analysis-depends"/>
           </then>
           </if>
-          <runtarget target="sf-run-analysis-ant"/>
 
           <runtarget target="sf-run-analysis-raptor"/>
           <runtarget target="sf-run-analysis-yarp"/>
@@ -752,10 +752,9 @@
     <target name="sf-run-analysis-depends">
 
       <for param="binary" parallel="true" threadCount="${env.NUMBER_OF_PROCESSORS}">
-
-        <fileset dir="${build.drive}/epoc32/release/winscw/udeb">
-            <filename name="*.dll"/>
-            <filename name="*.exe"/>
+        <fileset dir="${build.drive}/epoc32/release/winscw/udeb" casesensitive="false">
+            <include name="*.dll"/>
+            <include name="*.exe"/>
         </fileset>
 
         <sequential>