]> source.dussan.org Git - aspectj.git/commitdiff
not using junitModules.xml
authorwisberg <wisberg>
Wed, 11 May 2005 08:58:25 +0000 (08:58 +0000)
committerwisberg <wisberg>
Wed, 11 May 2005 08:58:25 +0000 (08:58 +0000)
build/release/build.xml
build/release/readme.txt

index c2846f6d6bd5bab17ebd6c30dd4636326343250b..eb41713b7caa1fbba291089634304a30b374fb94 100644 (file)
@@ -26,7 +26,6 @@
    test
      test-sources             # - requires only sources
        test-harness-tests     # run tests/{suite}.xml's
-       test-junit-modules     # tests/junitModules.xml
      test-install             # - requires distribution
        test-build-examples    # install/docs/examples
        test-ajc-aspectj       # ajc compiles aspectj
        </target>
 
        <target name="test-junit-modules" 
-               depends="init-variables,init-junitTests-available">
+               depends="init-variables">           
+               
                <antcall target="do-run-ant">
-                       <param name="run.ant.file" value="junitModules.xml"/>
-                       <param name="ant.target" value="test-all"/>
+                       <param name="run.ant.file" value="newbuild.xml"/>
+                       <param name="ant.target" value="test"/>
                        <param name="ant.dir" 
-                               location="${aspectj.modules.dir}/tests"/>
+                               location="${aspectj.modules.dir}/run-all-junit-tests"/>
                        <param name="ant.output" 
-                               location="${aj.build.log.dir}/test-junitModules"/>
+                               location="${aj.build.log.dir}/test-run-all-junit-tests"/>
                </antcall>
-               
                <property file="${java.home.file}"/>
                <property name="tjm.copy.todir"
-                       location="${aj.build.log.dir}/junitXmlOutput-${build.java.version}"/>
+                       location="${aj.build.log.dir}/test-run-all-junit-tests-${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"/>
+                       location="${aj.build.dir}/junit/run-all-junit-tests"/>
                <move todir="${tjm.copy.todir}" >
                        <fileset dir="${xmlSrcDir}"     includes="**/*"/>
                </move>
                        <sysproperty key="ANT_HOME" 
                                path="${aspectj.ant.home}"/>
 
-                       <!-- for tests/junitModules.xml -->
+                       <!-- for ajde -->
                        <sysproperty key="aspectjrt.path"
                                file="${aj.build.install.dir}/lib/aspectjrt.jar"/>
                        <sysproperty key="test.classpath"
index 455783aaba4f67a9be4c9e91137a97b297068ac3..035895ac1a3c4f5e5beb72e3cdbacfdc32138842 100644 (file)
@@ -49,6 +49,7 @@ sp="-Dskip.cvs=true -Daspectj.modules.dir=../.."
 sp="${sp} -Djava13.home=c:/home/apps/jdk13"
 sp="${sp} -Djava14.home=c:/home/apps/jdk14"
 sp="${sp} -Djava15.home=c:/home/apps/jdk15"
+#sp="${sp} -Drun.14.only=true"
 
 #alias myant="$scriptDir/../../lib/ant/bin/ant"
 myant="$scriptDir/../../lib/ant/bin/ant"