You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/03 21:47:47 UTC

svn commit: rev 35643 - in gump/trunk: bin cron src/documentation/content/xdocs

Author: ajack
Date: Tue Aug  3 12:47:46 2004
New Revision: 35643

Modified:
   gump/trunk/bin/gmp.py
   gump/trunk/cron/gump.py
   gump/trunk/src/documentation/content/xdocs/gettingstarted.xml
   gump/trunk/src/documentation/content/xdocs/index.xml
   gump/trunk/src/documentation/content/xdocs/site.xml
   gump/trunk/src/documentation/content/xdocs/tabs.xml
Log:
Updated docs per SVN|CVS move.

Modified: gump/trunk/bin/gmp.py
==============================================================================
--- gump/trunk/bin/gmp.py	(original)
+++ gump/trunk/bin/gmp.py	Tue Aug  3 12:47:46 2004
@@ -86,9 +86,9 @@
     #
     # Actually run the Gump command
     #    
-    command=os.path.join(os.environ['GUMP_HOME'],'python/gump/'+command+'.py')
+    command=os.path.join(os.environ['GUMP_HOME'],'bin/'+command+'.py')
 
-    exitValue = runCommand('python '+command+' -w '+ws+' '+projects, iargs, 'python')
+    exitValue = runCommand('python '+command+' -w '+ws+' '+projects, iargs)
     
     return exitValue
     

Modified: gump/trunk/cron/gump.py
==============================================================================
Binary files. No diff available.

Modified: gump/trunk/src/documentation/content/xdocs/gettingstarted.xml
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/gettingstarted.xml	(original)
+++ gump/trunk/src/documentation/content/xdocs/gettingstarted.xml	Tue Aug  3 12:47:46 2004
@@ -102,20 +102,33 @@
       	<section><title>Jar Downloading</title>
       	<p>This is optional.</p>
       	<ul>
-      		<li>Ruper -- <fork href="http://incubator.apache.org/depot">Depot Updater</fork></li>
+      		<li>Depot -- <fork href="http://incubator.apache.org/depot">Depot Updater</fork></li>
       	</ul>
 		</section>
 	  </section>
     </section>
 
-    <section><title>Getting the source to Gump</title>
+    <section><title>Getting the source/metadata for Gump</title>
+  	  <section><title>Getting the source</title>
+		<p>Gump source code resides in Subversion <fork href="http://cvs.apache.org/viewcvs.cgi/gump/?root=Apache-SVN">here</fork>.</p>
       <source>
+      svn checkout https://svn.apache.org/repos/asf/gump/trunk/ gump 
+      </source>      
+	  <p>This checks out the source code into a sub-directory called <strong>gump</strong>. 
+		Export $GUMP_HOME to (fully qualified) point to that directory.</p>
+	  </section>
+	  <section><title>Getting the metadata</title>
+
+		<p>The shared Gump metadata resides in CVS <fork href="http://cvs.apache.org/viewcvs.cgi/gump/">here</fork>.</p>
+	<source>
+      cd gump
       export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
       cvs login
       cvs co -d metadata gump
       </source>
-
-      <p>If prompted for the password, enter <strong>anoncvs</strong></p>
+	  </section>
+      <p>If prompted for the password, enter <strong>anoncvs</strong>.</p>
+	  <p>This checks out the metadata into a sub-directory called metadata, under gump.</p>
     </section>
 
     <section><title>Defining your workspace</title>

Modified: gump/trunk/src/documentation/content/xdocs/index.xml
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/index.xml	(original)
+++ gump/trunk/src/documentation/content/xdocs/index.xml	Tue Aug  3 12:47:46 2004
@@ -70,12 +70,6 @@
       are then built on these outputs.
     </p>
 
-  <warning>
-    <link href="traditional/index.html">Traditional Gump</link> is undergoing a re-write into <link href="http://nagoya.apache.org/wiki/apachewiki.cgi?GumpPython">Python</link>, see
-    <link href="python/index.html">Python Gump</link>. Be aware that some of this documentation might be in transition,
-    or state traditional information (when Python information difers.) <strong>Please report any such findings to us</strong>.
-  </warning>
-  
     <p>
       The commands use the actual build.xml files from the projects, but do
       not use the scripts or jar files checked into CVS/SVN.  Instead, the

Modified: gump/trunk/src/documentation/content/xdocs/site.xml
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/site.xml	(original)
+++ gump/trunk/src/documentation/content/xdocs/site.xml	Tue Aug  3 12:47:46 2004
@@ -22,7 +22,8 @@
 	<gump label="Gump">
 	    <index href="index.html" label="Home"/>
 	    <status href="status.html" label="Status"/>
-	    <source href="http://cvs.apache.org/viewcvs/gump/" label="Source"/>
+	    <source href="http://cvs.apache.org/viewcvs/gump/?root=Apache-SVN" label="Source"/>
+	    <source href="http://cvs.apache.org/viewcvs/gump/" label="Metadata"/>
 	    <faq href="http://wiki.apache.org/gump/FrequentlyAskedQuestions" label="FAQ"/>
 	    <gettingstarted href="gettingstarted.html" label="Getting Started"/>
 	    <todo href="todo.html" label="Help Wanted"/>

Modified: gump/trunk/src/documentation/content/xdocs/tabs.xml
==============================================================================
--- gump/trunk/src/documentation/content/xdocs/tabs.xml	(original)
+++ gump/trunk/src/documentation/content/xdocs/tabs.xml	Tue Aug  3 12:47:46 2004
@@ -23,7 +23,6 @@
 
         <tab id="home" label="Home" dir=""/>
         <tab id="metadata" label="Object Model" dir="metadata/"/>
-        <tab id="traditional" label="Traditional Gump" dir="traditional/"/>
         <tab id="python" label="Python Gump" dir="python/"/>
 
     </tabs>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org