Skip to content

Java extension build with Ant dont have debug enabled #165

Description

@prrvchr

If you build a Java extension using Ant then the generated Java archive will not report the line numbers in the traces.

Default debug option for Ant is -g:none
Default debug option for javac is -g:{lines,vars,source}

It seems to me preferable that Ant follows the javac options, namely to obtain traces with the line number of the source code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions