common/build.xml
changeset 927 a15a7e841752
parent 926 86dabb8aa2dd
child 939 4dd6f1dde1fe
equal deleted inserted replaced
926:86dabb8aa2dd 927:a15a7e841752
   100       <not><or>
   100       <not><or>
   101         <equals arg1="${helium.version}" arg2="5.0"/>
   101         <equals arg1="${helium.version}" arg2="5.0"/>
   102         <equals arg1="${last.major.helium.version}" arg2="5.0"/>
   102         <equals arg1="${last.major.helium.version}" arg2="5.0"/>
   103       </or></not>
   103       </or></not>
   104       <then>
   104       <then>
       
   105           <property name="sf.using.newer.than.helium5" value="true"/>
   105           <property name="schema.new" value="true"/>
   106           <property name="schema.new" value="true"/>
   106           <property name="skip.sbs.parser.exception" value="true"/>
   107           <property name="skip.sbs.parser.exception" value="true"/>
   107           
   108           
   108           <!-- Never fail on sbs compile errors -->
   109           <!-- Never fail on sbs compile errors -->
   109           <hlm:signalInput id="compileSignalInput" failbuild="never">
   110           <hlm:signalInput id="compileSignalInput" failbuild="never">
   641         <if><available file="${zip.config.file}"/>
   642         <if><available file="${zip.config.file}"/>
   642           <then>
   643           <then>
   643             <runtarget target="preprocess-zip-config" />
   644             <runtarget target="preprocess-zip-config" />
   644             <property name="zip.${zip.target.name}.log.file" location="${build.log.dir}/${build.id}_${zip.target.name}_zip.log" />
   645             <property name="zip.${zip.target.name}.log.file" location="${build.log.dir}/${build.id}_${zip.target.name}_zip.log" />
   645             <property name="zips.${zip.target.name}.spec.name" value="${zip.target.name}" />
   646             <property name="zips.${zip.target.name}.spec.name" value="${zip.target.name}" />
   646             <hlm:zipContentMacro type="${zip.target.name}" file="${zip.config.file}" />
   647             <if><isset property="sf.using.newer.than.helium5"/>
       
   648             <then>
       
   649                 <hlm:zipContentMacro type="${zip.target.name}" file="${zip.config.file}" failonemptyconfig="false"/>
       
   650             </then>
       
   651             <else>
       
   652                 <hlm:zipContentMacro type="${zip.target.name}" file="${zip.config.file}" />
       
   653             </else>
       
   654             </if>
   647           </then>
   655           </then>
   648           <else>
   656           <else>
   649             <echo message="ERROR ${zip.config.file} not available for zipping!"/>
   657             <echo message="ERROR ${zip.config.file} not available for zipping!"/>
   650           </else>
   658           </else>
   651         </if>
   659         </if>