[jbosstools-issues] [JBoss JIRA] (JBIDE-11683) Enable defining runtime download using external xml file

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Apr 30 08:56:17 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688790#comment-12688790 ] 

Snjezana Peco commented on JBIDE-11683:
---------------------------------------

I have added the following features:

- The download runtime can be added to the http://download.jboss.org/example/download_runtime.xml. For instance:

{code}
<runtimes>
	<runtime
            id="org.jboss.tools.runtime.core.seam.230" 
            name="JBoss Seam 2.3.0.Beta1"
            version="2.3.0.Beta1"
            size="128.8MB"
            url="http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.Beta1/jboss-seam-2.3.0.Beta1-dist.zip/?use_mirror=autoselect"
            disclaimer="true"/>
</runtimes>
{code}

We can redefine runtime download (to 2.3.0.Final when it is released, for instance) or add a new runtime download without changing the code.
This file can be separately defined for JBT and JBDS.

- If the user unchecks "Delete archive after installing", the Project Examples will remember the timestamp of the archive after downloading and won't download the archive the next time.

Committed to the trunk. Attached is a patch.
                
> Enable defining runtime download using external xml file
> --------------------------------------------------------
>
>                 Key: JBIDE-11683
>                 URL: https://issues.jboss.org/browse/JBIDE-11683
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: project-examples
>    Affects Versions: 3.3.0.Beta2
>            Reporter: Snjezana Peco
>            Assignee: Snjezana Peco
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list