Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2331 - development/main/magic/core/src/main/net/dpml/magic/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2331 - development/main/magic/core/src/main/net/dpml/magic/tasks
  • Date: Wed, 20 Apr 2005 16:06:09 -0400

Author: niclas AT hedhman.org
Date: Wed Apr 20 16:06:08 2005
New Revision: 2331

Modified:

development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
Log:
Explicit fork mode just to make sure.

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
Wed Apr 20 16:06:08 2005
@@ -393,6 +393,9 @@
else
{
log( "executing in local jvm" );
+ JUnitTask.ForkMode mode = new JUnitTask.ForkMode( "once" );
+ junit.setForkMode( mode );
+ junit.setFork( false );
}
junit.execute();
}



  • svn commit: r2331 - development/main/magic/core/src/main/net/dpml/magic/tasks, niclas, 04/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page