[jboss-cvs] JBossAS SVN: r110757 - in projects/jboss-jca/trunk: rhq and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 24 04:13:59 EST 2011


Author: jeff.zhang
Date: 2011-02-24 04:13:58 -0500 (Thu, 24 Feb 2011)
New Revision: 110757

Modified:
   projects/jboss-jca/trunk/build.xml
   projects/jboss-jca/trunk/rhq/build.xml
Log:
[JBJCA-500] test jars for rhq

Modified: projects/jboss-jca/trunk/build.xml
===================================================================
--- projects/jboss-jca/trunk/build.xml	2011-02-23 22:29:29 UTC (rev 110756)
+++ projects/jboss-jca/trunk/build.xml	2011-02-24 09:13:58 UTC (rev 110757)
@@ -163,12 +163,10 @@
   </path>
 
   <path id="rhq.lib.path.id">
+    <path refid="sjc.lib.path.id"/>
     <fileset dir="${lib.dir}/rhq">
       <include name="**/*.jar"/>
     </fileset>
-    <fileset dir="${target.dir}">
-      <include name="**/*.jar"/>
-    </fileset>
   </path>
 
   <path id="test.lib.path.id">
@@ -303,7 +301,7 @@
   <!-- ================================= 
        Target: rhq
        ================================= -->
-  <target name="rhq" depends="jars">
+  <target name="rhq" depends="jars, prepare-test">
     <ant dir="rhq" inheritRefs="true" target="jars"/>
     <ant dir="rhq" inheritRefs="true" target="prepare-test"/>
     <ant dir="rhq" inheritRefs="true" target="test-jars"/>

Modified: projects/jboss-jca/trunk/rhq/build.xml
===================================================================
--- projects/jboss-jca/trunk/rhq/build.xml	2011-02-23 22:29:29 UTC (rev 110756)
+++ projects/jboss-jca/trunk/rhq/build.xml	2011-02-24 09:13:58 UTC (rev 110757)
@@ -205,7 +205,7 @@
 
     <javac srcdir="src/test"
            destdir="${build.rhq.dir}/test"
-           classpathref="rhq.lib.path.id"
+           classpathref="test.lib.path.id"
            debug="${javac.debug}"
            deprecation="${javac.deprecation}"
            optimize="${javac.optimize}">



More information about the jboss-cvs-commits mailing list