You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2005/12/21 10:54:43 UTC

svn commit: r358247 - /webservices/axis/trunk/c/docs/build.xml

Author: hawkeye
Date: Wed Dec 21 01:54:34 2005
New Revision: 358247

URL: http://svn.apache.org/viewcvs?rev=358247&view=rev
Log:
Added instructions to connect to Minotaur

Modified:
    webservices/axis/trunk/c/docs/build.xml

Modified: webservices/axis/trunk/c/docs/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/docs/build.xml?rev=358247&r1=358246&r2=358247&view=diff
==============================================================================
--- webservices/axis/trunk/c/docs/build.xml (original)
+++ webservices/axis/trunk/c/docs/build.xml Wed Dec 21 01:54:34 2005
@@ -24,6 +24,10 @@
     * 'ws-axis/site/src'    - your ihtml changes that you made.
     * 'ws-site/target/axis' - the actual html output and the pdf files that will be viewed on the web-site will be changed in here
     * 'ws-axis/c/docs'      - A copy of ws-site/targets/axis/cpp is put here.
+    * In theory there is a script that runs on minotaur to upload the files to the actual
+    * website server (Minotaur) however if this is not working or you want your changes to appear immediately ->
+	*  ssh into minotaur,
+	* cd to /www/ws.apache.org/axis and run "svn up" there.
 -->
 
 <project name="BuildAxisCSite" default="build-C-site" basedir="../../site/src/cpp">