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"/>