[jboss-osgi-commits] JBoss-OSGI SVN: r100071 - projects/jboss-osgi/projects/osgitck/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Jan 28 13:57:00 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-01-28 13:56:59 -0500 (Thu, 28 Jan 2010)
New Revision: 100071

Modified:
   projects/jboss-osgi/projects/osgitck/trunk/build.xml
Log:
Add clean-build-tck

Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 18:55:17 UTC (rev 100070)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 18:56:59 UTC (rev 100071)
@@ -112,6 +112,11 @@
   <!-- TCK Tests                                                          -->
   <!-- ================================================================== -->
 
+  <target name="clean-build-tck" description="Full build of the	RIs and TCK tests" depends="init">
+    <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
+    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
+  </target>
+	
   <target name="run-core-tests" description="Run the TCK core tests" depends="init">
     <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
     <ant dir="${osgitck.dir}/osgi.ct" target="osgi.core.tests" />
@@ -138,15 +143,15 @@
     <ant dir="${osgitck.dir}/org.osgi.test.cases.jndi" target="test" />
   </target>
 
-  <!-- target name="run-jpa-tests" description="Run the TCK jpa tests" depends="init">
+  <target name="run-jpa-tests" description="Run the TCK jpa tests" depends="init">
     <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
     <ant dir="${osgitck.dir}/org.osgi.test.cases.jpa" target="test" />
-  </target -->
+  </target>
 
-  <!-- target name="run-jta-tests" description="Run the TCK jta tests" depends="init">
+  <target name="run-jta-tests" description="Run the TCK jta tests" depends="init">
     <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
-    <ant dir="${osgitck.dir}/org.osgi.test.cases.jta" target="test" />
-  </target -->
+    <ant dir="${osgitck.dir}/org.osgi.test.cases.transaction" target="test" />
+  </target>
 
   <target name="run-webapp-tests" description="Run the TCK webapp tests" depends="init">
     <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />



More information about the jboss-osgi-commits mailing list