Date: 2004-03-07T09:41:04
   Editor: AdamJack <[EMAIL PROTECTED]>
   Wiki: Gump Wiki
   Page: GumpInternals
   URL: http://wiki.apache.org/gump/GumpInternals

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -22,16 +22,19 @@
 == Build ==
 
  * The build sequence of projects is traversed, any in a good state have the 
following:
- 1. The pre-build steps are:
- a. Create directories for <mkdir
- *** Delete directories for <delete Note: Currently disabled for security.
- ** Build using script or ant (or maven). Classpath is determined/set.
- ** State is set/propogated based of exit code.
- ** The post-build steps are:
- *** Check all outputs (jars/licenses) exist, or set state to failed.
- *** Copy outputs to Jar repository
- *** 'List' certain files (maven log, junit reports, etc.)
 
+=== Pre-build steps ===
+ * Create directories for <mkdir
+ * Delete directories for <delete Note: Currently disabled for security.
+
+=== Build steps ===
+ * Build using script or ant (or maven). Classpath is determined/set.
+ * State is set/propogated based of exit code.
+
+=== Post-build steps ===
+ * Check all outputs (jars/licenses) exist, or set state to failed.
+ * Copy outputs to Jar repository
+ * 'List' certain files (maven log, junit reports, etc.)
 
 = Processing Results =
 

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

Reply via email to