[jboss-svn-commits] JBL Code SVN: r30061 - in labs/jbossesb/workspace/tcunning/juddiintegration/qa: junit and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 6 10:48:35 EST 2009


Author: tcunning
Date: 2009-11-06 10:48:34 -0500 (Fri, 06 Nov 2009)
New Revision: 30061

Modified:
   labs/jbossesb/workspace/tcunning/juddiintegration/qa/build.xml
   labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml
Log:
Put rosetta.aop on the path.


Modified: labs/jbossesb/workspace/tcunning/juddiintegration/qa/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/juddiintegration/qa/build.xml	2009-11-06 14:47:21 UTC (rev 30060)
+++ labs/jbossesb/workspace/tcunning/juddiintegration/qa/build.xml	2009-11-06 15:48:34 UTC (rev 30061)
@@ -110,8 +110,12 @@
     </target>
 
     <target name="ci-test.junit" depends="esb.init" description="Run JUnit based QA tests.">
-		<ant dir="junit" target="ci-test" />
-		<ant dir="quickstarts" target="ci-test" />
+		<ant dir="junit" target="ci-test">
+		  <property name="org.jboss.esb.server.home" value="${org.jboss.esb.server.home}"/>
+		</ant>
+		<ant dir="quickstarts" target="ci-test">
+		  <property name="org.jboss.esb.server.home" value="${org.jboss.esb.server.home}"/>
+		</ant>
 	</target>
 
 	<target name="clean" description="Clean the QA env">

Modified: labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml	2009-11-06 14:47:21 UTC (rev 30060)
+++ labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml	2009-11-06 15:48:34 UTC (rev 30061)
@@ -273,8 +273,8 @@
             <pathelement location="${qa.junit.classes}"/>
             <path refid="base.cp"/>
             <pathelement location="${qa.junit.src}"/>
+	    <fileset dir="${org.jboss.esb.server.home}/server/default/deploy/jbossesb.sar" includes="rosetta.aop"/>
             <pathelement location="${qa.junit.resources}/server"/>
-	    <pathelement location="${product.build}/classes/rosetta-aop"/>
          </classpath>
          <jvmarg value="-Xmx${qa.junit.memory}"/>
 	 <sysproperty key="jboss.aop.path" value="${product.dir}/rosetta/aop/resources/META-INF/jboss-aop.xml"/>



More information about the jboss-svn-commits mailing list