common/build.xml
changeset 186 1b428f25477e
parent 172 e8a4b4b53247
child 189 dec10768c3a4
equal deleted inserted replaced
185:91ad95e5509a 186:1b428f25477e
    26     <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/>
    26     <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/>
    27     
    27     
    28     <!-- import all core HELIUM targets -->
    28     <!-- import all core HELIUM targets -->
    29     <import file="${helium.dir}/helium.ant.xml" />
    29     <import file="${helium.dir}/helium.ant.xml" />
    30     
    30     
       
    31     <!-- import other files -->
       
    32     <import file="${sf.common.config.dir}/smoketest/smoke_test.ant.xml" />
       
    33     
    31     <!-- import common references -->
    34     <!-- import common references -->
    32     <import file="${sf.common.config.dir}/common_refs.ant.xml" />
    35     <import file="${sf.common.config.dir}/common_refs.ant.xml" />
    33              
    36              
    34     <!-- conditional import of generated source spec if available -->
    37     <!-- conditional import of generated source spec if available -->
    35     <if><available  file="${sf.common.config.dir}/generated/source-spec.ant.xml" />
    38     <if><available  file="${sf.common.config.dir}/generated/source-spec.ant.xml" />
   132                     <arg value="/c"/>
   135                     <arg value="/c"/>
   133                     <arg value="echo"/>
   136                     <arg value="echo"/>
   134                     <arg value="${sf.spec.baseline.location}"/>
   137                     <arg value="${sf.spec.baseline.location}"/>
   135                 </exec>
   138                 </exec>
   136                 
   139                 
   137                 <!-- run interal target preparation-getenv -->
   140                 <!-- run internal target preparation-getenv -->
   138                 <runtarget target="preparation-getenv"/>
   141                 <runtarget target="preparation-getenv"/>
   139                 
   142                 
   140             </then>
   143             </then>
   141         </if>
   144         </if>
   142         
   145         
   173       <then>
   176       <then>
   174         <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/>
   177         <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/>
   175         <runtarget target="publish"/>
   178         <runtarget target="publish"/>
   176       </then>
   179       </then>
   177     </if>
   180     </if>
       
   181     
       
   182     <!-- EXEC SMOKE TEST -->
       
   183     <runtarget target="sf-smoke-test"/>
   178     
   184     
   179   </target>
   185   </target>
   180 
   186 
   181   <!-- package all logs into zipfile before publish -->
   187   <!-- package all logs into zipfile before publish -->
   182   <target name="sf-zip-logs">
   188   <target name="sf-zip-logs">