ajack 2004/03/16 15:19:04
Modified: python/gump engine.py
Log:
Allow a check task...
Revision Changes Path
1.89 +3 -1 gump/python/gump/engine.py
Index: engine.py
===================================================================
RCS file: /home/cvs/gump/python/gump/engine.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- engine.py 16 Mar 2004 21:04:46 -0000 1.88
+++ engine.py 16 Mar 2004 23:19:04 -0000 1.89
@@ -157,7 +157,6 @@
workspace.writeXMLToFile(default.merge)
workspace.setMergeFile(default.merge)
-
"""
******************************************************************
@@ -983,6 +982,9 @@
task=GumpTask(name,['preprocess','loadStatistics'])
elif 'build'==name:
# Build using Ant|Maven|...
+ task=GumpTask(name,['preprocess','loadStatistics'])
+ elif 'check'==name:
+ # Check metadata
task=GumpTask(name,['preprocess','loadStatistics'])
elif 'prepareDocumentation'==name:
# Prepare documentation (e.g. create forest templates)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]