You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/05/29 04:34:13 UTC

svn commit: r410013 - /james/server/trunk/BUILDING.txt

Author: noel
Date: Sun May 28 19:34:13 2006
New Revision: 410013

URL: http://svn.apache.org/viewvc?rev=410013&view=rev
Log:
fix typo in tar options

Modified:
    james/server/trunk/BUILDING.txt

Modified: james/server/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/james/server/trunk/BUILDING.txt?rev=410013&r1=410012&r2=410013&view=diff
==============================================================================
--- james/server/trunk/BUILDING.txt (original)
+++ james/server/trunk/BUILDING.txt Sun May 28 19:34:13 2006
@@ -11,7 +11,7 @@
 1) Install Ant (v1.6.5 as of the time of this writing)
 
 2) Add Ant to your path.  For me, I do the following:
-   $ tar ztvf apache-ant-1.6.5-bin.tar.gz
+   $ tar zxvf apache-ant-1.6.5-bin.tar.gz
    $ mv apache-ant-1.6.5 /usr/local
    $ ln -sf /usr/local/apache-ant-1.6.5 /usr/local/ant
    $ ln -sf /usr/local/ant/bin/ant /usr/local/bin/ant



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org