[ 
https://issues.apache.org/jira/browse/BATIK-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135825#comment-15135825
 ] 

ASF GitHub Bot commented on BATIK-1140:
---------------------------------------

GitHub user ManuelB opened a pull request:

    https://github.com/apache/batik/pull/8

    Feature/batik 1140 default with line numbers

    Explanation is here:
    https://issues.apache.org/jira/browse/BATIK-1140

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ManuelB/batik 
feature/BATIK-1140-default-with-line-numbers

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/batik/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit 8f22f6ffa805ddff2a07517faba89babf56a5e8c
Author: Luis Bernardo <[email protected]>
Date:   2015-03-17T10:22:58Z

    tagged batik-1_8 branch
    
    git-svn-id: 
https://svn.apache.org/repos/asf/xmlgraphics/batik/tags/batik-1_8@1667238 
13f79535-47bb-0310-9956-ffa450edef68

commit 7c5c568c5103c89fc5869e76c7a349d5f49d854f
Author: Manuel Blechschmidt <[email protected]>
Date:   2016-02-06T15:27:22Z

     * Fixed BATIK-1141-update-ant

commit a8e94759b8e94dc6501c13bc654efb0f9f54d9d2
Author: Manuel Blechschmidt <[email protected]>
Date:   2016-02-06T15:34:37Z

     * BATIK-1140 line numbers should always be part of the build artifacts

----


> 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
>         Attachments: No-Lines-Batik-1-8.png
>
>
>  # 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]

Reply via email to