You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/04/07 00:40:40 UTC

svn commit: r526305 - /incubator/openjpa/trunk/openjpa-integration/tck/pom.xml

Author: mprudhom
Date: Fri Apr  6 15:40:38 2007
New Revision: 526305

URL: http://svn.apache.org/viewvc?view=rev&rev=526305
Log:
Redirect TCK output to a openjpa-tck.log file.

Modified:
    incubator/openjpa/trunk/openjpa-integration/tck/pom.xml

Modified: incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/tck/pom.xml?view=diff&rev=526305&r1=526304&r2=526305
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Fri Apr  6 15:40:38 2007
@@ -176,7 +176,9 @@
                                 <java classname=
                                     "org.apache.tools.ant.launch.Launcher"
                                     fork="true" failonerror="true"
-                                    dir="${tck.dir}/src" timeout="7200000">
+                                    dir="${tck.dir}/src"
+                                    output="${tck.dir}/openjpa-tck.log"
+                                    timeout="7200000">
                                     <arg value="-emacs"/>
                                     <arg value="-buildfile"/>
                                     <arg value="@{buildfile}"/>