[
https://issues.jboss.org/browse/JBDS-1620?page=com.atlassian.jira.plugin....
]
Denis Golovin updated JBDS-1620:
--------------------------------
Description:
Need to find way to control
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info content from
product build.
Adding configuration part into jbds-all.product definition leads to
configuration/config.ini to have bundles.info property with list of bundles.
In 4.1.0 it is fixed by adding
-Dosgi.bundles=reference:file:org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20110114.jar@4:start
into jbdevstudio.ini which requires additional check/update for bundle jar file name after
target platform is changed.
was:
Now to get that supported several additions steps should be done:
To activate dropins reconciling you need to do the following:
- open
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- find the line
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,false
and change it to
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,true
- create the studio/dropins directory and add plugins as is usual
- start JBDS with the -clean option at least once
To eliminate this steps plugin org.eclipse.equinox.p2.reconciler.dropins should be marked
as auto started in jbds-all.product definition which is used to build JBDS product
Workaround Description:
Now to get that supported several additions steps should be done:
To activate dropins reconciling you need to do the following:
- open
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- find the line
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,false
and change it to
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,true
- create the studio/dropins directory and add plugins as is usual
- start JBDS with the -clean option at least once
To eliminate this steps plugin org.eclipse.equinox.p2.reconciler.dropins should be marked
as auto started in jbds-all.product definition which is used to build JBDS product
CLONE - Enable dropin folder reconciling by default for JBDS product
--------------------------------------------------------------------
Key: JBDS-1620
URL:
https://issues.jboss.org/browse/JBDS-1620
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.0.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 5.0.0.M1
Need to find way to control
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info content from
product build.
Adding configuration part into jbds-all.product definition leads to
configuration/config.ini to have bundles.info property with list of bundles.
In 4.1.0 it is fixed by adding
-Dosgi.bundles=reference:file:org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20110114.jar@4:start
into jbdevstudio.ini which requires additional check/update for bundle jar file name
after target platform is changed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira