You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/11/30 17:47:57 UTC

svn commit: r1040637 - in /uima/site/trunk/uima-website: docs/dev-quick.html xdocs/dev-quick.xml

Author: schor
Date: Tue Nov 30 16:47:57 2010
New Revision: 1040637

URL: http://svn.apache.org/viewvc?rev=1040637&view=rev
Log:
no Jira fix spelling of path for uima checkout

Modified:
    uima/site/trunk/uima-website/docs/dev-quick.html
    uima/site/trunk/uima-website/xdocs/dev-quick.xml

Modified: uima/site/trunk/uima-website/docs/dev-quick.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-quick.html?rev=1040637&r1=1040636&r2=1040637&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-quick.html (original)
+++ uima/site/trunk/uima-website/docs/dev-quick.html Tue Nov 30 16:47:57 2010
@@ -190,11 +190,13 @@
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
 <ul>
-<li><code>svn checkout https://svn.apache.org/repos/uima/uimaj/trunk /myWorkingCopy</code></li>
+<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uimaj/trunk /myWorkingCopy</code></li>
 <li><code>cd /myWorkingCopy/uimaj</code></li>
 <li><code>mvn install</code></li>
 </ul>
 </p>
+                                                <p class="note">Note: if you're using windows, 
+change the directory separator to backslash (but keep it forward for the url).</p>
                                                 <p>If you're looking for the lib containing all the built Jars, <code>cd ../uimaj-distr/target</code>
 and unzip/untar the binary distribution artifact, named something like
 <code>uimaj-[version]-bin.zip or uimaj-[version]-bin.tar.gz</code>.
@@ -218,7 +220,7 @@ following the directions above.
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
 <ul>
-<li><code>svn checkout https://svn.apache.org/repos/uima/uima-as/trunk /myWorkingCopyAS</code></li>
+<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uima-as/trunk /myWorkingCopyAS</code></li>
 <li><code>cd /myWorkingCopyAS/uima-as</code></li>
 <li><code>mvn install</code></li>
 </ul>

Modified: uima/site/trunk/uima-website/xdocs/dev-quick.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-quick.xml?rev=1040637&r1=1040636&r2=1040637&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-quick.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-quick.xml Tue Nov 30 16:47:57 2010
@@ -37,11 +37,13 @@ under the License.
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
 <ul>
-<li><code>svn checkout https://svn.apache.org/repos/uima/uimaj/trunk /myWorkingCopy</code></li>
+<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uimaj/trunk /myWorkingCopy</code></li>
 <li><code>cd /myWorkingCopy/uimaj</code></li>
 <li><code>mvn install</code></li>
 </ul>
 </p>
+<p class="note">Note: if you're using windows, 
+change the directory separator to backslash (but keep it forward for the url).</p>
 
 <p>If you're looking for the lib containing all the built Jars, <code>cd ../uimaj-distr/target</code>
 and unzip/untar the binary distribution artifact, named something like
@@ -58,7 +60,7 @@ following the directions above.
 (including the docbooks and the binary assembly) and install these artifacts 
 to your local maven repository, do the following:
 <ul>
-<li><code>svn checkout https://svn.apache.org/repos/uima/uima-as/trunk /myWorkingCopyAS</code></li>
+<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uima-as/trunk /myWorkingCopyAS</code></li>
 <li><code>cd /myWorkingCopyAS/uima-as</code></li>
 <li><code>mvn install</code></li>
 </ul>