common/build.xml
changeset 996 64899060ea4d
parent 972 608adae327af
child 1008 5600a84475d7
equal deleted inserted replaced
995:73dce18476a0 996:64899060ea4d
   495     
   495     
   496         <if>
   496         <if>
   497             <istrue value="${sf.spec.dirlist.enable}"/>
   497             <istrue value="${sf.spec.dirlist.enable}"/>
   498             <then>
   498             <then>
   499                 <echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location} excluding ${sf.dir.exclude}"/>
   499                 <echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location} excluding ${sf.dir.exclude}"/>
   500                 <exec executable="python" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log">
   500                 <exec executable="python" dir="${build.drive}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log">
   501                     <arg value="${sf.common.config.dir}/tools/listdir.py"/>
   501                     <arg value="${sf.common.config.dir}/tools/listdir.py"/>
   502                     <arg value="${sf.dir.location}"/>
   502                     <arg value="${sf.dir.location}"/>
   503                     <arg value="${sf.dir.exclude}"/>
   503                     <arg value="${sf.dir.exclude}"/>
   504                 </exec>
   504                 </exec>
   505             </then>
   505             </then>