JDK 7 build 27 is available at the openjdk.java.net website
Kelly O'Hair
Kelly.Ohair at Sun.COM
Fri May 23 16:54:08 UTC 2008
http://hg.openjdk.java.net/jdk7/jdk7 is the root of the repository
forest, but you can only see the top repository.
Using:
hg fclone http://hg.openjdk.java.net/jdk7/jdk7 yourjdk7
would get you the entire forest.
http://hg.openjdk.java.net/jdk7/jdk7/rev/56652b46f328 is a reference to
a specific changeset in the top level repository. And this changeset
is the one that Xiomara created to define the jdk7-b27 tag so we
have a permanent record of what changesets were in jdk7 build 27.
Each repository in the forest will have a similar changeset, which just
creates this jdk7-b27 tag.
Using this jdk7-b27 tag, you could
hg fclone -R jdk7-b27 http://hg.openjdk.java.net/jdk7/jdk7 yourjdk7-b27
if you wanted to get the repository forest and the exact state of the sources
when Xiomara did the build for jdk7 Build 27. A handy feature.
-kto
Rob Ross wrote:
> What is the difference between the code in
>
> (A) jdk7/jdk7
> (B) jkd7/rev/56652b46f328?
>
> I thought (A) was the "master" repository with the latest "build" code
> (not latest snapshot though) but I think I may just be confused. If (A)
> does not contain build 27 code, what codes does it contain?
>
> Thanks,
>
>
> Rob Ross, Lead Software Engineer
> E! Networks
>
> ---------------------------------------------------
> "Beware of he who would deny you access to information, for in his heart
> he dreams himself your master." -- Commissioner Pravin Lal
>
>
>
> On May 23, 2008, at 8:04 AM, Xiomara Jayasena wrote:
>
>>
>> The OpenJDK source is available at:
>> http://hg.openjdk.java.net/jdk7/jdk7
>> and the build 27 source is here:
>> http://hg.openjdk.java.net/jdk7/jdk7/rev/56652b46f328
>>
>> The OpenJDK source binary plugs and Jtreg binary for the promoted JDK
>> 7 build 27 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-b27.html
>>
>> -Xiomara
>>
>
More information about the discuss
mailing list