You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Jean-Philippe Caruana (JIRA)" <ji...@apache.org> on 2011/03/17 15:56:29 UTC

[jira] Created: (BUILDR-576) upgrade to junit 4.8.2

upgrade to junit 4.8.2
----------------------

                 Key: BUILDR-576
                 URL: https://issues.apache.org/jira/browse/BUILDR-576
             Project: Buildr
          Issue Type: Improvement
          Components: Core features
    Affects Versions: 1.4.5
            Reporter: Jean-Philippe Caruana


the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now.
I would love to delete my "junit: 4.8.2" line in my build.yaml file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (BUILDR-576) upgrade to junit 4.8.2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060372#comment-13060372 ] 

Hudson commented on BUILDR-576:
-------------------------------

Integrated in Buildr-ci-build #235 (See [https://builds.apache.org/job/Buildr-ci-build/235/])
    

> upgrade to junit 4.8.2
> ----------------------
>
>                 Key: BUILDR-576
>                 URL: https://issues.apache.org/jira/browse/BUILDR-576
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.5
>            Reporter: Jean-Philippe Caruana
>             Fix For: 1.4.6
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now.
> I would love to delete my "junit: 4.8.2" line in my build.yaml file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (BUILDR-576) upgrade to junit 4.8.2

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-576.
-------------------------------


> upgrade to junit 4.8.2
> ----------------------
>
>                 Key: BUILDR-576
>                 URL: https://issues.apache.org/jira/browse/BUILDR-576
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.5
>            Reporter: Jean-Philippe Caruana
>             Fix For: 1.4.6
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now.
> I would love to delete my "junit: 4.8.2" line in my build.yaml file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (BUILDR-576) upgrade to junit 4.8.2

Posted by "Jean-Philippe Caruana (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Philippe Caruana updated BUILDR-576:
-----------------------------------------

    Fix Version/s: 1.4.6

> upgrade to junit 4.8.2
> ----------------------
>
>                 Key: BUILDR-576
>                 URL: https://issues.apache.org/jira/browse/BUILDR-576
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.5
>            Reporter: Jean-Philippe Caruana
>             Fix For: 1.4.6
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now.
> I would love to delete my "junit: 4.8.2" line in my build.yaml file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (BUILDR-576) upgrade to junit 4.8.2

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-576.
----------------------------------

    Resolution: Fixed

Fixed.


boisvert@smudge:~/git/buildr$ git commit -m "BUILDR-576 Upgrade to JUnit 4.8.2" .
[trunk d7c1bd3] BUILDR-576 Upgrade to JUnit 4.8.2
 2 files changed, 7 insertions(+), 6 deletions(-)
boisvert@smudge:~/git/buildr$ git svn dcommit
Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
	M	CHANGELOG
	M	lib/buildr/java/tests.rb
Committed r1082590


> upgrade to junit 4.8.2
> ----------------------
>
>                 Key: BUILDR-576
>                 URL: https://issues.apache.org/jira/browse/BUILDR-576
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.5
>            Reporter: Jean-Philippe Caruana
>             Fix For: 1.4.6
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> the junit default version in buildr is still 4.7. This version is bogus (it plays the @Rules after the @Before methods where you might want to use your defined rules). The very last version (4.8.2) works very fine : we've used it every day on our project for months now.
> I would love to delete my "junit: 4.8.2" line in my build.yaml file. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira