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

svn commit: r1147552 - /esme/site/trunk/content/docs/install/windows-xp.mdtext

Author: rhirsch
Date: Sun Jul 17 08:25:48 2011
New Revision: 1147552

URL: http://svn.apache.org/viewvc?rev=1147552&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/install/windows-xp.mdtext

Modified: esme/site/trunk/content/docs/install/windows-xp.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/windows-xp.mdtext?rev=1147552&r1=1147551&r2=1147552&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/windows-xp.mdtext (original)
+++ esme/site/trunk/content/docs/install/windows-xp.mdtext Sun Jul 17 08:25:48 2011
@@ -42,7 +42,7 @@ In case you have a proxy for your intern
         </proxy>
       </proxies>
  
-On windows, the file can be found at C:\Documents and Settings\<user>\.m2
+On windows, the file can be found at C:&#47;Documents and Settings&#47;<user>&#47;.m2
 
 ## Get the ESME source
 Get the latest source at http://svn.apache.org/repos/asf/esme/trunk/site/build/site/en/download/download.html
@@ -70,12 +70,12 @@ After clicking "OK" the code should star
 Start the command line: press the <windows > and <R> key.
 Change to the trunk\server directory of the downloaded ESME code (with cd xxxxx).
 Start the build with mvn install.
-If no errors appeared you can find a .WAR file in the trunk\server\target directory.
+If no errors appeared you can find a .WAR file in the trunk&#47;server&#47;target directory.
 
 ## Deploying ESME
 Ensure that the Tomcat service is running.
 Take the .war file and rename it to esme.war.
-Copy the file to the tomcat webapps directory (e.g. C:\tomcat60\webapps). Tomcat will expand the war file automatically.
+Copy the file to the tomcat webapps directory (e.g. C:&#47;tomcat60&#47;webapps). Tomcat will expand the war file automatically.
 Now you've deployed ESME on the tomcat server.
 
 ## Starting ESME