Re: hg mail notification

2007-11-29 Thread Mark Reinhold
> Date: Thu, 29 Nov 2007 11:45:37 -0800 > From: [EMAIL PROTECTED] > The email notification of hg pushes have the following in the subject line > jdk7/path1/path2 > > TeamWare set this in the "Code Manager notification " , and I could > set up the mail client filters to appropriately deal with

jdk7/jdk7/jaxws: 2 new changesets

2007-11-29 Thread rama . pulavarthi
Changeset: ad67802d5c35 Author:ramap Date: 2007-11-29 15:18 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/ad67802d5c35 Mercurial Repo Trial 1 + README.example Changeset: 0f0a74ba74fa Author:ramap Date: 2007-11-29 15:50 -0800 URL: http://hg.openjdk.java.n

jdk7/jaxws/jaxws: Mercurial Repo Trial 1

2007-11-29 Thread rama . pulavarthi
Changeset: ad67802d5c35 Author:ramap Date: 2007-11-29 15:18 -0800 URL: http://hg.openjdk.java.net/jdk7/jaxws/jaxws/rev/ad67802d5c35 Mercurial Repo Trial 1 + README.example

jdk7/jsn/jdk: 2 new changesets

2007-11-29 Thread yu-ching . peng
Changeset: 57ad67ba0e34 Author:valeriep Date: 2007-11-29 14:27 -0800 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/57ad67ba0e34 Fixed 999: updated exception message ! src/share/classes/sun/security/pkcs11/SunPKCS11.java Changeset: e697861313ea Author:valeriep Date:

jdk7/build/langtools: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: 4d79bdff36ee Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/4d79bdff36ee 888: Add The End to every Makefile ! make/Makefile ! src/share/opensource/javac/Makefile ! test/Makefile

jdk7/build/jdk: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: 85fdea75e546 Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/85fdea75e546 888: Add The End to every Makefile ! make/Makefile ! make/com/Makefile ! make/com/sun/Makefile ! make/com/sun/crypto/provider/Makefile ! make/com/su

jdk7/build/jaxws: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: a3b98e0fa66a Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jaxws/rev/a3b98e0fa66a 888: Add The End to every Makefile ! make/Makefile

jdk7/build/jaxp: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: bdcd028fcf81 Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jaxp/rev/bdcd028fcf81 888: Add The End to every Makefile ! make/Makefile

jdk7/build/hotspot: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: f3a67b78cb39 Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/f3a67b78cb39 888: Add The End to every Makefile ! agent/make/Makefile ! agent/src/os/linux/Makefile ! agent/src/os/solaris/Makefile ! agent/src/os/solaris/db

jdk7/build/corba: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: f53399f63973 Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/f53399f63973 888: Add The End to every Makefile ! make/Makefile ! make/com/Makefile ! make/com/sun/Makefile ! make/com/sun/corba/Makefile ! make/com/sun/corba/

jdk7/build: 8888888: Add The End to every Makefile

2007-11-29 Thread kelly . ohair
Changeset: be260a3ad10e Author:ohair Date: 2007-11-29 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/build/rev/be260a3ad10e 888: Add The End to every Makefile ! Makefile

Elliotte Rusty Harold: Building the JDK

2007-11-29 Thread Mark Reinhold
Looks like an interesting read: http://today.java.net/pub/a/today/2007/11/29/building-the-jdk.html - Mark

Re: ccplus: warnings being trated as errors

2007-11-29 Thread Ben Cheng
The main culprit is some (newer) gcc distributions enables -Wwrite-strings by default. I found another place to hack in hotspot's makefile: hotspot/build/linux/makefiles/gcc.make: CFLAGS += $(VM_PICFLAG) CFLAGS += -fno-rtti CFLAGS += -fno-exceptions CFLAGS += -D_REENTRANT CFLAGS += -fcheck-new #

jdk7/jsn/jdk: Added bogus comment to APDSI.

2007-11-29 Thread christopher . hegarty
Changeset: 136e95de6f4a Author:chegar Date: 2007-11-28 16:18 + URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/136e95de6f4a Added bogus comment to APDSI. ! src/share/classes/java/net/AbstractPlainDatagramSocketImpl.java

jdk7/jaxp/jaxp: Fixed 6631310 : jaxp issue 42 : dysfunctional hyperlink in package org.xml.sax

2007-11-29 Thread joe . wang
Changeset: db868c7da6dc Author:joehw Date: 2007-11-28 22:19 -0800 URL: http://hg.openjdk.java.net/jdk7/jaxp/jaxp/rev/db868c7da6dc Fixed 6631310 : jaxp issue 42 : dysfunctional hyperlink in package org.xml.sax ! src/share/classes/org/xml/sax/ext/package.html ! src/share/classes/org/

jdk7/hotspot/hotspot: Updated README file

2007-11-29 Thread david . holmes
Changeset: dbeac7b8c2e6 Author:dholmes Date: 2007-11-28 14:51 +1000 URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/dbeac7b8c2e6 Updated README file ! README

jdk7/build: 3 new changesets

2007-11-29 Thread kelly . ohair
Changeset: efc7a08778a1 Author:ohair Date: 2007-11-29 09:34 -0800 URL: http://hg.openjdk.java.net/jdk7/build/rev/efc7a08778a1 Minor changes to Makefile and README ! Makefile ! README Changeset: c78c773008f4 Author:ohair Date: 2007-11-29 09:35 -0800 URL: http://hg.op

jdk7/jsn/corba: License canot be modified

2007-11-29 Thread weijun . wang
Changeset: 4cbbdfccc885 Author:weijun Date: 2007-11-30 01:17 +0800 URL: http://hg.openjdk.java.net/jdk7/jsn/corba/rev/4cbbdfccc885 License canot be modified ! LICENSE

Re: ccplus: warnings being trated as errors

2007-11-29 Thread Mark Wielaard
Hi Roger, On Thu, 2007-11-29 at 08:07 -0300, Roger Abelenda wrote: > Hello i'm trying to compile the openjdk machine with open Suse 10.3. > I'm using the b22 version of openjdk, and jdk 1.6_03 virtual machine > as boostrap and import_jdk_directory. When i put it tu compile at last > of the errors

ccplus: warnings being trated as errors

2007-11-29 Thread Roger Abelenda
Hello i'm trying to compile the openjdk machine with open Suse 10.3. I'm using the b22 version of openjdk, and jdk 1.6_03 virtual machine as boostrap and import_jdk_directory. When i put it tu compile at last of the errors messages it gives me the following: cc1plus: warnings being treated as erro