GSoC project "OpenJDK and Debian" accepted

2013-05-27 Thread Andreas Kuckartz
The GSoC proposal "OpenJDK and Debian" was accepted: https://www.google-melange.com/gsoc/project/google/gsoc2013/shuxiong/29001 More details: http://wiki.debian.org/SummerOfCode2013/StudentApplications/ShuxiongYe Congratulations to the student, the mentor and Debian! Cheers, Andreas -- To UNS

Re: java.library.path should include /usr/local/lib

2013-05-27 Thread Damien Raude-Morvan
Hi Thomas, 2013/5/27 Thomas Koch > apparently, the search path for native libraries in OpenJDK on Debian > (system property java.library.path) does not include /usr/local/lib. I > think it should. > > Starting my java app with LD_LIBRARY_PATH=/usr/local/lib "solved" the > problem. > Should I fil

Re: RFS: maven-antrun-plugin/1.7-1 - [UPLOADED]

2013-05-27 Thread tony mancill
On 05/24/2013 09:19 AM, Emmanuel Bourg wrote: > http://mentors.debian.net/package/maven-antrun-plugin Uploaded to unstable. Cheers, tony signature.asc Description: OpenPGP digital signature

Re: Debianizing the Java world?

2013-05-27 Thread Daniel Pocock
On 15/05/13 08:31, Thomas Koch wrote: > On Tuesday, May 14, 2013 10:18:47 PM Daniel Pocock wrote: >> On 12/05/13 21:11, Bernd Zeimetz wrote: >>> On 05/11/2013 10:12 AM, Daniel Pocock wrote: On 11/05/13 04:35, Paul Wise wrote: > I think you want to discuss this on the debian-java list inste

java.library.path should include /usr/local/lib

2013-05-27 Thread Thomas Koch
Hi, apparently, the search path for native libraries in OpenJDK on Debian (system property java.library.path) does not include /usr/local/lib. I think it should. Starting my java app with LD_LIBRARY_PATH=/usr/local/lib "solved" the problem. Should I fill a bug against openjdk? Regards, Thomas