Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6
-
Component/s: Ant Tasks, Core, Maven Plugin
-
Labels:None
-
Number of attachments :
Description
Printing of Stories that were excluded by filter is not desirable for projects that have many hundreds of stories.
Add a verboseFiltering flag in EmbedderControls (defaulting to false) that can be set in the usual ways, Maven/Ant configuration, @UsingEmbedder annotation, via VERBOSE_FILTERING system property (using PropertyBasedEmbedderControls), or programmatically via EmbedderControls.
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Summary | Even terser excluded stories printout. | More control of verbosity of excluded stories by filter |
Description |
Printing of Stories that were excluded, is not desirable for projects that have many hundreds of stories. The code that loops through the excluded stories to print them, is not that accessible to injection or override.
Thus, implement and optional -DskipExcludes property |
Printing of Stories that were excluded by filter is not desirable for projects that have many hundreds of stories.
Add a verboseFiltering flag in EmbedderControls (defaulting to false) that can be set in the usual ways, Maven/Ant configuration, @UsingEmbedder annotation, via VERBOSE_FILTERING system property (using PropertyBasedEmbedderControls), or programmatically via EmbedderControls. |