equal
deleted
inserted
replaced
451 if a baseline list is available then generate deltas too --> |
451 if a baseline list is available then generate deltas too --> |
452 |
452 |
453 <target name="sf-list-dir"> |
453 <target name="sf-list-dir"> |
454 <property name="sf.currentlist.name" value="${sf.list.name}"/> |
454 <property name="sf.currentlist.name" value="${sf.list.name}"/> |
455 <property name="sf.dir.location" value="${build.drive}/epoc32"/> |
455 <property name="sf.dir.location" value="${build.drive}/epoc32"/> |
|
456 <property name="sf.dir.exclude" value="${build.drive}/epoc32/build"/> |
456 |
457 |
457 <if> |
458 <if> |
458 <istrue value="${sf.spec.dirlist.enable}"/> |
459 <istrue value="${sf.spec.dirlist.enable}"/> |
459 <then> |
460 <then> |
460 <echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location}"/> |
461 <echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location} excluding ${sf.dir.exclude}"/> |
461 <exec executable="perl" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log"> |
462 <exec executable="python" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log"> |
462 <arg value="${sf.common.config.dir}/tools/listdir.pl"/> |
463 <arg value="${sf.common.config.dir}/tools/listdir.py"/> |
463 <arg value="${sf.dir.location}"/> |
464 <arg value="${sf.dir.location}"/> |
|
465 <arg value="${sf.dir.exclude}"/> |
464 </exec> |
466 </exec> |
465 </then> |
467 </then> |
466 </if> |
468 </if> |
467 </target> |
469 </target> |
468 |
470 |