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

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -