hg: jdk7/build/langtools: 3 new changesets

2010-05-05 Thread michael . wilkerson
Changeset: ebf79cbf5711 Author:mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/ebf79cbf5711 Added tag jdk7-b90 for changeset 71c2c23a7c35 ! .hgtags Changeset: 97b6fa97b8dd Author:mikejwre Date: 2010-04-29 14:10 -0700 URL:

hg: jdk7/build/jdk: 3 new changesets

2010-05-05 Thread michael . wilkerson
Changeset: ab117ded3e3f Author:mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/ab117ded3e3f Added tag jdk7-b90 for changeset 7f90d0b9dbb7 ! .hgtags Changeset: 08a31cab971f Author:mikejwre Date: 2010-04-29 13:53 -0700 URL: htt

hg: jdk7/build/jaxws: Added tag jdk7-b91 for changeset cf4686bf35ab

2010-05-05 Thread michael . wilkerson
Changeset: df7c033f6a11 Author:mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jaxws/rev/df7c033f6a11 Added tag jdk7-b91 for changeset cf4686bf35ab ! .hgtags

hg: jdk7/build/jaxp: Added tag jdk7-b91 for changeset b89b2c3044a2

2010-05-05 Thread michael . wilkerson
Changeset: e6a40e4bb104 Author:mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jaxp/rev/e6a40e4bb104 Added tag jdk7-b91 for changeset b89b2c3044a2 ! .hgtags

hg: jdk7/build/hotspot: 28 new changesets

2010-05-05 Thread michael . wilkerson
Changeset: 03a8443caa4b Author:mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/03a8443caa4b Added tag jdk7-b91 for changeset e0a1a502e402 ! .hgtags Changeset: ef74d6d1ac1e Author:never Date: 2010-04-14 15:30 -0700 URL: ht

hg: jdk7/build/corba: Added tag jdk7-b91 for changeset bcd2fc089227

2010-05-05 Thread michael . wilkerson
Changeset: 930582f667a1 Author:mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/930582f667a1 Added tag jdk7-b91 for changeset bcd2fc089227 ! .hgtags

hg: jdk7/build: Added tag jdk7-b91 for changeset 97d8b6c659c2

2010-05-05 Thread michael . wilkerson
Changeset: 5f5c33d417f3 Author:mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/build/rev/5f5c33d417f3 Added tag jdk7-b91 for changeset 97d8b6c659c2 ! .hgtags

Re: error in awt_DnDDS.cpp building OpenJDK7/Windows

2010-05-05 Thread Phil Race
This has been noticed. Hence the bug. AWT suggested the fix below I expect to have this fix pushed along with some other work, if not sooner, but you can apply it yourself for now. -phil. diff --git a/src/windows/native/sun/windows/awt_DnDDS.cpp b/src/windows/native/sun/windows/awt_DnDDS.cpp

Re: error in awt_DnDDS.cpp building OpenJDK7/Windows

2010-05-05 Thread Kelly O'Hair
Many months back we were very close to formally converting to Visual Studio 2008 (VS2008), in the process of getting ready, I updated the README-builds.html file to reflect VS2008 use (at http://hg.openjdk.java.net/jdk7/build/raw-file/tip/README-builds.html) . That was a mistake on my part,

Re: Building with MinGW?

2010-05-05 Thread Lussier, Denis
I wouldn't try building OpenJDK 7 with anything other than EXACTLY the very specific versions recommended in the Build README docs provided. After much trial and error from last year, we are succesfully and continually building OpenJDK 6 Win32 binaries available from http://openscg.org . Note tha

Re: Building with MinGW?

2010-05-05 Thread Raffaello Giulietti
Hi Damjan, I have VisualStudio Professional installed and I still have troubles building OpenJDK along the explanations given in the README and other blogs. So, my question with MinGW was not about a zero costs tool but about an alternative to try out in place of VisualStudio and its related prob

Re: Building with MinGW?

2010-05-05 Thread Damjan Jovanovic
Hi Raffaello Hope this isn't too late, but if you're merely looking for a free as opposed to an open source compiler to build OpenJDK, then Visual Studio Express edition can be used too: http://mail.openjdk.java.net/pipermail/build-dev/2009-December/002641.html I've documented some other Windows

error in awt_DnDDS.cpp building OpenJDK7/Windows

2010-05-05 Thread Raffaello Giulietti
I'm on Vista 32-bit and have VisualStudio 2008 Professional installed. After some days hunting for backslashes, spaces and colons in paths, I now encounter a compilation error that seems to be known (http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=cc2b5a48cddee8e8cdbb6795b07?bug_id=6936319)