I´m running a macro in ant build script in a netbeans project and in this macro is called an exec operation. In the macro I can write something to a run console of the netbeans project, but what if I want to write something during executing the exec statement? Like output from the exec?
Thanks for answers, O.