You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2010/02/05 16:01:31 UTC

Re: svn commit: r906782 - in /ant/core/branches/run-single-test-method: docs/manual/OptionalTasks/ lib/optional/ src/main/org/apache/tools/ant/taskdefs/optional/junit/ src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/

On 2010-02-05, <jg...@apache.org> wrote:

> Attempting to forward-port patch made against 1.7.1.

>>    <td valign="top">rerunfailed</td>
>>    <td valign="top">Run only those test methods that failed during the previous
>>      execution. <em>Since Ant 1.7.1</em>
>>      <p>Results of the previous execution are taken from XML report files
>>      generated by the XML <a href="#formatter">formatter</a>.<br />
>>      The report files are searched for in the target directory for reports,
>>      i.e. in the directory specified by the <code>todir</code> attribute.</p>
>>      </td>
>>    <td align="center" valign="top">No; default is <code>off</code>.</td>
>>  </tr>
>>  <tr>

This part has been covered - in a totally different way - by the failure
recorder in 1.8.0.  I'm not convinced of either approach 8-)

>>>> ant/core/branches/run-single-test-method/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter.java Fri Feb  5 02:51:40 2010
> @@ -0,0 +1,250 @@
>> /*
>> * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
>> *
>> * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
>> *
>> * The contents of this file are subject to the terms of either the GNU
>> * General Public License Version 2 only ("GPL") or the Common
>> * Development and Distribution License("CDDL") (collectively, the
>> * "License"). You may not use this file except in compliance with the
>> * License.

You better get that re-licensed or we won't be able to use it.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r906782 - in /ant/core/branches/run-single-test-method: docs/manual/OptionalTasks/ lib/optional/ src/main/org/apache/tools/ant/taskdefs/optional/junit/ src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/

Posted by Jesse Glick <je...@sun.com>.
Stefan Bodewig wrote:
>>>    <td valign="top">rerunfailed</td>
> 
> This part has been covered - in a totally different way - by the failure
> recorder in 1.8.0.

I'll check if this is is actually needed by anything; may be possible to delete.

> You better get that re-licensed or we won't be able to use it.

Probably an oversight.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org