I want to add the following compiler attributes to an Eclipse plugin I developed for Lotus Notes, so that when an exception occurs, I get the line where it occurred:
debug=true debuglevel=lines,vars,source
I've thought this is the best way to do this, after seeing this question
So I've put in the build.properties file this new line
compilerArg ="-debug=true -debuglevel=lines,vars,source "
It doesn't show the lines where exceptions occur (still shows "Unknown Source")
Any thoughts are appreciated.
EDIT: I am using Eclipse to run the build, from the update site project.