Bug#543327: junit4 has dropped ant jar

2009-08-25 Thread Damien Raude-Morvan
Hi, I've prepared a fix in pkg-jav SVN repository. Can someone sponsor this for me ? Thanks, -- Damien Raude-Morvan - http://damien.raude-morvan.com/ signature.asc Description: This is a digitally signed message part.

Bug#543327: junit4 has dropped ant jar

2009-08-25 Thread Varun Hiremath
On Tue, 25 Aug, 2009 at 12:57:18PM +0200, Damien Raude-Morvan wrote: Hi, I've prepared a fix in pkg-jav SVN repository. Can someone sponsor this for me ? Done. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
Package: junit4 Version: 4.7-1 Severity: normal $ dpkg -c junit4_4.6-2_all.deb | grep ant drwxr-xr-x root/root 0 2009-06-22 23:48 ./usr/share/ant/ drwxr-xr-x root/root 0 2009-06-22 23:48 ./usr/share/ant/lib/ -rw-r--r-- root/root 8578 2009-06-22 23:48

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Damien Raude-Morvan
On Mon, 24 Aug 2009 11:56:17 +0300, Antti-Juhani Kaijanaho a...@debian.org wrote: Hi, $ dpkg -c junit4_4.6-2_all.deb | grep ant drwxr-xr-x root/root 0 2009-06-22 23:48 ./usr/share/ant/ drwxr-xr-x root/root 0 2009-06-22 23:48 ./usr/share/ant/lib/ -rw-r--r-- root/root 8578

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
On Mon, Aug 24, 2009 at 12:21:21PM +0200, Damien Raude-Morvan wrote: BTW, I think there was a classpath conflict between : /usr/share/ant/lib/junit4.jar (4.7) and /usr/share/ant/lib/junit.jar (3.8.7) Both provides junit.* classes. Are you sure having both of them auto-loaded by Ant is the

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Onkar Shinde
On Mon, Aug 24, 2009 at 4:18 PM, Antti-Juhani Kaijanahoantti-juh...@kaijanaho.fi wrote: On Mon, Aug 24, 2009 at 12:21:21PM +0200, Damien Raude-Morvan wrote: BTW, I think there was a classpath conflict between : /usr/share/ant/lib/junit4.jar (4.7) and /usr/share/ant/lib/junit.jar (3.8.7) Both

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
On Mon, Aug 24, 2009 at 05:34:10PM +0530, Onkar Shinde wrote: Please do not add the link again. If this ends up being the result, a NEWS.Debian entry would be appropriate, since I'm likely not the only one who was relying on the old behavior. OTOH, I wouldn't want to hardcode the junit path in

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Onkar Shinde
On Mon, Aug 24, 2009 at 5:36 PM, Antti-Juhani Kaijanahoantti-juh...@kaijanaho.fi wrote: On Mon, Aug 24, 2009 at 05:34:10PM +0530, Onkar Shinde wrote: Please do not add the link again. If this ends up being the result, a NEWS.Debian entry would be appropriate, since I'm likely not the only one

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
On Mon, Aug 24, 2009 at 05:46:07PM +0530, Onkar Shinde wrote: How about specify the relative path like ${lib.dir}/junit.jar so that lib.dir can be overridden by the package maintainer in the debian/rules. All the world's Debian, eh? -- Antti-Juhani Kaijanaho, Jyväskylä, Finland

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
On Mon, Aug 24, 2009 at 06:01:33PM +0530, Onkar Shinde wrote: All the world's Debian, eh? I believe we are talking in context of Debian. Since we were talking about the installation of junit4 and ant in Debian. And the 1st solution I provided (which you quoted here) can apply to any

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Onkar Shinde
On Mon, Aug 24, 2009 at 5:48 PM, Antti-Juhani Kaijanahoantti-juh...@kaijanaho.fi wrote: On Mon, Aug 24, 2009 at 05:46:07PM +0530, Onkar Shinde wrote: How about specify the relative path like ${lib.dir}/junit.jar so that lib.dir can be overridden by the package maintainer in the debian/rules.

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Damien Raude-Morvan
Hi all! I believe we are talking in context of Debian. Since we were talking about the installation of junit4 and ant in Debian. And the 1st solution I provided (which you quoted here) can apply to any package maintainer. Exactly. All the world's a Debian package. Except I'm just a user

Bug#543327: junit4 has dropped ant jar

2009-08-24 Thread Antti-Juhani Kaijanaho
On Mon, Aug 24, 2009 at 06:48:46PM +0200, Damien Raude-Morvan wrote: I think there is some misunderstanding here :) No misunderstanding, I think, just my small outrage at the assumption that I was packaging something written in Java :) Onkar suggests some structure like this in *your* project