I'm using Ant to build my project, generate docs and check coding strandard violations. I use some external tool through exec task. Exec prefixes the output lines with [exec]
This string messes my output up.
If I specify the -e
switch in the command line, it remains quiet.
Bir yolu var mı
- build.xml dosyasındaki her kaçak
-e
anahtarını belirtin? - ya da başka bir şey eşdeğer.