Re: Heads up, new jaxp source drop

2011-05-19 Thread Dr Andrew John Hughes
On 17:53 Thu 19 May , Kelly O'Hair wrote: > Heads up. The jdk7/tl forest has a new jaxp source drop dependency. > > 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop > http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/bdf77cbd9958 > > The new source drop bundle is called: > ja

Heads up, new jaxp source drop

2011-05-19 Thread Kelly O'Hair
Heads up. The jdk7/tl forest has a new jaxp source drop dependency. 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/bdf77cbd9958 The new source drop bundle is called: jaxp145_01.zip So if you have your own ALT_DROPS_DIR cache, y

hg: jdk7/tl/jaxp: 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop

2011-05-19 Thread kelly . ohair
Changeset: bdf77cbd9958 Author:ohair Date: 2011-05-19 08:38 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/bdf77cbd9958 7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop Reviewed-by: joehw ! jaxp.properties

Re: Building nio libraries

2011-05-19 Thread David Holmes
Alan Bateman said the following on 05/19/11 18:04: David Holmes wrote: Can someone tell me what I need to define to be able to build just the nio libraries? I want to do: make -C make/java/nio to get libnio.so built. My initial attempt is failing trying to find btjars/spp.jar which is ex

Re: Building nio libraries

2011-05-19 Thread David Holmes
Sean Chou said the following on 05/19/11 17:45: This is my practice. First, you need a complete build for jdk7. Then, use junction to create a link from jdk7/jdk/build/windowsXXX to jdk7/build/windowsXXX (this is the topmost build). go to make/java/nio and make ALT_BOOTDIR=jdk7/jdk/b

Re: Building nio libraries

2011-05-19 Thread Alan Bateman
David Holmes wrote: Can someone tell me what I need to define to be able to build just the nio libraries? I want to do: make -C make/java/nio to get libnio.so built. My initial attempt is failing trying to find btjars/spp.jar which is expected to be in the output directory. Is there some

Re: Building nio libraries

2011-05-19 Thread Sean Chou
Hi, This is my practice. First, you need a complete build for jdk7. Then, use junction to create a link from jdk7/jdk/build/windowsXXX to jdk7/build/windowsXXX (this is the topmost build). go to make/java/nio and make ALT_BOOTDIR=jdk7/jdk/build/windowsXXX/j2sdk-image/ ALT_JDK_IMPORT_PA