Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Different builds using Buckminster

> Not sure I understand. The plug-in *is* a jar when you download it. If
> you don't unpack, it will remain a jar.

In general yes, its true. But our plugins are located in SVN as sources.
So there is a need to package them automatically.

> I'm not sure why you get the error you get. What is plC in this case
> and how was it obtained?

All our plugins are standard Eclipse PDE plugins and reside as sources
in SVN repository. Let me provide sample RMAP, CQUERY and MSPEC:

RMAP:
<rmap ...>
  <searchPath name="default">
    <provider readerType="svn" componentTypes="osgi.bundle,buckminster">
      <uri format="svn://localhost/repo/{0}/trunk/">
        <bc:propertyRef key="buckminster.component" />
      </uri>
    </provider>
  </searchPath>
  <locator searchPathRef="default" pattern="^.*$" />
</rmap>

CQUERY:
<componentQuery ...>
  <rootRequest name="plA" componentType="osgi.bundle"/>
</componentQuery>

MSPEC:
<mspec ... materializer="targetPlatform" />


Back to the top