Rémi (and all),
(1) My initial question was, if somebody could provide me a patch (here:
langtools.jar). As it's always difficult. to run the build on Windows, I
assumed, there is somebody out there who has ready configured his
system, to run the build for langtools.jar.
(2) Remember, there is no bash on Windows. I don't have any idea, what
"export" could be translated to, to run it on Windows.
-Ulf
Am 11.08.2009 02:25, Rémi Forax schrieb:
as said, set the bootstrap location,
with bash:
export ALT_BOOTDIR=path_to_a_binary_jdk6or7
Rémi
Am 04.08.2009 15:17, Rémi Forax schrieb:
Le 04/08/2009 13:07, Ulf Zibis a écrit :
Maurizio,
much thanks for the additional info.
I like to avoid going back to b63.
If the fix will not go into b68, could you please provide a binary
patch for b67 (or b68) (Windows version)?
I can wait for release of b68, but not for b69, as I'm on vacation
until Aug. 10.
Thanks in advance,
-Ulf
you can do it by yourself,
clone the langtools repository, it can be built with ant, so just
type ant
in the directory "make", it will create a tools.jar.
Now remplace the tools.jar of your binary build by this new one.
cheers,
Rémi
Am 04.08.2009 12:20, Maurizio Cimadamore schrieb:
Ulf Zibis wrote:
Maurizio,
much thanks for the fast info.
Will this fix be included in next build b68 ???
Hopefully !
Not sure if it will make into b68 - but certainly it will go into
b69 (depends on the integration process). The fix is already
available in the langtools repository used for development
(http://hg.openjdk.java.net/jdk7/tl/langtools).
Maurizio
-Ulf
Am 04.08.2009 11:08, Maurizio Cimadamore schrieb:
Ulf Zibis wrote:
See:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6868135 -->
java.lang.NullPointerException from compiler (1.7.0-ea)
-Ulf
Hi Ulf,
this is a type annotation (JSR 308) bug that has been recently
fixed - it is a duplicate of 6861837.
Regards
Maurizio