Hello,
I am using an Ant PHPLint task. It sends me an email if there are some syntax errors. But there are no detailed information about line number or kind of error in that email (I have to check the log-file).
Any idea how to get full detailed errors out of an Ant PHPLint task?
current example error:
lintphp:
BUILD FAILED
/var/www/html/ant_test/build.xml:43: apply returned: 255
Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
Special thanks.
Best regards, René