<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1250"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That's true, I only quick-hacked and tested it in my Linux environment.<br>
I tried to leave as many things configurable as possible but I don't
know about pure Windows (non-cygwin) tools to replace e.g. curl.<br>
Command line options used in the target may be needed to be moved to
the variable definition or replaced by extra _OPT variables (MV_OPT =
-Rf ... $(MV) $(MV_OPT) ....) etc.<br>
Direction of slashes not only depends on the OS but rather on the tools
(and especially the make version for windows e.g. often linked with
lib-cygwin but often used from cmd.exe) used which means that
windows-able makefiles often use a quite wild intermix of forward and
backward slashes which in this case would not have helped the user to
understand what's going on in there (which was my main intention).<br>
The complete task is to pull the sources, unpack them move and rename
the different trees (since they are packed and downloaded using a
different name) and then change to the project root and start the
OpenJDK build. I simply forgot the "default: build" target.<br>
Best regards<br>
<br>
Arnd-Hendrik<br>
<br>
Ted Neward wrote:
<blockquote cite="mid:00f601c83e0c$2a701fa0$7f505ee0$@com" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);">Just
FYI, I noticed something about your Makefile; it assumes a
Unix environment. :-)<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
  <div>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Ted
Neward</span><span style="color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Java,
.NET, XML Services</span><span style="color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);">Consulting,
Teaching, Speaking, Writing</span><span style="color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(31, 73, 125);"><a
 moz-do-not-send="true" href="http://www.tedneward.com">http://www.tedneward.com</a></span><span
 style="color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  </div>
  <p class="MsoNormal"><span style="color: rgb(31, 73, 125);"> </span><span
 style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"><o:p></o:p></span></p>
  <div>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif"; color: windowtext;">From:</span></b><span
 style="font-size: 10pt; font-family: "Tahoma","sans-serif"; color: windowtext;">
Arnd-Hendrik Mathias
[<a class="moz-txt-link-freetext" href="mailto:arnd-hendrik.mathias@nefkom.net">mailto:arnd-hendrik.mathias@nefkom.net</a>] <br>
  <b>Sent:</b> Thursday, December 13, 2007 6:53 AM<br>
  <b>To:</b> Ted Neward<br>
  <b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:discuss@openjdk.java.net">discuss@openjdk.java.net</a>; 'build-dev'<br>
  <b>Subject:</b> Re: JDK 7 build 24 is available at the
openjdk.java.net website<o:p></o:p></span></p>
  </div>
  </div>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Somewhat strange... I received the attachment
with my mail
coming back via the discuss list. Maybe some other list (build-dev?)
removes
attachments.<br>
  <br>
Ted Neward wrote: <o:p></o:p></p>
  <pre>I don't think the Makefile got attached.<o:p></o:p></pre>
  <pre><o:p> </o:p></pre>
  <pre>Ted Neward<o:p></o:p></pre>
  <pre>Java, .NET, XML Services<o:p></o:p></pre>
  <pre>Consulting, Teaching, Speaking, Writing<o:p></o:p></pre>
  <pre><a moz-do-not-send="true" href="http://www.tedneward.com">http://www.tedneward.com</a><o:p></o:p></pre>
  <pre> <o:p></o:p></pre>
  <pre><o:p> </o:p></pre>
  <pre>  <o:p></o:p></pre>
  <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
    <pre>-----Original Message-----<o:p></o:p></pre>
    <pre>From: <a moz-do-not-send="true"
 href="mailto:build-dev-bounces@openjdk.java.net">build-dev-bounces@openjdk.java.net</a> [<a
 moz-do-not-send="true" href="mailto:build-dev">mailto:build-dev</a>-<o:p></o:p></pre>
    <pre><a moz-do-not-send="true"
 href="mailto:bounces@openjdk.java.net">bounces@openjdk.java.net</a>] On Behalf Of Kelly O'Hair<o:p></o:p></pre>
    <pre>Sent: Wednesday, December 12, 2007 3:44 PM<o:p></o:p></pre>
    <pre>To: Arnd-Hendrik Mathias<o:p></o:p></pre>
    <pre>Cc: <a moz-do-not-send="true"
 href="mailto:discuss@openjdk.java.net">discuss@openjdk.java.net</a>; build-dev<o:p></o:p></pre>
    <pre>Subject: Re: JDK 7 build 24 is available at the openjdk.java.net<o:p></o:p></pre>
    <pre>website<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>Very nice... I haven't tried it yet, but that's very much what I was<o:p></o:p></pre>
    <pre>thinking.<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>I'll have to defer the crypto question to the security guys...<o:p></o:p></pre>
    <pre>hopefully they<o:p></o:p></pre>
    <pre>are listing to the build-dev alias which I CC'd.<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>Thanks for sharing this.<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>-kto<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>Arnd-Hendrik Mathias wrote:<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>Hey Kelly,<o:p></o:p></pre>
      <pre>many thanks for the download links you've given below. In case<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>someone<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>may be going to create a short wiki page about the hg-less download<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>and<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>extraction process, I've attached a Makefile which might be helpful<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>for<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>those trying to build from scratch. I've omitted the "building the<o:p></o:p></pre>
      <pre>prerequisites" stuff (download, build and install Ant, JUnit,<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>bootstrap<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>JDK7 binaries and the binary plugins) because the Makefile shall<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>depict<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>the files needed to be downloaded, extracted and restructured/renamed<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>to<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>set up a working source tree. Most users won't re-install the<o:p></o:p></pre>
      <pre>AntJUnitBootstrapJDK7BinaryPlugs boiling each time they build a new<o:p></o:p></pre>
      <pre>OpenJDK snapshot anyway.<o:p></o:p></pre>
      <pre><o:p> </o:p></pre>
      <pre>I recognized one other thing that prevents me from building<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>completely:<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>The "build" target of the /jdk7-jdk7-<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>b24/jdk/make/javax/crypto/Makefile<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>is empty which means that all directories/classes to be included in<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
    </blockquote>
    <pre>the<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <pre>/tmp/sun/javax.crypto/unsigned/jce.jar are removed by the prebuild<o:p></o:p></pre>
      <pre>target but not rebuilt subsequently.<o:p></o:p></pre>
      <pre>Is there a special trick, how to build the<o:p></o:p></pre>
      <pre>tmp/sun/javax.crypto/classes/javax/crypto,<o:p></o:p></pre>
      <pre>tmp/sun/javax.crypto/classes/sun/security/internal/interfaces and<o:p></o:p></pre>
      <pre>tmp/sun/javax.crypto/classes/sun/security/internal/spec?<o:p></o:p></pre>
      <pre>Best regards<o:p></o:p></pre>
      <pre><o:p> </o:p></pre>
      <pre>Arnd-Hendrik<o:p></o:p></pre>
      <pre><o:p> </o:p></pre>
      <pre><o:p> </o:p></pre>
      <pre>Kelly O'Hair wrote:<o:p></o:p></pre>
      <pre>      <o:p></o:p></pre>
      <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
        <pre>I had hoped that Mercurial would have provided some of this source<o:p></o:p></pre>
        <pre>bundling<o:p></o:p></pre>
        <pre>for free, but since we went with a forest, it's not ideal. It's only<o:p></o:p></pre>
        <pre>done on a per-repository basis.<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>If you go to:<o:p></o:p></pre>
        <pre>  <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7">http://hg.openjdk.java.net/jdk7/jdk7</a><o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>At the top of the page are some 'zip' 'bz2' 'gz' links. These get<o:p></o:p></pre>
        <pre>        <o:p></o:p></pre>
      </blockquote>
    </blockquote>
    <pre>you<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
        <pre>bundles, for example the default 'zip' link gets you the latest<o:p></o:p></pre>
        <pre>changeset or<o:p></o:p></pre>
        <pre>'tip' for this repository:<o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/archive/tip.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/tip.zip</a><o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>You can get bundles for any changeset number or even a tag, like<o:p></o:p></pre>
        <pre>jdk7-b24:<o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>But as I said, with a forest, this isn't ideal, you'd need to<o:p></o:p></pre>
        <pre>        <o:p></o:p></pre>
      </blockquote>
    </blockquote>
    <pre>download<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
        <pre>each repository, probably something like:<o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/jdk/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/jdk/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/corba/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/corba/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/jaxp/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/jaxp/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/jaxws/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/jaxws/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/hotspot/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/hotspot/archive/jdk7-b24.zip</a><o:p></o:p></pre>
        <pre>   <a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/langtools/archive/jdk7">http://hg.openjdk.java.net/jdk7/jdk7/langtools/archive/jdk7</a>-<o:p></o:p></pre>
        <pre>        <o:p></o:p></pre>
      </blockquote>
    </blockquote>
    <pre>b24.zip<o:p></o:p></pre>
    <pre>    <o:p></o:p></pre>
    <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
      <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
        <pre>We need a forest 'zip' option that woould create a single zip file,<o:p></o:p></pre>
        <pre>but I have no idea when that would ever happen.<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>-kto<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>Lillian Angel wrote:<o:p></o:p></pre>
        <pre>        <o:p></o:p></pre>
        <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
          <pre>Hi,<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Will zipped bundles still be released? If not, could "make dist" be<o:p></o:p></pre>
          <pre>implemented to create a zip/tarball based on the release tag?<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Thanks,<o:p></o:p></pre>
          <pre>Lillian<o:p></o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre><o:p> </o:p></pre>
          <pre>Xiomara Jayasena wrote:<o:p></o:p></pre>
          <pre>          <o:p></o:p></pre>
          <blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
            <pre>The OpenJDK source is available at:<o:p></o:p></pre>
            <pre><a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7">http://hg.openjdk.java.net/jdk7/jdk7</a><o:p></o:p></pre>
            <pre>and the build 24 source is here:<o:p></o:p></pre>
            <pre><a moz-do-not-send="true"
 href="http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678">http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678</a><o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>The OpenJDK source binary plugs and Jtreg binary for the promoted<o:p></o:p></pre>
            <pre>JDK 7 build 24 are available under the openjdk<o:p></o:p></pre>
            <pre><a moz-do-not-send="true"
 href="http://openjdk.java.net">http://openjdk.java.net</a> website under Source Code (direct link to<o:p></o:p></pre>
            <pre>bundles: <a moz-do-not-send="true"
 href="http://download.java.net/openjdk/jdk7">http://download.java.net/openjdk/jdk7</a>)<o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>Summary of changes:<o:p></o:p></pre>
            <pre><a moz-do-not-send="true"
 href="http://download.java.net/jdk7/changes/jdk7-b24.html">http://download.java.net/jdk7/changes/jdk7-b24.html</a><o:p></o:p></pre>
            <pre><o:p> </o:p></pre>
            <pre>Thanks,<o:p></o:p></pre>
            <pre>-Xiomara<o:p></o:p></pre>
            <pre>            <o:p></o:p></pre>
          </blockquote>
        </blockquote>
        <pre><o:p> </o:p></pre>
        <pre>        <o:p></o:p></pre>
      </blockquote>
    </blockquote>
    <pre>No virus found in this incoming message.<o:p></o:p></pre>
    <pre>Checked by AVG Free Edition.<o:p></o:p></pre>
    <pre>Version: 7.5.503 / Virus Database: 269.17.1/1182 - Release Date:<o:p></o:p></pre>
    <pre>12/12/2007 11:29 AM<o:p></o:p></pre>
    <pre><o:p> </o:p></pre>
    <pre>    <o:p></o:p></pre>
  </blockquote>
  <pre><o:p> </o:p></pre>
  <pre>No virus found in this outgoing message.<o:p></o:p></pre>
  <pre>Checked by AVG Free Edition. <o:p></o:p></pre>
  <pre>Version: 7.5.503 / Virus Database: 269.17.1/1182 - Release Date: 12/12/2007<o:p></o:p></pre>
  <pre>11:29 AM<o:p></o:p></pre>
  <pre> <o:p></o:p></pre>
  <pre><o:p> </o:p></pre>
  <pre><o:p> </o:p></pre>
  <pre><o:p> </o:p></pre>
  <pre>  <o:p></o:p></pre>
  <p class="MsoNormal"><span style="color: windowtext;"><o:p> </o:p></span></p>
  <p><span style="font-size: 10pt; color: windowtext;">No virus found
in this
incoming message.<br>
Checked by AVG Free Edition.<br>
Version: 7.5.503 / Virus Database: 269.17.1/1182 - Release Date:
12/12/2007
11:29 AM</span><span style="color: windowtext;"><o:p></o:p></span></p>
  </div>
  <br>
  <p><font size="2">No virus found in this outgoing message.<br>
Checked by AVG Free Edition.<br>
Version: 7.5.503 / Virus Database: 269.17.1/1183 - Release Date:
12/13/2007 9:15 AM<br>
  </font> </p>
</blockquote>
</body>
</html>