I can't get my app to produce line numbers when it dumps a stack trace when compiled with Ant 1.5.
I compile with: <javac srcdir="${src.home}" destdir="${build.compiled}" optimize="on" debug="on" debuglevel="lines" includeAntRuntime="no"> <classpath refid="project.class.path"/> </javac> Any ideas? Dave