[jbosstools-issues] [JBoss JIRA] (JBDS-2617) JBDS includes pack.gz making the installer 200MB bigger

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Apr 22 09:39:54 EDT 2013


     [ https://issues.jboss.org/browse/JBDS-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-2617.
------------------------------

    Resolution: Done


Fixed like this in 7.0.0.Alpha2x and trunk branches:

{code}
Index: product/installer/pom.xml
===================================================================
--- pom.xml	(revision 11552)
+++ pom.xml	(working copy)
@@ -92,6 +92,7 @@
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/update/jbds</outputDirectory>
+              <excludes>**/*.pack.gz</excludes>
             </configuration>
           </execution>
         </executions>
{code}

                
> JBDS includes pack.gz making the installer 200MB bigger
> -------------------------------------------------------
>
>                 Key: JBDS-2617
>                 URL: https://issues.jboss.org/browse/JBDS-2617
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build, installer
>    Affects Versions: 7.0.0.Alpha2
>            Reporter: Fred Bricon
>            Assignee: Mickael Istria
>            Priority: Blocker
>              Labels: respin-c
>             Fix For: 7.0.0.Alpha2
>
>
> The JBDS 7 alpha2b respin from  http://www.qa.jboss.com/binaries/RHDS/builds/development/7.0.0.Alpha2b.installer/ is fat :
> Latest Build:   7.0.0.Alpha2-v20130421-0725-B198
>     Universal Multi-Platform Standalone 666.5M (MD5)
>     Universal Multi-Platform EAP 6 Bundle 778.37M (MD5)
> As opposed to the http://www.qa.jboss.com/binaries/RHDS/builds/development/7.0.0.Alpha2a.installer/ one
> Latest Build:   7.0.0.Alpha2-v20130415-1444-B156
>     Universal Multi-Platform Standalone 463.0M (MD5)
>     Universal Multi-Platform EAP 6 Bundle 574.86M (MD5)
> The respin-b includes pack.gz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list