You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/10/19 21:03:26 UTC

svn commit: r465730 - /incubator/roller/trunk/custom/custom-ant.xmlf

Author: snoopdave
Date: Thu Oct 19 12:03:25 2006
New Revision: 465730

URL: http://svn.apache.org/viewvc?view=rev&rev=465730
Log:
Fix debug-single test targets to use same config as JUnit targets

Modified:
    incubator/roller/trunk/custom/custom-ant.xmlf

Modified: incubator/roller/trunk/custom/custom-ant.xmlf
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/custom/custom-ant.xmlf?view=diff&rev=465730&r1=465729&r2=465730
==============================================================================
--- incubator/roller/trunk/custom/custom-ant.xmlf (original)
+++ incubator/roller/trunk/custom/custom-ant.xmlf Thu Oct 19 12:03:25 2006
@@ -18,6 +18,9 @@
       <jvmarg value="-Xnoagent"/>
       <jvmarg value="-Djava.compiler=none"/>
       <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
+      <jvmarg value="-Dcatalina.base=${build.tests}"/> 
+      <jvmarg value="-Dro.build=${ro.build}"/>
+      <jvmarg value="-Droller.custom.config=${build.tests}/roller-custom.properties"/>
       <classpath>
           <path refid="tests.run.path"/>
       </classpath>
@@ -43,6 +46,9 @@
       <jvmarg value="-Xnoagent"/>
       <jvmarg value="-Djava.compiler=none"/>
       <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
+      <jvmarg value="-Dcatalina.base=${build.tests}"/> 
+      <jvmarg value="-Dro.build=${ro.build}"/>
+      <jvmarg value="-Droller.custom.config=${build.tests}/roller-custom.properties"/>
       <classpath>
           <path refid="tests.run.path"/>
       </classpath>