Kaynağa Gözat

Oh alright, back to junitModule.xml - another shot in the dark at cruise control

tags/PRE_ANDY
wisberg 19 yıl önce
ebeveyn
işleme
359b2b0750
1 değiştirilmiş dosya ile 25 ekleme ve 0 silme
  1. 25
    0
      build/release/build.xml

+ 25
- 0
build/release/build.xml Dosyayı Görüntüle

@@ -443,6 +443,31 @@
</target>

<target name="test-junit-modules"
depends="init-variables,init-junitTests-available">
<antcall target="do-run-ant">
<param name="run.ant.file" value="junitModules.xml"/>
<param name="ant.target" value="test-all"/>
<param name="ant.dir"
location="${aspectj.modules.dir}/tests"/>
<param name="ant.output"
location="${aj.build.log.dir}/test-junitModules"/>
</antcall>
<property file="${java.home.file}"/>
<property name="tjm.copy.todir"
location="${aj.build.log.dir}/junitXmlOutput-${build.java.version}"/>
<mkdir dir="${tjm.copy.todir}"/>
<delete quiet="on">
<fileset dir="${tjm.copy.todir}" includes="**/*"/>
</delete>
<property name="xmlSrcDir"
location="${aspectj.tests.dir}/bin/junitXmlOutput"/>
<move todir="${tjm.copy.todir}" >
<fileset dir="${xmlSrcDir}" includes="**/*"/>
</move>
</target>

<target name="test-junit"
depends="init-variables">
<antcall target="do-run-ant">

Loading…
İptal
Kaydet