Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
As discussed in GANT-102, need a simple way to set the verbosity level when using Java to create a Gant binding. Most important is to set silent mode on. An alternative would to control all output (stdout and strerr) creating from executing code using the binding without affecting System.out or System.err.
Graeme split Gant.processTargets into Gant.prepareTargets and Gant.executeTargets as part of the Gant 1.9.2 release so that Grails could manipulate the Gant verbosity from Java code. Does this effectively solve this issue?
(This doesn't mean that the whole Gant verbosity setting doesn't need more refactoring.)