Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1620

CLONE - Enable dropin folder reconciling by default for JBDS product

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.0.0.Beta3
    • 4.0.0.GA
    • build
    • None
    • Hide

      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

      Show
      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

      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.

            nivologd@gmail.com Denis Golovin (Inactive)
            nivologd@gmail.com Denis Golovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: