Fwd: JDK 7 build 24 is available at the openjdk.java.net website
Martin Simbartl
martin.simbartl at gmail.com
Wed Dec 5 20:59:25 UTC 2007
It looks like I sent this email only to Xiomara. If someone will
receive this message more times I do apologize. :)
Martin
---------- Forwarded message ----------
From: Martin Simbartl <martin.simbartl at gmail.com>
Date: Dec 5, 2007 9:47 PM
Subject: Re: JDK 7 build 24 is available at the openjdk.java.net website
To: Xiomara.Jayasena at sun.com
Hi,
On Dec 5, 2007 7:54 PM, <Xiomara.Jayasena at sun.com> wrote:
>
> Matthias,
>
> I understood that Martin was talking about the actual summary of changes
> files.
Yes, I was talking about the summary of changes --
http://download.java.net/jdk7/changes/jdk7-b24.html. I was confused
that there are now changes there. I read through Kelly's blog and
everything is clear now.
fclone worked fine for me. At least I hope so. I haven't build the source yet.
Matthias,
forest is an extension to Mercurial. Here is what I did to install it:
* get forest.py from Mercurial repository
$ hg clone http://hg.akoha.org/hgforest hgforest
* copy forest.py to Mercurial's extension directory--for me on Ubuntu
Gutsy it's /usr/share/python-support/mercurial/hgext
* create the following symlink
$ ln -s /usr/share/python-support/mercurial/hgext/forest.py
/var/lib/python-support/python2.5/hgext/forest.py
Note: I found two hgext directories on my system and it turned out
that hg is actually looking for extensions in
/var/lib/python-support/python2.5/hgext. But this directory contains
only symlinks to /usr/share/python-support/mercurial/hgex, so I also
created one for forest.py.
* and enable the forest extension in Mercurial's configuration
file--for me it's /etc/mercurial/hgrc.d/hgext.rc--by adding the
following line:
[extensions]
# forest
hgext/forest=
After that fclone should work.
See http://www.selenic.com/mercurial/wiki/index.cgi/ForestExtension
for more information.
Martin
> I believe what you are looking for is to do an hg fclone of this:
>
> http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678
>
>
> Kelly's blog is of course a great reference.
>
> -Xiomara
>
>
> Matthias Ernst wrote:
>
> >Martin,
> >
> >did you use 'fclone' ? I did an 'hg clone' this morning and all I got
> >was a "sad" set of Makefiles.
> >Only just now I realized I need to study Kelly's blog again:
> >http://blogs.sun.com/kto/
> >
> >Matthias
> >
> >
> >On Dec 5, 2007 3:27 PM, Martin Simbartl <martin.simbartl at gmail.com> wrote:
> >
> >
> >>Hello,
> >>
> >>On Dec 5, 2007 7:06 AM, Xiomara Jayasena <Xiomara.Jayasena at sun.com> wrote:
> >>
> >>
> >>>The OpenJDK source is available at:
> >>>http://hg.openjdk.java.net/jdk7/jdk7
> >>>and the build 24 source is here:
> >>>http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678
> >>>
> >>>The OpenJDK source binary plugs and Jtreg binary for the promoted JDK 7
> >>>build 24 are available under the openjdk http://openjdk.java.net website
> >>>under Source Code (direct link to bundles:
> >>>http://download.java.net/openjdk/jdk7)
> >>>
> >>>Summary of changes:
> >>>http://download.java.net/jdk7/changes/jdk7-b24.html
> >>>
> >>>
> >>Is it just me or there is nothing there? Looks like something is
> >>broken, or maybe b24 didn't bring any changes. :)
> >>
> >>
> >>
> >>
> >>>Thanks,
> >>>-Xiomara
> >>>
> >>>
> >>>
> >>
> >>--
> >>Martin Simbartl
> >>
> >>
> >>
>
>
More information about the discuss
mailing list