Skip to content

Java: Include debug information with compiled code by default #32

@vuongddang

Description

@vuongddang

Currently, the java libraries are compiled without debug information which makes it impossible for the consumer of the library to debug in case of error.

To include debug information, update the build.xml and set the property compile.debug to true

<property name="compile.debug"       value="true"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions