Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
6answers
3k views

Why choose Buckminster over Maven?

I've been using Maven for several months and I am pretty comfortable with how it works conceptually and in practice. I have also looked at Buckminster quite extensively (but have not gotten to ...
4
votes
1answer
363 views

P2 Update of RCP based application failes

I trying to update an Eclipse-RCP-3.5 based application by an P2 update-site. Application contains two features. Product is build by Eclipse Buckminster. Creation of the P2 update site is part of the ...
4
votes
4answers
2k views

Headless build of eclipse features - PDE Tools or Buckminster?

I am trying to set up a headless build for a big eclipse feature, containing other features and plugins. As some needed plugins are generated using GMF and EMF, the build workflow must be something ...
3
votes
1answer
116 views

How does one build plugins containing Aspects with Buckminster and AspectJ?

I am using a headless version of Buckminster, v3.6. From what I had read, by updating to Eclipse 3.6, the PDE environment will build AspectJ projects, if you include certain configuration in the ...
2
votes
1answer
146 views

Buckminster: running JUnit Plugin tests headless

I have a simple Hudons/Buckminster setup where Hudson checks out four Java plugin projects from SVN, materializes(?) the org.eclipse.platform from the Helios download-site, runs a small ant-job in one ...
2
votes
1answer
65 views

Slow Buckminster plugin resolution

I am running a headless Buckminster build using ant that for some reason is taking 4+ hours to finish resolving all the plugins that need to be built. There are about 350 plugins that need to be ...
2
votes
1answer
440 views

Buckminster RCP simple project materialization

After watching the webinar, skimming over the BuckyBook PDF, and following the Eclipse RCP build tutorial, I still don't know how to materialize a simple RCP plug-in project from CVS into an eclipse ...
1
vote
1answer
134 views

XML schema for Eclipse target definition files

Where can I find the XML schema and/or documentation for Eclipse target definition files (*.target)?
1
vote
2answers
349 views

Is there a overview of all buckminster commands for the hudson buckminster plugin?

I am trying to set up a continous build of our PDE project using hudson + buckminster. The problem i got is, i can't find any list/documentation of the available commands. I think it should be the ...
0
votes
3answers
89 views

How to build RCP application based on Product Configuration and Target Platform Definition?

I'm about the setup an automatic (command-line) build for my Eclipse RCP Application. I have found out the following ways to do it: Buckminster Using Maven with the pde-maven-plugin Headless PDE ...
0
votes
1answer
48 views

No suitable provider for component - Buckminster

I'm trying to build my eclipse plugin with Buckminster but there is this problem. When I try to resolve and materialize my cquery file, jenkins shows me the error message: ERROR [0001] : No ...
0
votes
1answer
92 views

Finding an old version of an eclipse feature

I need org.eclipse.equinox.executable.3.4.1 feature jar specifically to create my eclipse plugin product. I am using Buckminster to resolve dependencies. In my feature I have specified version 3.4.1 ...
0
votes
0answers
192 views

How to exclude a source folder with Buckminster build

I have an eclipse plugin project with a custom ant task. It has the following source folders. |-root |---ant |---src Output folders are defined as ant-bin and bin respectively. I'd like to build my ...
0
votes
1answer
381 views

Hudson/Jenkins: Buckminster emma: How to exclude packages

I use Jenkins and Buckminster for rcp app for CI and this works like a charme. The only problem I have is that the buckminster emma task does the code coverage for ALL packages in the checked-out ...
0
votes
1answer
307 views

Getting a RCP feature to export to a p2 site that supports multiple platforms using Buckminster

I have a simple RCP Plugin (with a product) and I want it to run in atleast Linux and Windows (32 and 64bit). I have a product that contains a Feature from which buckminster uses to create the ...
0
votes
1answer
324 views

Use version qualifier replacement in buckminster

In my cspex I have action that creates product <public name="create.product" actor="ant"> <actorProperties> <property key="buildFile" value="build/product.ant" ...
0
votes
2answers
345 views

How to override component name for svn uri in buckminster RMAP file

I am trying to materialize an RCP application into a workspace from scratch and I am having trouble with one single component whose project name in SVN is not same as it's plug-in id (e.g. it's ...