common/build.xml
changeset 864 2b0f08dedb30
parent 861 caa0601f50c5
child 865 d33d458149b9
equal deleted inserted replaced
863:4a6ed95640ad 864:2b0f08dedb30
   540           <then>
   540           <then>
   541             <!-- (Re)build the packaging config file -->      
   541             <!-- (Re)build the packaging config file -->      
   542             <runtarget target="sf-preprocess-package-config"/>
   542             <runtarget target="sf-preprocess-package-config"/>
   543           </then>  
   543           </then>  
   544         </if>
   544         </if>
       
   545         <stopwatch name="sf-zip-content (${zip.target.name})"/>
   545         <if><available file="${zip.config.file}"/>
   546         <if><available file="${zip.config.file}"/>
   546           <then>
   547           <then>
   547             <runtarget target="preprocess-zip-config" />
   548             <runtarget target="preprocess-zip-config" />
   548             <property name="zip.${zip.target.name}.log.file" location="${build.log.dir}/${build.id}_${zip.target.name}_zip.log" />
   549             <property name="zip.${zip.target.name}.log.file" location="${build.log.dir}/${build.id}_${zip.target.name}_zip.log" />
   549             <property name="zips.${zip.target.name}.spec.name" value="${zip.target.name}" />
   550             <property name="zips.${zip.target.name}.spec.name" value="${zip.target.name}" />
   551           </then>
   552           </then>
   552           <else>
   553           <else>
   553             <echo message="ERROR ${zip.config.file} not available for zipping!"/>
   554             <echo message="ERROR ${zip.config.file} not available for zipping!"/>
   554           </else>
   555           </else>
   555         </if>
   556         </if>
       
   557         <stopwatch name="sf-zip-content (${zip.target.name})" action="elapsed"/>
   556     </target>
   558     </target>
   557     
   559     
   558     <target name="sf-package-source" >
   560     <target name="sf-package-source" >
   559         <!-- Firstly zip up rnd by package -->
   561         <!-- Firstly zip up rnd by package -->
   560         <antcall target="sf-zip-content">
   562         <antcall target="sf-zip-content">