[jboss-svn-commits] JBL Code SVN: r29934 - 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
Tue Nov 3 13:31:53 EST 2009


Author: tcunning
Date: 2009-11-03 13:31:52 -0500 (Tue, 03 Nov 2009)
New Revision: 29934

Modified:
   labs/jbossesb/workspace/tcunning/juddiintegration/qa/base-cp.xml
   labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml
Log:
Add paths for AOP juddi-client aspects.


Modified: labs/jbossesb/workspace/tcunning/juddiintegration/qa/base-cp.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/juddiintegration/qa/base-cp.xml	2009-11-03 18:26:22 UTC (rev 29933)
+++ labs/jbossesb/workspace/tcunning/juddiintegration/qa/base-cp.xml	2009-11-03 18:31:52 UTC (rev 29934)
@@ -148,19 +148,23 @@
             <!-- fileset dir="${org.jboss.esb.server.home}/client" includes="jaxws-rt.jar jaxws-tools.jar"/-->
             <fileset dir="${org.jboss.esb.server.home}/client" includes="jbossall-client.jar"/>
 
+
+	    <!-- includes for aop -->
+	    <fileset dir="${org.jboss.esb.server.home/client" includes="jboss-aop-*.jar"/>
+
             <!-- common lib jars -->
             <fileset dir="${org.jboss.esb.server.common.lib}" includes="bsh.jar"/>
             <fileset dir="${org.jboss.esb.server.common.lib}" includes="commons-collections.jar"/>
             <fileset dir="${org.jboss.esb.server.common.lib}" includes="jboss-jaxws.jar jboss-saaj.jar jbossws-common.jar jbossws-spi.jar"/>
             <fileset dir="${org.jboss.esb.server.common.lib}" includes="jbossws-common.jar jbossws-framework.jar jbossws-native-jaxrpc.jar jbossws-native-saaj.jar jbossws-spi.jar"/>
 
-			<fileset dir="${product.dir}/../testlib" >
+	    <fileset dir="${product.dir}/../testlib" >
                 <include name="emma*.jar" />
                 <include name="commons-httpclient-*.jar" />
             </fileset>
             <fileset dir="${qa.lib}/ext" includes="*.jar" />
             <pathelement location="${pwd}" />
-
+		
         </path>
 	</target>
 </project>

Modified: labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml	2009-11-03 18:26:22 UTC (rev 29933)
+++ labs/jbossesb/workspace/tcunning/juddiintegration/qa/junit/build.xml	2009-11-03 18:31:52 UTC (rev 29934)
@@ -199,7 +199,7 @@
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
 		 <sysproperty key="javax.xml.registry.ConnectionFactoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
-      	
+      
          <sysproperty key="org.jboss.esb.test.ftp.hostname" value="${org.jboss.esb.test.ftp.hostname}"/>
          <sysproperty key="org.jboss.esb.test.ftp.user" value="${org.jboss.esb.test.ftp.user}"/>
          <sysproperty key="org.jboss.esb.test.ftp.pwd" value="${org.jboss.esb.test.ftp.pwd}"/>
@@ -269,14 +269,15 @@
          </batchtest>
 
          <classpath>
-	    <fileset dir="${product.build}/lib/" includes="hibernate*.jar, ejb3-persistence.jar, juddi-client*.jar"/>
+	    <fileset dir="${product.build}/lib/" includes="hibernate*.jar, ejb3-persistence.jar"/>
             <pathelement location="${qa.junit.classes}"/>
             <path refid="base.cp"/>
             <pathelement location="${qa.junit.src}"/>
-         	<pathelement location="${qa.junit.resources}/server"/>
+            <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"/>
          <sysproperty key="org.jboss.esb.jmsimpl" value="${org.jboss.soa.esb.qa.jmsprovider}"/>
       	 <sysproperty key="jbosstest.deploy.dir" value="${qa.build.lib}"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>



More information about the jboss-svn-commits mailing list