Manuel Blechschmidt created BATIK-1140:
------------------------------------------
Summary: Batik maven artifacts should have line numbers included
for easier debugging
Key: BATIK-1140
URL: https://issues.apache.org/jira/browse/BATIK-1140
Project: Batik
Issue Type: Improvement
Components: GVT
Affects Versions: 1.8
Environment: Linux, Java 1.8, maven 3.3
Reporter: Manuel Blechschmidt
Priority: Minor
# Use the cool maven artifacts from central e.g.:
{code}
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-swing</artifactId>
<version>1.8</version>
<scope>test</scope>
</dependency>
{code}
# Observe a wired Behavior with Batik (in my case an infinite loop of
rendering tries)
# Download source code from maven central to set some breakpoints (eclipse is
doing this for me automatically)
Expected:
* Downloaded source code should contains line numbers
Actual:
* Downloaded source does not contain line numbers and therefore is very tough
to debug. Only method breakpoints are possible
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]