You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 10:23:49 UTC

svn commit: r792875 - /websites/staging/esme/trunk/content/docs/install/windows-xp.html

Author: buildbot
Date: Sun Jul 17 08:23:49 2011
New Revision: 792875

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/install/windows-xp.html

Modified: websites/staging/esme/trunk/content/docs/install/windows-xp.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/windows-xp.html (original)
+++ websites/staging/esme/trunk/content/docs/install/windows-xp.html Sun Jul 17 08:23:49 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/css/esme.css" rel="stylesheet" type="text/css">
-  <title>Apache ESME - Windows XP Installation Guide
</title>
+  <title>Apache ESME - Windows XP Installation Guide</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" type="image/png" href="/images/esme-logo/favicon.ico"/>
 </head>
@@ -51,7 +51,7 @@
   </div>
 
   <div id="content">
-    <h1 class="title">Windows XP Installation Guide
</h1>
+    <h1 class="title">Windows XP Installation Guide</h1>
     <h2 id="jre6">JRE6</h2>
 <p>Get the latest JRE 6 from Sun: http://java.sun.com/javase/downloads/index.jsp
 Follow the installation instructions
@@ -77,18 +77,19 @@ Variable: M2_HOME    Value: <path you've
 Variable: M2     Value: %M2_HOME%bin
 Variable: MAVEN_OPTS     Value: -Xms256m -Xmx512m
 </pre> 
-In case you have a proxy for your internet connection you need to change the settings.xml file in the conf directory.
-<pre>
-<proxies>
-   <proxy>
-      <active>true</active>
-      <protocol>http</protocol>
-      <host>proxy</host>
-      <port>8080</port>
-    </proxy>
-  </proxies>
-</pre> 
-On windows, the file can be found at C:Documents and Settings&lt;user&gt;.m2</p>
+In case you have a proxy for your internet connection you need to change the settings.xml file in the conf directory.</p>
+<div class="codehilite"><pre><span class="nt">&lt;proxies&gt;</span>
+   <span class="nt">&lt;proxy&gt;</span>
+      <span class="nt">&lt;active&gt;</span>true<span class="nt">&lt;/active&gt;</span>
+      <span class="nt">&lt;protocol&gt;</span>http<span class="nt">&lt;/protocol&gt;</span>
+      <span class="nt">&lt;host&gt;</span>proxy<span class="nt">&lt;/host&gt;</span>
+      <span class="nt">&lt;port&gt;</span>8080<span class="nt">&lt;/port&gt;</span>
+    <span class="nt">&lt;/proxy&gt;</span>
+  <span class="nt">&lt;/proxies&gt;</span>
+</pre></div>
+
+
+<p>On windows, the file can be found at C:Documents and Settings&lt;user&gt;.m2</p>
 <h2 id="get_the_esme_source">Get the ESME source</h2>
 <p>Get the latest source at http://svn.apache.org/repos/asf/esme/trunk/site/build/site/en/download/download.html
 Be aware that the source code might have errors/bugs. Therefore you can try out the following revisions that I've tried out and build successfully:</p>