Trying to integrate JiveLint
I have JiveLint running from within ANT using a custom task. Its output looks like exactly like that of the javac task (even in the Messages window of IdeaJ):
e:\project\source\com\file.java (103:1) you wrote bad code
Each message has its own line, prefaced by the red ! (again in the messages window). But when I click on the line, IdeaJ does not jump me to the source. I have no idea what to do next - any help would be GREATLY appreciated!!!
Thanks
Please sign in to leave a comment.
good luck getting the Output Filters to work. I have posted a few times to this group, plus emailed idea directly. I still have not received any help. I was trying to get "make" errors linked up...They follow simliar format, but still have not been able to make it work.