You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ge...@gump.apache.org on 2004/03/07 18:24:38 UTC

[Gump Wiki] Updated: GumpInternals

   Date: 2004-03-07T09:24:36
   Editor: AdamJack <aj...@apache.org>
   Wiki: Gump Wiki
   Page: GumpInternals
   URL: http://wiki.apache.org/gump/GumpInternals

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -4,29 +4,21 @@
  * The GumpMetadata is loaded (via file/HTTP) and 'completed' into the GumpModel
  * The GumpModel is a tree of a workspace containing modules, which contain projects
  * Projects in the tree are linked (bi-directionally) via dependencies
- * A GumpRun is build using a pattern match expression against project names. 
+ * A GumpRun is build using a pattern match expression against project names, which contains the build sequence [of modules/projects].
+ * ["Packages"] are determined (and their state set to 'complete' or 'failed').
+ * For updates, the build sequence of modules is traversed, any in a good state are cvs|svn updated. Any failures are propogated (see below).
+ * The build sequence of projects is traversed, any in a good state have the following:
+ ** The pre-build steps are:
+ *** 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 stesp 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.)
 
--= GumpRun =-
-
-Contains the list of projects expanded from the passed in expressions (or 'all'), but also contains the 'build sequence' for that list (the tree of things to build to complete that list) and the modules that intersects with. This becomes the 'work order' for a run.
-
--= Annotatable =-
-
-Can contain a list of 'info', 'warn', 'error' text messages.
-
--= Workable =-
-
-Can be worked on (typically by 
-
--= FileHolder =-
-
-Can contain a list of file references (directories or files).
-
--= Stateful =-
-
-Holds 'state' (succeeded, failed) and 'reason' (if not Unset, e.g. 'build failed').
-
--= State Propogation =-
+= State Propogation =
 
 If a project's "state" is set to smething bad (e.g. failed) then that propogates "up" to all "dependees" of that project that do not already have a bad state. When state propogates it changes (from whatever negative) to "prerequisite failed", and the originating project becomes the ["Cause"] for these projects.
 

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