[jboss-cvs] JBossAS SVN: r77615 - in trunk/testsuite: src/resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 28 13:21:08 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-28 13:21:08 -0400 (Thu, 28 Aug 2008)
New Revision: 77615

Modified:
   trunk/testsuite/build.xml
   trunk/testsuite/src/resources/log4j.xml
Log:
JBAS-5866, re-enable output/log/test.log

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-08-28 17:19:59 UTC (rev 77614)
+++ trunk/testsuite/build.xml	2008-08-28 17:21:08 UTC (rev 77615)
@@ -261,7 +261,8 @@
    <property name="build.resources" value="${module.output}/resources"/>
    <property name="build.stylesheets" value="${module.output}/stylesheets"/>
    <property name="build.reports" value="${module.output}/reports"/>
-   <property name="build.testlog" value="${java.io.tmpdir}"/>
+   <!--<property name="build.testlog" value="${java.io.tmpdir}"/>-->
+   <property name="build.testlog" value="${module.output}/log"/>
    <property name="build.gen-src" value="${module.output}/gen-src/"/>
 
    <!-- Install/Release structure -->

Modified: trunk/testsuite/src/resources/log4j.xml
===================================================================
--- trunk/testsuite/src/resources/log4j.xml	2008-08-28 17:19:59 UTC (rev 77614)
+++ trunk/testsuite/src/resources/log4j.xml	2008-08-28 17:21:08 UTC (rev 77615)
@@ -22,7 +22,7 @@
 
   <!-- A time/date based rolling appender -->
   <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
-    <param name="File" value="${java.io.tmpdir}/test.log"/>
+    <param name="File" value="${build.testlog}/test.log"/>
     <param name="Append" value="true"/>
 
     <!-- Rollover at midnight each day -->




More information about the jboss-cvs-commits mailing list