Re: --enable-sjavac not enabled in tl repo yet?

2013-01-18 Thread Weijun Wang
On 01/18/2013 02:58 PM, Fredrik Öhrström wrote: 18 jan 2013 kl. 03:07 skrev Weijun Wang: Just tried on a latest jdk8/tl clone and The makefile listed source /space/repos/jdk8/tl/build/linux-x86_64-sjavac/langtools/gensrc/com/sun/tools/doclint/resources/doclint.java was not calculated by

Re: --enable-sjavac not enabled in tl repo yet?

2013-01-18 Thread Fredrik Öhrström
2013/1/18 Weijun Wang weijun.w...@oracle.com: I just find something interesting. /space on my machine is a symlink to /home/more/space. If I cd to /home/more/space/repos/jdk8/tl/build/linux-x86_64-sjavac and configure/make there, everything is fine. Ah, then sjavac is probably doing canonical

Re: Review Request: 8004151: build-infra: Generating X11 wrapper offset file is not cross compilable (AWT folks look here!)

2013-01-18 Thread Erik Joelsson
Here is a new webrev with my sorts incorporated. This has been baking for quite a while in build-infra now and seems to be working. http://cr.openjdk.java.net/~erikj/8004151/webrev.jdk.04/ /Erik On 2012-12-07 11:05, Erik Joelsson wrote: (resending to full recepients list) I just hit another

jdk8 - no docs directory

2013-01-18 Thread Pete Brunet
Hi, I built jdk8 last night and left NO_DOCS=true off but I have no docs directory. What do I need to do? Here are the highlights of what did: - install the import bundle from http://jre.us.oracle.com/java/re/jdk/8.0/promoted/latest/bundles/windows-i586/jdk-8-ea-windows-i586.tar.gz - set

Review Request: 8006567: jre/lib/applet missing from Mac JDK installation

2013-01-18 Thread Erik Joelsson
When copying the j2*-image dirs to j2*-bundle, empty directories weren't included. This caused jre/lib/applet to be missing. This patch makes sure empty directories are also copied over. http://cr.openjdk.java.net/~erikj/8006567/webrev.jdk.01/ /Erik

Re: Review Request: 8003693: build-infra: bridgeBuild should allow for partial build (no hotspot)

2013-01-18 Thread Tim Bell
Erik: Making it possible to use --with-import-hotspot through bridgeBuild and jprt. Also converted check for open only to use same wildcard construction as the new HOTSPOT_AVAILABLE to avoid unneeded shell expressions. http://cr.openjdk.java.net/~erikj/8003693/webrev.root.01/ Looks good-

Review Request: 8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built.

2013-01-18 Thread Erik Joelsson
Small patch to fix a minor difference between new and old build. In jvm.cfg, alias -server to -client when no server jvm is built. http://cr.openjdk.java.net/~erikj/8006579/webrev.jdk.01/ /Erik

Review Request: 8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip

2013-01-18 Thread Erik Joelsson
Cleanup after JDK-8005096, which accidentally added /javax/swing/SwingBeanInfoBase.java to src.zip for build-infra but not for old build. http://cr.openjdk.java.net/~erikj/8006583/webrev.jdk.01/ /Erik

Re: Review Request: 8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built.

2013-01-18 Thread Tim Bell
Erik: Small patch to fix a minor difference between new and old build. In jvm.cfg, alias -server to -client when no server jvm is built. http://cr.openjdk.java.net/~erikj/8006579/webrev.jdk.01/ Looks good. Tim

unexpected hg status report

2013-01-18 Thread Pete Brunet
I just ran hg status on a newly cloned jdk8 jdk directory and everything is listed as modified. I don't know if I did something wrong or something else is broken. Here's what I did: - install the import bundle from

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
I diffed one of the files: old mode 100644 new mode 100755 While I've occasionally run into mode differences before on files I've changed I haven't seen this problem on every file. I'm running cygwig on Win 7. Pete On 1/18/13 11:23 AM, Pete Brunet wrote: I just ran hg status on a newly cloned

Re: Review Request: 8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip

2013-01-18 Thread Tim Bell
Hi Erik- Cleanup after JDK-8005096, which accidentally added /javax/swing/SwingBeanInfoBase.java to src.zip for build-infra but not for old build. http://cr.openjdk.java.net/~erikj/8006583/webrev.jdk.01/ Looks good. Tim

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
This is probably not the right workaround but it worked for me: cd ... // one level above awt chmod -R 644 awt cd .../jdk hg status // two files found, an exe and a bat chmod 755 src/share/sample/scripting/scriptpad/src/scripts/memory.bat chmod 755 test/sun/management/windows/revokeall.exe Now hg

Re: unexpected hg status report

2013-01-18 Thread Tim Bell
There have been other reports of similar file permission problems when command line access via Cygwin is mixed with creating directories or doing other operations via the Windows GUI (explorer?). I don't have a reference handy, but some searching should be able to uncover the email threads in

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
Hi Tim, I did the whole process from the cygwin command line, as I normally do. I just mentioned Explorer as a way to look through directories since I 644'd everything as a workaround and so was getting access denied messages when cding to 644'd directories. This issue of hg status reporting

Re: unexpected hg status report

2013-01-18 Thread Pete Brunet
This issue may have been due to using hg clone from the dos prompt instead of the cygwin prompt. I cloned again from the cygwin prompt and now hg status doesn't indicate any modified files. -Pete On 1/18/13 1:42 PM, Pete Brunet wrote: Hi Tim, I did the whole process from the cygwin command