[jboss-svn-commits] JBL Code SVN: r13449 - labs/jbossesb/trunk/product/services.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jul 13 13:22:57 EDT 2007
Author: tcunning
Date: 2007-07-13 13:22:57 -0400 (Fri, 13 Jul 2007)
New Revision: 13449
Modified:
labs/jbossesb/trunk/product/services/base-project-build.xml
Log:
bug:JBESB-563
Add required JARs (slf4j) for the BaseTest class.
Modified: labs/jbossesb/trunk/product/services/base-project-build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/base-project-build.xml 2007-07-13 17:22:31 UTC (rev 13448)
+++ labs/jbossesb/trunk/product/services/base-project-build.xml 2007-07-13 17:22:57 UTC (rev 13449)
@@ -11,7 +11,7 @@
-->
<dirname property="services.dir" file="${ant.file.base-build}"/>
-
+ <property name="esb.root.dir" location="../.."/>
<target name="clean">
<delete dir="build" />
</target>
@@ -109,6 +109,9 @@
</fileset>
</batchtest>
<classpath>
+ <pathelement location="${esb.root.dir}/ftp/lib/slf4j-log4j12-1.3.0.jar"/>
+ <pathelement location="${esb.root.dir}/ftp/lib/slf4j-api-1.3.0.jar"/>
+ <pathelement location="${esb.root.dir}/build/jbossesb/lib/test-util.jar"/>
<!-- log4j location -->
<pathelement location="test/resources"/>
<!-- using instrumented code for code coverage -->
More information about the jboss-svn-commits
mailing list