[Gump Wiki] Updated: GumpScripts

2004-10-01 Thread general
   Date: 2004-10-01T14:36:29
   Editor: AdamJack <[EMAIL PROTECTED]>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   no comment

Change Log:

--
@@ -2,12 +2,14 @@
 
 There are a number of scripts available, all with the same commandline interface.
 
- * gump/update.py -- just does the CVS/SVN updates
- * gump/build.py -- just does the build portions
- * gump/check.py -- checks the various entities (projects/modules)
- * gump/env.py -- checks the environment [for tools Gump uses]
- * gump/integrate.py -- does it all
- * gump/preview.py -- preview a run
+ * gump.py -- main entry point
+
+ * bin/update.py -- just does the CVS/SVN updates
+ * bin/build.py -- just does the build portions
+ * bin/check.py -- checks the various entities (projects/modules)
+ * bin/env.py -- checks the environment [for tools Gump uses]
+ * bin/integrate.py -- does it all
+ * bin/preview.py -- preview a run
 
 Some separate scripts:
 
@@ -17,8 +19,7 @@
 
  * gump/gui/view.py -- a GUI  '''work in progress'''
 
- * gumpy.py -- set up the environment, and run integrate.py [or check.py]
- * gump/continuous.py -- continuously run gump.py '''work in progress'''
+ * bin/continuous.py -- continuously run gump.py '''work in progress'''
  
 = Commandline Interface =
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: GumpScripts

2004-07-27 Thread general
   Date: 2004-07-27T06:32:50
   Editor: AdamJack <[EMAIL PROTECTED]>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   Referenced GumpCommandLineOptions

Change Log:

--
@@ -22,6 +22,8 @@
  
 = Commandline Interface =
 
+For full details see GumpCommandLineOptions.
+
 All scripts take the following:
 
-w {workspace} [project expression  [--verbose|--debug]]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: GumpScripts

2004-04-30 Thread general
   Date: 2004-04-30T14:43:33
   Editor: 67.234.191.115 <>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   no comment

Change Log:

--
@@ -15,10 +15,10 @@
 
  * gump/test/pyunit.py -- Gump unit tests
 
- * gump/gui/view.py -- a GUI  """work in progress"""
+ * gump/gui/view.py -- a GUI  '''work in progress'''
 
  * gumpy.py -- set up the environment, and run integrate.py [or check.py]
- * gump/continuous.py -- continuously run gump.py """work in progress"""
+ * gump/continuous.py -- continuously run gump.py '''work in progress'''
  
 = Commandline Interface =
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: GumpScripts

2004-04-30 Thread general
   Date: 2004-04-30T14:42:04
   Editor: 67.234.191.115 <>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   Adding reference to gmp/env/preview

Change Log:

--
@@ -5,11 +5,20 @@
  * gump/update.py -- just does the CVS/SVN updates
  * gump/build.py -- just does the build portions
  * gump/check.py -- checks the various entities (projects/modules)
+ * gump/env.py -- checks the environment [for tools Gump uses]
  * gump/integrate.py -- does it all
- * gump/gui/view.py -- a GUI (work in progress)
- * gump/continuous.py -- continuously run integrate.py (work in progress)
+ * gump/preview.py -- preview a run
+
+Some separate scripts:
+
+ * gmp.py (a front end to the above)
+
  * gump/test/pyunit.py -- Gump unit tests
+
+ * gump/gui/view.py -- a GUI  """work in progress"""
+
  * gumpy.py -- set up the environment, and run integrate.py [or check.py]
+ * gump/continuous.py -- continuously run gump.py """work in progress"""
  
 = Commandline Interface =
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: GumpScripts

2004-03-20 Thread general
   Date: 2004-03-20T09:20:08
   Editor: 80.176.146.62 <>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   Put examples on separate lines (lines with leading spaces seem to be merged)

Change Log:

--
@@ -19,6 +19,6 @@
 
 e.g.
 
-   -w ../gump.xml jakarta-*
+   -w ../gump.xml jakarta-* [[BR]]
-w ../gump.xml all --debug
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Gump Wiki] Updated: GumpScripts

2004-03-07 Thread general
   Date: 2004-03-07T10:56:01
   Editor: AdamJack <[EMAIL PROTECTED]>
   Wiki: Gump Wiki
   Page: GumpScripts
   URL: http://wiki.apache.org/gump/GumpScripts

   no comment

Change Log:

--
@@ -1,4 +1,4 @@
-=GumpScripts=
+= GumpScripts =
 
 There are a number of scripts available, all with the same commandline interface.
 
@@ -7,7 +7,10 @@
  * gump/check.py -- checks the various entities (projects/modules)
  * gump/integrate.py -- does it all
  * gump/gui/view.py -- a GUI (work in progress)
-
+ * gump/continuous.py -- continuously run integrate.py (work in progress)
+ * gump/test/pyunit.py -- Gump unit tests
+ * gumpy.py -- set up the environment, and run integrate.py [or check.py]
+ 
 = Commandline Interface =
 
 All scripts take the following:

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]