Hi It should be really easy and straightforward thing to turn on the javac -g option to generate debug information, but for some funny reason I cannot do it.
I tried "mvn -Dmaven.compiler.debug=true -Dmaven.compiler.debuglevel=lines,vars,source compile" but what I get is [DEBUG] (f) compilerId = javac [DEBUG] (f) debug = false [DEBUG] (f) debuglevel = lines,vars,source Thanks for any hints. --jaakko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
