Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
On 7/29/13 9:53 PM, David Holmes wrote: > Hi Peter, > > On 30/07/2013 12:31 PM, Pete Brunet wrote: >> Looking through the corba section of the make debug log I don't see any >> errors other than two occurrences of this line: >> >> find: ‘/cy/cygdrive/c/Users/Pete/JDK8/jdk8/corba/src/share/classes

Re: Trouble with Testing

2013-07-29 Thread David Holmes
Hi Matthew, This is a change in the javac output related to lambda expressions that was recently pushed (and which ties in to a hotspot change IIRC). The tests need to be recompiled with latest JDK8 (or at least they need to be recompiled with a version comparable to the one you are testing).

Trouble with Testing

2013-07-29 Thread Matthew Butner
So I have been able to successfully build the Java 1.8 but the testing fails due to errors on the Lines.jtr test under jdk/test/java/io/BufferedReader. I haven't modified any of the source code since I pulled it. Since I haven't changed anything I would assume my problem is coming from my build, jt

Re: jdk8 first build attempt - failed

2013-07-29 Thread David Holmes
Hi Peter, On 30/07/2013 12:31 PM, Pete Brunet wrote: Looking through the corba section of the make debug log I don't see any errors other than two occurrences of this line: find: ‘/cy/cygdrive/c/Users/Pete/JDK8/jdk8/corba/src/share/classes’: No such file or directory Is that indicative of

Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
Looking through the corba section of the make debug log I don't see any errors other than two occurrences of this line: find: ‘/cy/cygdrive/c/Users/Pete/JDK8/jdk8/corba/src/share/classes’: No such file or directory Is that indicative of anything wrong? The prefix and suffix sure look strange

Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
Thanks Phil, No luck looking through the log so far but will keep looking. BTW, I grep'd for BindingListHolder in all the IDL files under jdk8 with no matches. Pete On 7/29/13 12:36 PM, Phil Race wrote: > On 7/29/2013 10:25 AM, Pete Brunet wrote: >> Thanks Phil, I found >> build\windows-x86-nor

Re: jdk8 first build attempt - failed

2013-07-29 Thread Phil Race
On 7/29/2013 10:25 AM, Pete Brunet wrote: Thanks Phil, I found build\windows-x86-normal-server-fastdebug\corba\gensrc and in that dir is one file _the_idls.d with one line IDLS_ARE_CREATED=yes Pete Hmm .. in my case that is there but there are also com & org directories with in all about 3Mb

Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
Thanks Phil, I found build\windows-x86-normal-server-fastdebug\corba\gensrc and in that dir is one file _the_idls.d with one line IDLS_ARE_CREATED=yes Pete On 7/29/13 12:22 PM, Phil Race wrote: > Its generated from the IDL file by the idl compiler. > Should be under build/macosx.../corba/gensrc/

Re: jdk8 first build attempt - failed

2013-07-29 Thread Phil Race
Its generated from the IDL file by the idl compiler. Should be under build/macosx.../corba/gensrc/ -phil. On 7/29/2013 8:01 AM, Pete Brunet wrote: I don't see BindingListHolder.java in the repo at hg.openjdk.java.net/jdk8/awt/corba/file/a013024b0747/src/share/classes/org/omg/CosNaming Is it su

Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
I don't see BindingListHolder.java in the repo at hg.openjdk.java.net/jdk8/awt/corba/file/a013024b0747/src/share/classes/org/omg/CosNaming Is it supposed to be there? Or is this line of code in error by using BindingListHolder? c:\Users\Pete\JDK8\jdk8\jdk\src\share\classes\com\sun\jndi\cosnaming\C

Re: jdk 8 skipping javadocs

2013-07-29 Thread Mike Duigou
On Jul 29 2013, at 07:09 , Pete Brunet wrote: > In the new JDK 8 build doc I see this sentence: > Creating the javadocs can be very slow, if you are running javadoc, > consider skipping that step. > but I don't see any switches documented that would skip creating javadocs. The docs target is not

jdk 8 skipping javadocs

2013-07-29 Thread Pete Brunet
In the new JDK 8 build doc I see this sentence: Creating the javadocs can be very slow, if you are running javadoc, consider skipping that step. but I don't see any switches documented that would skip creating javadocs.

Re: jdk8 first build attempt - failed

2013-07-29 Thread Pete Brunet
The first failure is error: cannot find symbol symbol: class BindingListHolder location: class CNBindingEnumeration Googling shows that BindingListHolder is in package org.omg.CosNaming. The class file is not in build\windows-x86-normal-server-fastdebug\corba\classes\org\omg\CosNaming and