Re: Library handling in squeeze + 1

2010-08-17 Thread tony mancill
On 08/12/2010 02:46 AM, Jan-Pascal van Best wrote: > On Thu, August 12, 2010 11:26, Niels Thykier wrote: >> The reason is that if the library is in /usr/share/java it would be >> considered a public library (just as C libraries in /usr/lib) and >> therefore it would need to be in a library package

Re: Bug #592218 : RFP: maven3 -- Java software project management and comprehension tool

2010-08-17 Thread Torsten Werner
Hi, On Tue, Aug 17, 2010 at 10:58 PM, Damien Raude-Morvan wrote: > Maven 3.x is still in beta stage [1] and Debian Squeeze 6.0 is now frozen so > it may not be a high priority package. > > If someone have enough time to package this (ie. based on maven2 package + all > new runtime dependencies),

Bug #592218 : RFP: maven3 -- Java software project management and comprehension tool

2010-08-17 Thread Damien Raude-Morvan
Hi Matthias, Maven 3.x is still in beta stage [1] and Debian Squeeze 6.0 is now frozen so it may not be a high priority package. If someone have enough time to package this (ie. based on maven2 package + all new runtime dependencies), maybe we can upload it to experimental archive. [1] http://

Re: GlassFish v3

2010-08-17 Thread Tim Stoop
Hi Ludovic, 2010/8/9 Ludovic Claude : > Glassfish 3 is a huge beast. I'd like to have it packaged, but it will take > some time. I should tackle Apache Felix which is required by Glassfish, but > this month and the next will be quite busy for me. Thanks for looking into it! Really appreciated. In

Re: binfmt-misc and freebsd (Was: Re: jar fails to execute natively)

2010-08-17 Thread Matthew Johnson
On Tue Aug 17 15:08, Will Morton wrote: > On 17 August 2010 14:49, Matthew Johnson wrote: > > On Tue Aug 17 15:45, Torsten Werner wrote: > >> don't forget, that binfmt does not work for kfreebsd at all. I think > >> we shouldn't rely on working binfmt in our packages. > > > > Oh, that's a damn goo

Re: binfmt-misc and freebsd (Was: Re: jar fails to execute natively)

2010-08-17 Thread Will Morton
On 17 August 2010 14:49, Matthew Johnson wrote: > On Tue Aug 17 15:45, Torsten Werner wrote: >> don't forget, that binfmt does not work for kfreebsd at all. I think >> we shouldn't rely on working binfmt in our packages. > > Oh, that's a damn good point. Shame noone noticed it at Debconf. We'll >

Re: binfmt-misc and freebsd (Was: Re: jar fails to execute natively)

2010-08-17 Thread Torsten Werner
On Tue, Aug 17, 2010 at 3:49 PM, Matthew Johnson wrote: > I take it it's nothing that can be fixed in fbsd easily? You are asking the wrong list. :) But I guess that it can't be fixed easily. Cheers, Torsten -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "u

binfmt-misc and freebsd (Was: Re: jar fails to execute natively)

2010-08-17 Thread Matthew Johnson
On Tue Aug 17 15:45, Torsten Werner wrote: > Hi, > > On Tue, Aug 17, 2010 at 10:33 AM, Will Morton wrote: > > Hadn't consciously touched anything in binfmts, but I have been > > messing around with this packaging stuff so I might have done > > something indirectly.  Anyway that worked, thanks. >

Re: jar fails to execute natively

2010-08-17 Thread Torsten Werner
Hi, On Tue, Aug 17, 2010 at 10:33 AM, Will Morton wrote: > Hadn't consciously touched anything in binfmts, but I have been > messing around with this packaging stuff so I might have done > something indirectly.  Anyway that worked, thanks. don't forget, that binfmt does not work for kfreebsd at

[Thank you] Thanks for OpenJava!

2010-08-17 Thread Wintch
Thanks for mantaining Java on debian people! I am using 64bit squeeze with JDK/JRE and the performance its unbelivable, really great work! -- This is message was sent to you from http://thanks.debian.net -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubsc

Re: jar fails to execute natively

2010-08-17 Thread Will Morton
On 17 August 2010 08:16, Matthew Johnson wrote: > > Well, that's your problem, it's disabled. Have you done anything to binfmts > that might have changed that? > > Try running as root: update-binfmts --enable jarwrapper > Hadn't consciously touched anything in binfmts, but I have been messing aro

Re: jar fails to execute natively

2010-08-17 Thread Matthew Johnson
On Tue Aug 17 00:29, Will Morton wrote: > > /usr/sbin/update-binfmts --display > jarwrapper (disabled): > package = > type = magic > offset = 0 >magic = PK\x03\x04 > mask = > interpreter = /usr/bin/jarwrapper > detector = /usr/bin/jardetector Well, that's y