Skip to main content
brian_thomas2
Adobe Employee
Adobe Employee
September 8, 2009
Answered

Suppressing ANT Task Output

  • September 8, 2009
  • 1 reply
  • 6159 views

Is there a way I can suppress all the [flexPmd] INFO output from the ANT task?

Thanks!

Brian

This topic has been closed for replies.
Correct answer Xavier Agnetti

You can also specify you own logging configuration:

http://java.ociweb.com/mark/programming/JavaLogging.html

HTH

Xavier

1 reply

Adobe Employee
September 8, 2009

You mean entirely?

FYI, I move the log level from INFO to WARNING in RC4.

Xavier

brian_thomas2
Adobe Employee
Adobe Employee
September 8, 2009

When run from ANT, I'd like to be able to specify not to see output unless there was an error in the process of running FlexPMD. Are these log levels part of ANT's built in logging mechanism? Maybe I just need to dig in an learn more about how that works?

Thanks!

Brian

Xavier AgnettiCorrect answer
Adobe Employee
September 9, 2009

You can also specify you own logging configuration:

http://java.ociweb.com/mark/programming/JavaLogging.html

HTH

Xavier