|
What does the -quiet options do? I am using
1.2.
I am trying to suppress the display of each target
processed,
especially in the case where I have targets whose
sole purpose
is to set a flag, etc.
I'm getting the following over-informative output
(can I suppress
this reporting of each target and dependent target
processed?):
#########################################################3
D:\NewWork\SourceRoot>ant clean
EventUtilities
Searching for build.xml ... Buildfile: D:\NewWork\SourceRoot\build.xml checkModeAlreadySet:
clean:
EventUtilities:
checkModuleAvailability:
globalPropertiesFind:
globalPropertiesCheck:
globalPropertiesSetDirect:
globalPropertiesCheckAndSet:
globalProperties:
checkoutModuleIfNecessary:
checkAndRunModule:
globalPropertiesFind:
globalPropertiesCheck:
globalPropertiesSetDirect:
globalPropertiesCheckAndSet:
globalProperties:
clean:
_clean:
BUILD SUCCESSFUL
Total time: 2 seconds
|
