Re: A More FHS-Compliant JDK Install

2011-01-04 Thread Dr Andrew John Hughes
On 11:48 Tue 04 Jan , Andrew Haley wrote: > On 01/03/2011 03:09 AM, Lussier, Denis wrote: > > I too like the idea that the version of OpenJDK that comes pre-built with > > your Linux distro is pre-installed and just works. But... I wonder how/if > > the Linux Distro's will configure simultaneo

Re: Need Reviewer: binary_file_verification

2011-01-04 Thread Kelly O'Hair
The scan of all the binary files in Release.gmk should check all the exe and dll's in the jdk and jre images. Do effectively, all the files should be checked twice. But if missed when it was built or copied in, the Release.gmk check should catch it. -kto On Jan 4, 2011, at 2:14 PM, Mike Duig

Re: Need Reviewer: binary_file_verification

2011-01-04 Thread Mike Duigou
Looks like a good addition to me. Is there a way to ensure that binary file verification is exhaustively applied? ie. that every DLL or .so in a distribution has been checked? Mike On Jan 4 2011, at 12:00 , [email protected] wrote: > Send build-dev mailing list submissions to

Re: A More FHS-Compliant JDK Install

2011-01-04 Thread Andrew Haley
On 01/03/2011 03:09 AM, Lussier, Denis wrote: I too like the idea that the version of OpenJDK that comes pre-built with your Linux distro is pre-installed and just works. But... I wonder how/if the Linux Distro's will configure simultaneously with JDK6& JDK7 when they are both mainstream. Hop