Re: howto redirect file content to ANT console to follow a build

2013-07-04 Thread Markus Bauer-Sommerfeld
I found a solution by my own: I used a parallel task. One for the Matlab call and one for a tail -f command as daemon. tail -f is killed automatically, if Matlab has finished: Am Mittwoch, 3. Juli 2013 09:57:28 UTC+2

howto redirect file content to ANT console to follow a build

2013-07-03 Thread Markus Bauer-Sommerfeld
I have setup a Jenkins job which calls an ANT script. This ANT-script calls Matlab to codegenerate and compile Software. Matlab writes continously while working to a logfile. This target takes about 90--150mins. Is it possible to redirect the content of the matlab logfile to the ANT console to