You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2008/02/01 23:02:12 UTC

svn commit: r617671 - /turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml

Author: sgoeschl
Date: Fri Feb  1 14:02:10 2008
New Revision: 617671

URL: http://svn.apache.org/viewvc?rev=617671&view=rev
Log:
Writing the JAMon to ./target instead on./temp

Modified:
    turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml

Modified: turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml?rev=617671&r1=617670&r2=617671&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml (original)
+++ turbine/fulcrum/trunk/yaafi/src/test/TestComponentConfig.xml Fri Feb  1 14:02:10 2008
@@ -83,7 +83,7 @@
     <isEnabled>true</isEnabled>
     <performanceMonitorClassName>org.apache.fulcrum.yaafi.interceptor.jamon.Jamon1PerformanceMonitorImpl</performanceMonitorClassName>
     <reportTimeout>60000</reportTimeout>
-    <reportFile>./temp/jamon.html</reportFile>
+    <reportFile>./target/jamon.html</reportFile>
     <reportOnExit>true</reportOnExit>
     <services>
       <service name="*"/>