Menu

#3 Add debug info to .jar

closed
None
5
2005-10-12
2005-10-03
No

I just discovered why the jar got smaller when I
switched to a new version of Ant. Evidently the new
version of Ant removes all debug information from the
.class files. That can make it very difficult to track
down the source of problems that people are experiences.

This RFE is to put the debug info back in (with the
negligible side effect of a larger jar).

Discussion

  • John Currier

    John Currier - 2005-10-12

    Logged In: YES
    user_id=1264584

    Fixed build.xml in release 1.7.0 to have an appropriate
    level of debug information to include source identfiers and
    line numbers. Stack traces are now complete.

     
  • John Currier

    John Currier - 2005-10-12
    • status: open --> closed
     

Log in to post a comment.