[
https://issues.apache.org/jira/browse/SIS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674500#comment-16674500
]
Martin Desruisseaux commented on SIS-430:
-----------------------------------------
Done for {{sis-console}} module (geoapi-4.0 branch) and for the web site
(staging area only). The remaining work to do is in the {{sis-openoffice}}
module.
> Remove PACK200 usage
> --------------------
>
> Key: SIS-430
> URL: https://issues.apache.org/jira/browse/SIS-430
> Project: Spatial Information Systems
> Issue Type: Task
> Components: Build process, OpenOffice
> Reporter: Martin Desruisseaux
> Assignee: Martin Desruisseaux
> Priority: Major
> Fix For: 1.0
>
>
> The PACK200 format was used for building the {{open-office}} add-in and the
> binary distribution. But PACK200 will be removed in future Java versions. We
> need to remove our use of it. This task impacts at least the following files:
> * *master:*
> ** {{application/pom.xml}}
> ** {{application/sis-console/pom.xml}}
> ** {{application/sis-console/src/main/artifact/README}}
> ** {{application/sis-console/src/main/artifact/bin/sis}}
> ** {{application/sis-openoffice/pom.xml}}
> **
> {{application/sis-openoffice/src/main/java/org/apache/sis/openoffice/Registration.java}}
> **
> {{core/sis-build-helper/src/main/java/org/apache/sis/internal/maven/*.java}}
> * *site:*
> ** {{content/build.mdtext}}
> In addition, we should modify the {{sis-openoffice}} module for uncompressing
> {{sis-embedded-data.jar}} file. Since the JAR files are compressed in the
> {{sis.oxt}} file, it should not make a difference on the size of the
> distributed binary file. However it makes a big difference on the performance
> after {{sis.oxt}} registration: Derby is much faster in using embedded
> database if the JAR file is uncompressed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)