[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-729) generate plugin dependencies in eclipse.ini/config.ini rather than hardcoding versions

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri May 29 18:14:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBDS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12469981#action_12469981 ] 

Nick Boldt commented on JBDS-729:
---------------------------------

Some quick pseudo code before I forget:

---

1. rename existing .ini files to .template.ini

2. generate files from .template versions using <expandproperties/> or other filterchain

3. for f in **/eclipse.ini, **/config.ini, **/config_jbds.ini;
  replace string with real version (or generate from template/placeholder var) for the following strings:
    eclipse.buildId=M20080911-1700
    org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar 
    org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
    org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
    org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
done

---

Now the question is... where / when to do this in the installer script?

> generate plugin dependencies in eclipse.ini/config.ini rather than hardcoding versions
> --------------------------------------------------------------------------------------
>
>                 Key: JBDS-729
>                 URL: https://jira.jboss.org/jira/browse/JBDS-729
>             Project: Developer Studio
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Nick Boldt
>            Assignee: Denis Golovin
>
> From Denis:
> > Bumped in JBDS launch problem, the reason is - migration to Eclipse 3.5 wasn't done for installer. Fixed for linux version, but need find a way to update original config.ini/eclipse.ini files during build adding xsl.transformation  plug-ins in it without keeping a copies of ini files 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list