Re: Encoding problem when building

2013-01-23 Thread Kelly O'Hair
Getting an Open JBS system is one of our top priority issues, it's happening, just so damn slowly. sorry. -kto On Jan 17, 2013, at 10:59 PM, Frank Ding wrote: > 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

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: Encoding problem when building

2013-01-09 Thread Kelly O'Hair
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 generated files with Chinese characters It's P4 for now. I can adjust it to P3 but we think we can fix it, but right now my team is swamped. -kto

Re: Encoding problem when building

2013-01-07 Thread Frank Ding
Hi Kelly, I have filed a bug whose internal review id is 2421470. It was filed with "Product/Category" being "JDK/JRE" and "Subcategory" being "Problems common to more than one tool". I am wondering since it only happens when building OpenJDK, is it eligible for a Java bug? In addition, d

Re: Encoding problem when building

2013-01-07 Thread Kelly O'Hair
Did a bug report get filed for this issue? -kto On Jan 4, 2013, at 9:37 PM, Frank Ding wrote: > Hi Volker, > Yes, I think so. The comment is pasted below. > /** > * org/omg/PortableServer/Current.java . > * 由IDL-to-Java 编译器 (可移植), 版本 "3.2"生成 > * 从../../../../src/share/classes/org/omg/PortableS

Re: Encoding problem when building

2013-01-04 Thread Frank Ding
Hi Volker, Yes, I think so. The comment is pasted below. /** * org/omg/PortableServer/Current.java . * 由IDL-to-Java 编译器 (可移植), 版本 "3.2"生成 * 从../../../../src/share/classes/org/omg/PortableServer/poa.idl * 2013年1月4日 星期五 下午01时21分01秒 CST */ It's in Chinese, and it says when translated to English t

Re: Encoding problem when building

2013-01-04 Thread Kelly O'Hair
I assume someone will file a bug on this? I kind of have my hands full with build-infra right now. -kto On Jan 4, 2013, at 2:02 AM, Alan Bateman wrote: > On 04/01/2013 05:29, Frank Ding wrote: >> Hi Kelly >> I investigated how local specific characters get into generated sources in >> corba m

Re: Encoding problem when building

2013-01-04 Thread Alan Bateman
On 04/01/2013 05:29, Frank Ding wrote: Hi Kelly I investigated how local specific characters get into generated sources in corba module. Those classes are generated by following command idlj c:/openjdk/dep/jdk1.7.0_02/bin/idlj -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-Lo

Re: Encoding problem when building

2013-01-04 Thread Volker Simonis
This is just a wild guess, but perhaps idlj uses the value of some environment variables (or values derived from them - check System.getProperties()) which contain non ASCII characters? This could be something like PATH, HOSTNAME, USER. What exact characters are there in the comment and what kind o

Re: Encoding problem when building

2013-01-03 Thread Frank Ding
Hi Kelly I investigated how local specific characters get into generated sources in corba module. Those classes are generated by following command idlj c:/openjdk/dep/jdk1.7.0_02/bin/idlj -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:P

Re: Encoding problem when building

2012-12-31 Thread Kelly O'Hair
In the past, the "-encoding ascii" was important, all the reasons I can't completely list right now. But it is important that regardless of the locale, the bits created during the build should be the same for everyone. The definition of "same" might not be bit for bit, but by minimizing the pot