You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/07/02 12:23:47 UTC

[jira] Created: (JCR-2181) Faster packaging of the standalone jar

Faster packaging of the standalone jar
--------------------------------------

                 Key: JCR-2181
                 URL: https://issues.apache.org/jira/browse/JCR-2181
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-standalone
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting


Currently the standalone jar is created by first unpacking all the dependencies to target/classes and then packaging the resulting directory tree into the resulting jar file. This takes quite a while as all the writing and reading of uncompressed class files requires lots of disk IO. We could avoid these extra copies by using the bundle or assembly plugin to build the standalone jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2181) Faster packaging of the standalone jar

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-2181.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Done in revision 790558.

> Faster packaging of the standalone jar
> --------------------------------------
>
>                 Key: JCR-2181
>                 URL: https://issues.apache.org/jira/browse/JCR-2181
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-standalone
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 2.0.0
>
>
> Currently the standalone jar is created by first unpacking all the dependencies to target/classes and then packaging the resulting directory tree into the resulting jar file. This takes quite a while as all the writing and reading of uncompressed class files requires lots of disk IO. We could avoid these extra copies by using the bundle or assembly plugin to build the standalone jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.