Skip to Content.
Sympa Menu

notify-dpml - r1059 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1059 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks
  • Date: Wed, 8 Feb 2006 17:30:09 +0100

Author: mcconnell
Date: 2006-02-08 17:30:08 +0100 (Wed, 08 Feb 2006)
New Revision: 1059

Modified:

trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/JUnitTestTask.java
Log:
housekeeping

Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/JUnitTestTask.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/JUnitTestTask.java
2006-02-08 16:11:46 UTC (rev 1058)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/JUnitTestTask.java
2006-02-08 16:30:08 UTC (rev 1059)
@@ -260,12 +260,6 @@
getBooleanProperty(
HALT_ON_FAILURE_KEY, HALT_ON_FAILURE_VALUE ) );

- String mx = getContext().getProperty( MX_KEY );
- if( null != mx )
- {
- junit.setMaxmemory( mx );
- }
-
final File reports = getContext().getTargetReportsTestDirectory();
mkDir( reports );

@@ -336,6 +330,11 @@
log( "Executing forked test with mode: '" + mode + "'." );
junit.setForkMode( mode );
}
+ String mx = getContext().getProperty( MX_KEY );
+ if( null != mx )
+ {
+ junit.setMaxmemory( mx );
+ }
}
else
{




  • r1059 - trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks, mcconnell at BerliOS, 02/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page