[jboss-cvs] JBossAS SVN: r62836 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 7 08:42:32 EDT 2007


Author: rrajesh
Date: 2007-05-07 08:42:32 -0400 (Mon, 07 May 2007)
New Revision: 62836

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBQA-619 Ability to run the compatibility tests using different jdks

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-05-07 12:17:56 UTC (rev 62835)
+++ branches/Branch_4_2/testsuite/build.xml	2007-05-07 12:42:32 UTC (rev 62836)
@@ -349,7 +349,7 @@
   |  different type of compile that needs to be performed, short of
   |  documentation compiles.
   -->
-  <target name="compile" depends="init, compile-classes, compile-xmbean-dds, compile-stubs, compile-etc, compile-stylesheets, compile-resources"
+  <target name="compile" depends="init, compile-classes, compile-compatibility-classes, compile-xmbean-dds, compile-stubs, compile-etc, compile-stylesheets, compile-resources"
     description="Compile all source files."/>
 
   <!-- Compile all class files -->




More information about the jboss-cvs-commits mailing list