I have discovered some issues in my program. I was using log4j for logging, however, inside the log file, all line number become \"?\".
The conversati
Set the options debug="true" debuglevel="lines,source" in your javac ant-task.
debug="true" debuglevel="lines,source"