<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250">


<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;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle21
        {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]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Where and how do I install the “forest extension” to
Mercurial for a Windows box? (I really want to make the jump ASAP, assuming the
repositories are no longer in “test” status…)<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Ted Neward</span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Java, .NET, XML Services</span><span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Consulting, Teaching, Speaking, Writing</span><span
style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'><a href="http://www.tedneward.com">http://www.tedneward.com</a></span><span
style='color:#1F497D'><o:p></o:p></span></p>

</div>

<p class=MsoNormal><span style='color:#1F497D'> </span><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> Arnd-Hendrik Mathias
[mailto:arnd-hendrik.mathias@nefkom.net] <br>
<b>Sent:</b> Friday, December 14, 2007 4:37 AM<br>
<b>To:</b> Ted Neward<br>
<b>Cc:</b> '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>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: <o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Just FYI, I noticed something about your Makefile; it assumes a
Unix environment. :-)</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'> </span><o:p></o:p></p>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Ted Neward</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Java, .NET, XML Services</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'>Consulting, Teaching, Speaking, Writing</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:#1F497D'><a href="http://www.tedneward.com">http://www.tedneward.com</a></span><o:p></o:p></p>

</div>

<p class=MsoNormal><span style='color:#1F497D'> </span><o:p></o:p></p>

<div>

<div style='border:none;border-top:solid windowtext 1.0pt;padding:3.0pt 0in 0in 0in;
border-color:-moz-use-text-color -moz-use-text-color'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> Arnd-Hendrik Mathias [<a
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 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</span><o:p></o:p></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
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:5.0pt;margin-bottom:5.0pt'><pre>-----Original Message-----<o:p></o:p></pre><pre>From: <a
href="mailto:build-dev-bounces@openjdk.java.net">build-dev-bounces@openjdk.java.net</a> [<a
href="mailto:build-dev">mailto:build-dev</a>-<o:p></o:p></pre><pre><a
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
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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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
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:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><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
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
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:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>each repository, probably something like:<o:p></o:p></pre><pre>   <a
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
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
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
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
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
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
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:5.0pt;margin-bottom:5.0pt'>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><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:5.0pt;margin-bottom:5.0pt'><pre>The OpenJDK source is available at:<o:p></o:p></pre><pre><a
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
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
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
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
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'> </span><o:p></o:p></p>

<p><span style='font-size:10.0pt;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><o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p><span style='font-size:10.0pt'>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</span><o:p></o:p></p>

<p class=MsoNormal><span style='color:windowtext'><o:p> </o:p></span></p>

<p><span style='font-size:10.0pt'>No virus found in this incoming 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</span><o:p></o:p></p>

</div>

</body>

</html>
<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>