Re: Transition from junit to junit4

2012-05-27 Thread Emmanuel Bourg
Le 20/05/2012 14:55, Onkar Shinde a écrit : I haven't received any response on this. Any thoughts? How would you do that for Maven based projects depending on JUnit 3, like several projects from Apache Commons? Do you plan to rewrite the POM on the fly? Emmanuel Bourg smime.p7s

Re: Transition from junit to junit4

2012-05-27 Thread Ludovic Claude
That's quite easy. If the package uses maven-debian-helper or maven-repo-helper, then you need to use the following rule in debian/maven.rules to use unconditionally Junit 4: junit junit jar s/.*/4.x/ * * Change the dependency from junit to junit4 in debian/control, and it should work! Ludovic

Re: Transition from junit to junit4

2012-05-27 Thread Onkar Shinde
On Mon, May 28, 2012 at 2:34 AM, Ludovic Claude ludovic.cla...@laposte.net wrote: That's quite easy. If the package uses maven-debian-helper or maven-repo-helper, then you need to use the following rule in debian/maven.rules to use unconditionally Junit 4: junit junit jar s/.*/4.x/ * *

Re: Transition from junit to junit4

2012-05-23 Thread Niels Thykier
On 2012-05-20 14:55, Onkar Shinde wrote: On Sun, May 6, 2012 at 6:55 PM, Onkar Shinde onkarshi...@gmail.com wrote: Hi all, We have considerable number of packages (close to 200) in archive which build depend on junit package (3.x version). Considering that this version has been unsupported

Re: Transition from junit to junit4

2012-05-23 Thread Arnaud Vandyck
Le 6/05/12 15:25, Onkar Shinde a écrit : Hi all, Hi, We have considerable number of packages (close to 200) in archive which build depend on junit package (3.x version). Is there a list published on some wiki to know who works on which package? Are there priority packages? I'd like to help

Re: Transition from junit to junit4

2012-05-20 Thread Onkar Shinde
On Sun, May 6, 2012 at 6:55 PM, Onkar Shinde onkarshi...@gmail.com wrote: Hi all, We have considerable number of packages (close to 200) in archive which build depend on junit package (3.x version). Considering that this version has been unsupported for long time by upstream authors, do you

Transition from junit to junit4

2012-05-06 Thread Onkar Shinde
Hi all, We have considerable number of packages (close to 200) in archive which build depend on junit package (3.x version). Considering that this version has been unsupported for long time by upstream authors, do you think it is time to transition packages to junit4 as and when possible? junit4