RFS: junit4 4.10-2 (updated jar manifest)

2012-05-27 Thread Jakub Adam
Dear java packagers, I am looking for a sponsor for package junit4. * Package name: junit4 Version : 4.10-2 Upstream Author : Kent Beck k...@threeriversinstitute.org and others * URL : http://www.junit.org/ * License : IBM CPL-1.0 Section :

Eclipse 3.8.0 RC2 for Debian experimental

2012-05-27 Thread Jakub Adam
Hi Niels, here are the last steps needed to make Eclipse 3.8 compile: 1. junit4[1] jar manifest must be updated, I issued separate RFS for this upload. 2. I prepared swt-gtk 3.8 RC2 for upload[4]. BTW I noticed that you didn't include this commit[2] into master-3.8 branch. Is this

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: FYI: Java cli option parsing in Debian

2012-05-27 Thread Emmanuel Bourg
Le 18/05/2012 09:29, Thomas Koch a écrit : rule outs: - libcommons-cli-java - I don't like Apache Commons stuff Hey why that ? :) If there is something wrong let me know, I might be able to help. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

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/ * *