equal
deleted
inserted
replaced
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> |