hg: jdk8/build/jdk: 4 new changesets

2013-01-17 Thread yong . huang
Changeset: 6d849e883c40 Author:yhuang Date: 2013-01-13 18:45 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/6d849e883c40 7114053: [sq] Inproper tanslation for iso lanugage of Albanian Reviewed-by: naoto ! src/share/classes/sun/util/resources/sq/LocaleNames_sq.properties !

Re: Patch : improve common/bin/hgforest.sh python detection

2013-01-17 Thread David Holmes
On 17/01/2013 10:53 AM, Mike Duigou wrote: With the mac ports version of mercurial (wasn't I just complaining about another mac ports problems yesterday? ;-) ) the path to python in the mercurial launcher has is /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C

Re: Patch : improve common/bin/hgforest.sh python detection

2013-01-17 Thread Erik Joelsson
On 2013-01-17 12:22, David Holmes wrote: On 17/01/2013 10:53 AM, Mike Duigou wrote: With the mac ports version of mercurial (wasn't I just complaining about another mac ports problems yesterday? ;-) ) the path to python in the mercurial launcher has is /opt/local/Library/Frameworks/Python.f

Review Request: 8006520: build-infra: Fix sparkle-framework configure parameter

2013-01-17 Thread Erik Joelsson
Adding sparkle-framework to bridgeBuild. http://cr.openjdk.java.net/~erikj/8006520/webrev.root.01/ /Erik

Re: Review Request: 8006520: build-infra: Fix sparkle-framework configure parameter

2013-01-17 Thread Tim Bell
Erik: Adding sparkle-framework to bridgeBuild. http://cr.openjdk.java.net/~erikj/8006520/webrev.root.01/ Looks good. Tim

Re: Review Request: 8006520: build-infra: Fix sparkle-framework configure parameter

2013-01-17 Thread Kelly O'Hair
Looks good. -kto On Jan 17, 2013, at 6:09 AM, Erik Joelsson wrote: > Adding sparkle-framework to bridgeBuild. > > http://cr.openjdk.java.net/~erikj/8006520/webrev.root.01/ > > /Erik

Re: Patch : improve common/bin/hgforest.sh python detection

2013-01-17 Thread Kelly O'Hair
On Jan 17, 2013, at 3:27 AM, Erik Joelsson wrote: >>> >>> PS:- I assume that the make/scripts/hgforest.sh is going away at some point? >> >> Why? What would replace it? >> >> David > common/bin/hgforest.sh was added a while back. Yes, the intention is to replace it, but it's just low on our p

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

2013-01-17 Thread Weijun Wang
Just tried on a latest jdk8/tl clone and Building Java(TM) for target 'all' in configuration '/space/repos/jdk8/tl/build/linux-x86_64-sjavac' ## Starting langtools Compiling 2 files for BUILD_TOOLS Compiling 26 properties into resource bundles Compiling 720 files for BUILD_BOOTSTRAP_LANGTOOLS

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

2013-01-17 Thread Jonathan Gibbons
Anyone else having trouble deciphering the error message: 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 the smart javac wrapper! -- Jon On 01/17/2013 06:07 PM, Weijun Wang wrote:

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

2013-01-17 Thread Fredrik Öhrström
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 the smart javac Ok, as the old saying goes, t

Re: Encoding problem when building

2013-01-17 Thread Frank Ding
Hi kto, Thank you. Somehow I think we cannot submit bugs since the new JBS system. Best regards, Frank On 1/10/2013 1:27 AM, Kelly O'Hair wrote: I don't know where this bug has been filed. I will file one in the new JBS system. JDK-8005947 - Windows builds in Chinese environment create

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

2013-01-17 Thread Fredrik Öhrström
The fix for moving a few source files for the awt bean info classes has not yet propagated into tl, from build. Until then, the tl with --enable-sjavac build will stop somewhere in the jdk when generating sources for awt bean infos. //Fredrik