I am using JavaScript Lint for checking JavaScript source code. It's working fine with recursive analysis showing results in command window, but I would like to integrate JavaScript Lint results to Hudson (running JavaScript Lint from batch file). How can I get log of JavaScript Lint saved to XML? There are output format configuration in JavaScript Lint, but those customize format of error message.
Thank you in advance, Andrey