You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ted Kirby (JIRA)" <ji...@apache.org> on 2007/10/02 01:42:50 UTC

[jira] Created: (GERONIMODEVTOOLS-234) download eclipse bits faster

download eclipse bits faster
----------------------------

                 Key: GERONIMODEVTOOLS-234
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-234
             Project: Geronimo-Devtools
          Issue Type: Improvement
          Components: J2G
    Affects Versions: 1.0.0
            Reporter: Ted Kirby


The eclipse bits are taking way to long to download.  I borrowed technology from the eclipse-plugin/eclipse/build.xml that makes it download much faster, at least for me.  I also upgraded to the same level of eclipse that the eclipse-plugin uses.  I didn't understand why each build deleted the downloaded eclipse.  That seemed to be asking it to download it for each build, which I think we'd want to avoid.

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


[jira] Updated: (GERONIMODEVTOOLS-234) download eclipse bits faster

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

Ted Kirby updated GERONIMODEVTOOLS-234:
---------------------------------------

    Attachment: GD234.patch

Here is the patch.  Probably we want to get rid of all these eclipse*.xml files in eclipse, and just use one, like maybe eclipse.xml, like the eclipse-plugin does.

> download eclipse bits faster
> ----------------------------
>
>                 Key: GERONIMODEVTOOLS-234
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-234
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: J2G
>    Affects Versions: 1.0.0
>            Reporter: Ted Kirby
>         Attachments: GD234.patch
>
>
> The eclipse bits are taking way to long to download.  I borrowed technology from the eclipse-plugin/eclipse/build.xml that makes it download much faster, at least for me.  I also upgraded to the same level of eclipse that the eclipse-plugin uses.  I didn't understand why each build deleted the downloaded eclipse.  That seemed to be asking it to download it for each build, which I think we'd want to avoid.

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