Re: Build Infrastructure Project

2011-05-20 Thread Ulf Zibis
Sounds great. 1. Hopefully, builds triggerd from NetBeans would become easier especially on Windows. 2. There are some make nodes e.g. nio charsets, which definitely don't have C code to compile, but require Visual Studio to be installed on Windows. Hopefully this unnecessary dependency could

Re: Should the Build Group sponsor the "JDK 7 Update" project?

2011-06-16 Thread Ulf Zibis
Vote: yes

Re: 7074264: Review : Adds unit tests to sources and switches to packages tree view

2011-08-09 Thread Ulf Zibis
Am 03.08.2011 02:16, schrieb Mike Duigou: Hello All; A small patch to the J2SE Netbeans project to add the unit test sources. It also switches the source view to "tree" layout as the package lists are too large for easy navigation. http://cr.openjdk.java.net/~mduigou/7074264/0/webrev/ As yo

Confused about Windows build

2011-10-16 Thread Ulf Zibis
On http://hg.openjdk.java.net/jdk6/jdk6/raw-file/tip/README-builds.html#windows I read: 4. Install the Microsoft Visual Studio .NET 2003 Professional or the Microsoft Platform SDK

Re: Confused about Windows build

2011-10-17 Thread Ulf Zibis
Thanks x. do you remember which version, 2003 ? -Ulf Am 17.10.2011 02:47, schrieb x: I remember I built openjdk 6 successfully with express edition on my Windows XP some years ago. Not sure if it still apply to current release. regards, xj On Mon, Oct 17, 2011 at 9:33 AM, Ulf Zibis

Re: Confused about Windows build

2011-10-17 Thread Ulf Zibis
l Studio 2003 is for 32bit. Windows 2003 and Microsoft Platform SDK is for 64bit X64. It's possible it could build with different Visual Studio compilers, but that would probably require makefile and source changes. -kto On Oct 16, 2011, at 5:33 PM, Ulf Zibis wrote: On http://hg.openjdk.ja

Re: JDK8 32-bit "docs" build fails on 64-bit Windows

2011-10-28 Thread Ulf Zibis
Am 28.10.2011 15:23, schrieb Volker Simonis: I only don't know how to elegantly find out what kind of bootstrap JDK we are using. I know that we could query the (non-standard) system property "sun.arch.data.model" or the standard system property "os.arch" (which has a non-standardized output:). B

Re: JDK8 32-bit "docs" build fails on 64-bit Windows

2011-10-29 Thread Ulf Zibis
Hi, I still don't understand, why you can't use the OS_ARCH information from the new "release" file. See: - 6989472 - Provide simple jdk identification information in the install image - http://markmail.org/search/?q=list%3Anet.java.

Re: JDK8 32-bit "docs" build fails on 64-bit Windows

2011-10-30 Thread Ulf Zibis
Am 29.10.2011 21:41, schrieb Ulf Zibis: Hi, I still don't understand, why you can't use the OS_ARCH information from the new "release" file. See: - 6989472 <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6472931> - Provide simple jdk identification information in

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2011-10-31 Thread Ulf Zibis
Am 01.12.2010 22:26, schrieb Kelly O'Hair: I don't want to run 'java' because I might not be able to, and I don't want to use some platform specific api to dig into binaries that may be located at any number of locations. I'm looking for a very simple text file way to identify what I kind of j

Re: Where have all the "fastdebug" builds gone?

2011-11-08 Thread Ulf Zibis
Hi Volker, maybe you find some answers here: http://news.gmane.org/gmane.comp.java.openjdk.website/cutoff=297 http://markmail.org/search/?q=list%3Anet.java.openjdk#query:%20list%3Anet.java.openjdk.web-discuss+page:1+mid:hpggicgvoyuuezvi+state:results http://mail.openjdk.java.net/pipermail/web-

Re: Where have all the "fastdebug" builds gone?

2011-11-08 Thread Ulf Zibis
u and best regards, Volker On Tue, Nov 8, 2011 at 12:08 PM, Ulf Zibis wrote: Hi Volker, maybe you find some answers here: http://news.gmane.org/gmane.comp.java.openjdk.website/cutoff=297 http://markmail.org/search/?q=list%3Anet.java.openjdk#query:%20list%3Anet.java.openjdk.web-disc

Re: Where have all the "fastdebug" builds gone?

2011-11-08 Thread Ulf Zibis
Am 08.11.2011 12:46, schrieb Volker Simonis: - I know I can build OpenJDK fastdebug build myself (even on Windows:) Do you have Visual Studio 2008 professional? Just to mention, that openJDK-6 doesn't build with free (of charge) compiler on Windows, as openJDK-7 does with Visual C Express. -U

Partly builds on Windows should not always need C compiler

2011-11-08 Thread Ulf Zibis
Some times ago I tried to run the make for nio/charsets via CYGWIN. It turned out, that I was required to have Visual Studio installed, because $(BUILDDIR)/common/Defs.gmk always looks for the C compiler. Can this dependency interweaved in a different way, so building of JDK parts without C sourc

Re: Request to mailing list discuss rejected regarding "Re: Where have all the "fastdebug" builds gone?"

2011-11-10 Thread Ulf Zibis
Hi all, as disc...@openjdk.java.net was in the cc-list of those 3 posts, I just did "answer to all", as I thought my post would be interesting to all participants. I think, list moderators should accept such posts from un-subscribed senders, to avoid communication thread gaps. What is the r

Re: Request to mailing list discuss rejected regarding "Re: Where have all the "fastdebug" builds gone?"

2011-11-10 Thread Ulf Zibis
Am 10.11.2011 15:04, schrieb Dalibor Topic: On 11/10/11 2:25 PM, Ulf Zibis wrote: Hi all, as disc...@openjdk.java.net was in the cc-list of those 3 posts, I just did "answer to all", as I thought my post would be interesting to all participants. While that is an understandable opin

Re: jdk/src/solaris - time to re-visit it?

2011-11-28 Thread Ulf Zibis
Am 27.11.2011 22:29, schrieb Mike Duigou: Only if necessary hopefully. As we have shared and platform code we might have shared |--posix ||--SYSV |||--solaris |||--aix || ||--gnu |||--linux ||| ||--BSD | |--dar

Re: jdk/src/solaris - time to re-visit it?

2011-11-28 Thread Ulf Zibis
Additionaly I think, 'share' should be replaced by 'common'. 'share', as a verb, seems ugly along 'posix', 'winapi' to me. -Ulf Am 28.11.2011 17:20, schrieb Fredrik Öhrström: 2011-11-28 16:46, Ulf Zibis skrev: I guess you meant: --shar

Re: jdk/src/solaris - time to re-visit it?

2011-11-30 Thread Ulf Zibis
Am 30.11.2011 13:10, schrieb Dmitry Samersoff: On 2011-11-30 16:05, Steve Poole wrote: I suggested maintaining the name as src/solaris partly because I don't believe in churn and am not sure what would make a better name other than src/unix .. would that be OK ? +1 for src/unix count me too fo

Re: jdk/src/solaris - time to re-visit it?

2011-12-01 Thread Ulf Zibis
Am 30.11.2011 23:32, schrieb David Holmes: On 30/11/2011 11:15 PM, Ulf Zibis wrote: I more would like src/posix + src/winapi Combining Flat vs Hierarchical advantages: src/common or 'general' or 'independent' in homage to platform-independent src/posix src/posix.B

Re: jdk/src/solaris - time to re-visit it?

2011-12-01 Thread Ulf Zibis
Am 30.11.2011 18:16, schrieb Phil Race: On 11/30/2011 5:15 AM, Ulf Zibis wrote: Am 30.11.2011 13:10, schrieb Dmitry Samersoff: count me too for src/unix +1 I more would like src/posix + src/winapi Which would be wrong. Its not just posix. More of the code in src/solaris is related to UI

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-20 Thread Ulf Zibis
Hi, when building parts of the JDK, mostly the presence of a C-compiler is asked and therefore required, even if there are no C-sources to be compiled by this package. E.G. one can't build the java.nio.charset package without a C-compiler installed. This is especially problematic on Windows, b

Re: Build changes for 7176225: Remove JDBC-ODBC Bridge

2012-10-26 Thread Ulf Zibis
Hi, I also feel sorry for jettisoning the JDBC-ODBC-bridge from the JDK. What does it harm to leave it? Would it be possible to have the sources in a java.net project, so people could use it via the Extension class loader? -Ulf Am 26.10.2012 22:14, schrieb John Yeary: Hello All, Out of cu

Re: Build changes for 7176225: Remove JDBC-ODBC Bridge

2012-10-29 Thread Ulf Zibis
Am 26.10.2012 23:39, schrieb Alan Bateman: The JDBC-ODBC bridge has never been in OpenJDK, it's just the make files. I know, but is it still in Oracle JDK? I don't think it has really been necessary for many years anyway as so many JDBC drivers available. For a quick connection to a MS Ac

Re: review request: 8011620 adding free form netbeans project for jdbc to jdk/make/netbeans

2013-04-09 Thread Ulf Zibis
Hi, there is a little indentation error in build.xml in line 42. -Ulf Am 09.04.2013 16:55, schrieb Lance Andersen - Oracle: Hi, This is a request to review adding a netbeans freeform project to jdk/make/netbeans for jdbc As part of this change, I also modified common/shared.xml to properly

Re: Build OpenJdk8 from source (win x64). Freetype problem.

2014-01-27 Thread Ulf Zibis
Hi Volker, Am 27.01.2014 09:13, schrieb Volker Simonis: https://weblogs.java.net/blog/simonis/archive/2011/10/28/yaojowbi-yet-another-openjdk-windows-build-instruction#FreeType There is: Unfortunately there are now binary development packages available ... Isn't it: Unfortunately there are no

Re: Pending Character-related work - Character-warnings

2010-06-30 Thread Ulf Zibis
Am 29.06.2010 02:29, schrieb Martin Buchholz: On Mon, Jun 28, 2010 at 16:32, Ulf Zibis wrote: Avoid warning about diamond operator: 679 private static Mapmap = new HashMap<>(); I tried to do that, but Character.java is one of those classes that needs

Re: Pending Character-related work - Character-warnings

2010-06-30 Thread Ulf Zibis
Am 30.06.2010 19:50, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 01:22, Ulf Zibis wrote: Am 29.06.2010 02:29, schrieb Martin Buchholz: I tried to do that, but Character.java is one of those classes that needs to be compilable by the bootstrap JDK, so this change ist leider

Re: Pending Character-related work - Character-warnings

2010-07-01 Thread Ulf Zibis
... (there are some more irregularities in this class on indentation and spacing) ... I think, the time has come to replace things like: '\u005A' -Ulf Am 30.06.2010 19:50, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 01:22, Ulf Zibis wrote: Am 29.06.2010 02:29, sch

Re: Pending Character-related work - Character-warnings

2010-07-01 Thread Ulf Zibis
Am 01.07.2010 09:38, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 23:49, Ulf Zibis wrote: Am 30.06.2010 19:50, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 01:22, Ulf Zibiswrote: Am 29.06.2010 02:29, schrieb Martin Buchholz: I tried to do that, but

Re: Pending Character-related work - Character-warnings

2010-07-01 Thread Ulf Zibis
07/01/2010 01:32 AM, Ulf Zibis wrote: Am 01.07.2010 09:38, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 23:49, Ulf Zibis wrote: Am 30.06.2010 19:50, schrieb Martin Buchholz: On Wed, Jun 30, 2010 at 01:22, Ulf Zibiswrote: Am 29.06.2010 02:29, schrieb Martin Buchholz: I tried to do that

Re: Pending Character-related work - Character-warnings

2010-07-01 Thread Ulf Zibis
cks to make sure the files that get generated are compiled with the latest compiler to -target 7 class files. -- Jon On 07/01/2010 04:11 PM, Ulf Zibis wrote: Jonathan, Kelly, thanks for your short but excellent descriptive explanation. It mainly reflects how I understood the build process i

Re: Pending Character-related work - Character-warnings

2010-07-01 Thread Ulf Zibis
s here. There may be reasons I don't know about why this needs to be compilable by the BOOT JDK. Separately, I know at some point, Joe was planning to have a concerted effort to diamond-ize the JDK code base in areas where that is technically reasonable (i.e. not javac etc.) -- Jon On 07/01

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
1.) naming: a: What would be the name for the JRE installation, "jre.release" ? b: As we have a bin\client\Xusage.txt, we additionally could have: - bin\usage.txt - bin\client\XXusage.txt - bin\Jrocket\XXusage.txt - etc. and maybe (without help text, but with well defined syntax): - bin\options.tx

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
2.) jre/lib/xxx/jvm.cfg: - additionally the copyright is out of date in that file on JRE-6_21 and JDK-6_20, at least for i386. -Ulf Am 01.12.2010 02:34, schrieb Kelly O'Hair: A revised proposal... Still called "jdk.release". But if people really think "jdk.properties" sounds ok, at least t

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
Am 01.12.2010 17:43, schrieb Kelly O'Hair: On Dec 1, 2010, at 7:27 AM, Ulf Zibis wrote: 1.) naming: a: What would be the name for the JRE installation, "jre.release" ? That would be a separate RFE in my opinion, easy to do but my primary target was the jdk for now. Maybe,

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
Am 01.12.2010 18:00, schrieb Kelly O'Hair: Ah, but I should be able to point people at DrainO, even though it's poison. ;^) I'm just providing a reference to a file (if it exists) that could help explain what VM's are available. If there was an official "vm.release" file, I could refer to that

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
Am 01.12.2010 17:43, schrieb Kelly O'Hair: 4.) "properties" file vs command line option or dll usage interface: - the interpretation of the usage/options.txt files should be optional for a launcher, but not guaranteed to work. - I propose additional command line options to output the valid ch

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
Am 01.12.2010 20:38, schrieb Kelly O'Hair: On Dec 1, 2010, at 11:15 AM, Ulf Zibis wrote: Am 01.12.2010 17:43, schrieb Kelly O'Hair: 4.) "properties" file vs command line option or dll usage interface: - the interpretation of the usage/options.txt files should be opti

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-01 Thread Ulf Zibis
Am 01.12.2010 17:43, schrieb Kelly O'Hair: On Dec 1, 2010, at 7:27 AM, Ulf Zibis wrote: b: As we have a bin\client\Xusage.txt, we additionally could have: - bin\usage.txt - bin\client\XXusage.txt - bin\Jrocket\XXusage.txt - etc. and maybe (without help text, but with well defined s

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-02 Thread Ulf Zibis
Am 01.12.2010 22:26, schrieb Kelly O'Hair: That's what using java -version does, you have launched the VM twice. It's the same thing. You might be avoiding some class file loads with java -version, and it is probably quicker, but the native VM library is loaded and run when you do a 'java -ver

Re: Need reviewers and comments: 6989472: Provide simple jdk identification information in the install image

2010-12-02 Thread Ulf Zibis
Am 02.12.2010 04:20, schrieb David Holmes: Exactly. The whole Eclipse problem that motivated this stemmed from the fact that they wanted a way to identify the JVM, given a "java" command, without having to launch the VM and parse some version output. This is what this simple file aims to do. E

Re: Review Request: CR #7015783 : Update JDK Netbeans projects to -source 1.7

2011-01-28 Thread Ulf Zibis
Am 29.01.2011 00:21, schrieb Joe Darcy: Mike Duigou wrote: The jdk source now makes use of the diamond operator, try with resources, underscore numeric literals and other Java 7 language features the so Netbeans projects need to be updated. I've posted a very trivial webrev at: http://cr.open

Re: Commit responsibilities and Lines of Defense

2011-02-22 Thread Ulf Zibis
Am 22.02.2011 13:14, schrieb Dr Andrew John Hughes: On 00:00 Tue 22 Feb , Bradford Wetmore wrote: > So I take it the previous democratic choice of Bugzilla may be > ignored? For now, patch submissions should continue to be submitted via bugzilla, and discussed with the appropriate pro