In ant exec task can one supress the \t[exec] prefix added to all output from the child process? -
in ant when running command exec task written stdout or stderr in child process has " [exec] " prepended every line written both console , log file. there way suppress behavior or explicitly supply prefix? (ie: "" or maybe indent)
this because ant build run in ide prefix scrambles ability of ide jump source files clicking on output error messages javac , other compilers
you may run ant -emacs
option.
however in case suppress prefix tasks.
otherwise may implement own log handler.
Comments
Post a Comment