> -----Original Message-----
 > From: Philip Aston 
 > Sent: 25 September 2003 22:50
 > To: [EMAIL PROTECTED]
 > Subject: RE: JUnit task - forking only once for a batch
 > 
 >  > -----Original Message-----
 >  > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
 >  > Sent: 25 September 2003 09:38
 >  > To: [EMAIL PROTECTED]
 >  > Subject: Re: JUnit task - forking only once for a batch
 >  > 
 >  > On Tue, 23 Sep 2003, Philip Aston <[EMAIL PROTECTED]> wrote:
 >  > > and would they like <batchtest fork="single"/>
 >  > 
 >  > I'd like to see it, at least.
 >  > 
 >
 > OK, I'll cut a patch at the weekend.

Patch and new file attached for consideration. Example usage:

    <junit fork="true">
      <batchtest singleProcess="false">
        <formatter type="plain" usefile="false"/>

          <fileset dir="${test-src.dir}">
              <include name="**/*Tests.java"/>
          </fileset>
      </batchtest>
    </junit>


If its OK, I'm more than happy to update the docs.

Regards,

- Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to