<!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">
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:
<blockquote cite="mid:009f01c83d75$5bade490$1309adb0$@com" type="cite">
  <pre wrap="">I don't think the Makefile got attached.

Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
<a class="moz-txt-link-freetext" href="http://www.tedneward.com">http://www.tedneward.com</a>
 

  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:build-dev-bounces@openjdk.java.net">build-dev-bounces@openjdk.java.net</a> [<a class="moz-txt-link-freetext" href="mailto:build-dev">mailto:build-dev</a>-
<a class="moz-txt-link-abbreviated" href="mailto:bounces@openjdk.java.net">bounces@openjdk.java.net</a>] On Behalf Of Kelly O'Hair
Sent: Wednesday, December 12, 2007 3:44 PM
To: Arnd-Hendrik Mathias
Cc: <a class="moz-txt-link-abbreviated" href="mailto:discuss@openjdk.java.net">discuss@openjdk.java.net</a>; build-dev
Subject: Re: JDK 7 build 24 is available at the openjdk.java.net
website

Very nice... I haven't tried it yet, but that's very much what I was
thinking.

I'll have to defer the crypto question to the security guys...
hopefully they
are listing to the build-dev alias which I CC'd.

Thanks for sharing this.

-kto

Arnd-Hendrik Mathias wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hey Kelly,
many thanks for the download links you've given below. In case
      </pre>
    </blockquote>
    <pre wrap="">someone
    </pre>
    <blockquote type="cite">
      <pre wrap="">may be going to create a short wiki page about the hg-less download
      </pre>
    </blockquote>
    <pre wrap="">and
    </pre>
    <blockquote type="cite">
      <pre wrap="">extraction process, I've attached a Makefile which might be helpful
      </pre>
    </blockquote>
    <pre wrap="">for
    </pre>
    <blockquote type="cite">
      <pre wrap="">those trying to build from scratch. I've omitted the "building the
prerequisites" stuff (download, build and install Ant, JUnit,
      </pre>
    </blockquote>
    <pre wrap="">bootstrap
    </pre>
    <blockquote type="cite">
      <pre wrap="">JDK7 binaries and the binary plugins) because the Makefile shall
      </pre>
    </blockquote>
    <pre wrap="">depict
    </pre>
    <blockquote type="cite">
      <pre wrap="">the files needed to be downloaded, extracted and restructured/renamed
      </pre>
    </blockquote>
    <pre wrap="">to
    </pre>
    <blockquote type="cite">
      <pre wrap="">set up a working source tree. Most users won't re-install the
AntJUnitBootstrapJDK7BinaryPlugs boiling each time they build a new
OpenJDK snapshot anyway.

I recognized one other thing that prevents me from building
      </pre>
    </blockquote>
    <pre wrap="">completely:
    </pre>
    <blockquote type="cite">
      <pre wrap="">The "build" target of the /jdk7-jdk7-
      </pre>
    </blockquote>
    <pre wrap="">b24/jdk/make/javax/crypto/Makefile
    </pre>
    <blockquote type="cite">
      <pre wrap="">is empty which means that all directories/classes to be included in
      </pre>
    </blockquote>
    <pre wrap="">the
    </pre>
    <blockquote type="cite">
      <pre wrap="">/tmp/sun/javax.crypto/unsigned/jce.jar are removed by the prebuild
target but not rebuilt subsequently.
Is there a special trick, how to build the
tmp/sun/javax.crypto/classes/javax/crypto,
tmp/sun/javax.crypto/classes/sun/security/internal/interfaces and
tmp/sun/javax.crypto/classes/sun/security/internal/spec?
Best regards

Arnd-Hendrik


Kelly O'Hair wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">I had hoped that Mercurial would have provided some of this source
bundling
for free, but since we went with a forest, it's not ideal. It's only
done on a per-repository basis.

If you go to:
  <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7">http://hg.openjdk.java.net/jdk7/jdk7</a>

At the top of the page are some 'zip' 'bz2' 'gz' links. These get
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">you
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">bundles, for example the default 'zip' link gets you the latest
changeset or
'tip' for this repository:
   <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7/archive/tip.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/tip.zip</a>

You can get bundles for any changeset number or even a tag, like
jdk7-b24:
   <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip</a>

But as I said, with a forest, this isn't ideal, you'd need to
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">download
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">each repository, probably something like:
   <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip">http://hg.openjdk.java.net/jdk7/jdk7/archive/jdk7-b24.zip</a>
   <a class="moz-txt-link-freetext" 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>
   <a class="moz-txt-link-freetext" 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>
   <a class="moz-txt-link-freetext" 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>
   <a class="moz-txt-link-freetext" 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>
   <a class="moz-txt-link-freetext" 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>
   <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7/langtools/archive/jdk7">http://hg.openjdk.java.net/jdk7/jdk7/langtools/archive/jdk7</a>-
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">b24.zip
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">We need a forest 'zip' option that woould create a single zip file,
but I have no idea when that would ever happen.

-kto


Lillian Angel wrote:
        </pre>
        <blockquote type="cite">
          <pre wrap="">Hi,

Will zipped bundles still be released? If not, could "make dist" be
implemented to create a zip/tarball based on the release tag?


Thanks,
Lillian


Xiomara Jayasena wrote:
          </pre>
          <blockquote type="cite">
            <pre wrap="">The OpenJDK source is available at:
<a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7">http://hg.openjdk.java.net/jdk7/jdk7</a>
and the build 24 source is here:
<a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678">http://hg.openjdk.java.net/jdk7/jdk7/rev/0a5c5386a678</a>

The OpenJDK source binary plugs and Jtreg binary for the promoted
JDK 7 build 24 are available under the openjdk
<a class="moz-txt-link-freetext" href="http://openjdk.java.net">http://openjdk.java.net</a> website under Source Code (direct link to
bundles: <a class="moz-txt-link-freetext" href="http://download.java.net/openjdk/jdk7">http://download.java.net/openjdk/jdk7</a>)

Summary of changes:
<a class="moz-txt-link-freetext" href="http://download.java.net/jdk7/changes/jdk7-b24.html">http://download.java.net/jdk7/changes/jdk7-b24.html</a>

Thanks,
-Xiomara
            </pre>
          </blockquote>
        </blockquote>
        <pre wrap="">
        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.17.1/1182 - Release Date:
12/12/2007 11:29 AM

    </pre>
  </blockquote>
  <pre wrap=""><!---->
No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.17.1/1182 - Release Date: 12/12/2007
11:29 AM
 



  </pre>
</blockquote>
</body>
</html>