[jboss-cvs] JBossAS SVN: r69601 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 5 00:35:42 EST 2008


Author: ALRubinger
Date: 2008-02-05 00:35:42 -0500 (Tue, 05 Feb 2008)
New Revision: 69601

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Corrected log4j configuration locations

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-02-05 04:51:21 UTC (rev 69600)
+++ projects/ejb3/trunk/core/build-test.xml	2008-02-05 05:35:42 UTC (rev 69601)
@@ -79,7 +79,7 @@
   
   <!-- Externalized locations -->
   <property name="location.resources.main" value="${basedir}/src/main/resources"/>
-  <property name="location.resources.test" value="${basedir}/src/test/resourcesALR"/>
+  <property name="location.resources.test" value="${basedir}/src/test/resources"/>
   <property name="location.target" value="${basedir}/target"/>
   <property name="location.artifact.tests" value="${location.target}/jboss-ejb3-core-tests.jar" />
   <property name="location.dependencies" value="${location.target}/dependencies"/>
@@ -3948,7 +3948,7 @@
 
          <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
-         <sysproperty key="log4j.configuration" value="file:${basedir}/test/log4.xml"/>
+         <sysproperty key="log4j.configuration" value="file:${location.resources.test}/test/log4j.xml"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
@@ -4263,7 +4263,7 @@
 
          <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
-         <sysproperty key="log4j.configuration" value="file:${resources}/test/log4j.xml"/>
+         <sysproperty key="log4j.configuration" value="file:${location.resources.test}/test/log4j.xml"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
@@ -4364,7 +4364,7 @@
 
          <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
-         <sysproperty key="log4j.configuration" value="file:${resources}/test/log4j.xml"/>
+         <sysproperty key="log4j.configuration" value="file:${location.resources.test}/test/log4j.xml"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
@@ -4414,7 +4414,7 @@
 
          <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/>
          <sysproperty key="build.testlog" value="${build.testlog}"/>
-         <sysproperty key="log4j.configuration" value="file:${resources}/test/log4j.xml"/>
+         <sysproperty key="log4j.configuration" value="file:${location.resources.test}/test/log4j.xml"/>
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>




More information about the jboss-cvs-commits mailing list