Buckminster is a set of frameworks and tools for automating build, assemble & deploy (BA&D) development processes in complex or distributed component-based development. Buckminster allows development organizations to define fine-grained "production lines" for the various stages in software production - unit testing, integration testing, field deployment, staged migration, etc. - and to automate the execution of corresponding processes.
Questions tagged [buckminster]
33 questions
1
vote
1 answer
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 p2.site. (I only use a build.properties and…

Craig
- 853
- 1
- 10
- 17
1
vote
1 answer
How to materialize Idempiere Version 5.1
How do you materialize idempiere? I am using Eclipse Neon 4.6 use Buckminster updated download from Eclipse http://download.eclipse.org/tools/buckminster/updates-4.5 and I am using Java SDK 8 152 version. Also I already clone their repository in…

dwir182
- 1,539
- 10
- 20
1
vote
1 answer
Buckminster can't resolve org.eclipse.fx.javafx
I was about to switch our build process from efxclipse 1.2.0 and eclipse juno to efxclipse 2.2.0 and mars. Before i switsched everyhting worked fine. Now after switching, buckminster complains that is can't resolve org.eclipse.fx.javafx.
The error…

Westranger
- 1,308
- 19
- 29
1
vote
0 answers
Pruning JUnit stack traces in Jenkins
Here is a sample stack trace from running JUnit tests in Eclipse through Buckminster within Jenkins:
java.lang.AssertionError: Method reset could not be found
at org.junit.Assert.fail(Assert.java:88)
at…

Volker Stolz
- 7,274
- 1
- 32
- 50
1
vote
1 answer
How to configure buckminster to not use default JDK to compile during build?
I'm creating a build job on jenkins, the main part of it is a buckminster launch:
The job requires Java 1.8 and it's integrated JavaFX. The servers JAVA_HOME points to a Java 1.7 and all other jobs use that JDK.
So I configured a 1.8 JDK in the…

flavio.donze
- 7,432
- 9
- 58
- 91
1
vote
0 answers
Is there a tool to convert a Buckminster project into Maven?
I'm tasked with migrating our product's build/dependency-management technology from Buckminster to Maven. I'm quite decent with Maven, but before I drill down into Buckminster's inner-workings (which I'm not currently very knowledgeable on), I…

therearetwoosingoose
- 91
- 4
1
vote
1 answer
no Component Definition Wizard in Eclipse
i'm going to add service to my OSGI project and follow the tutorial to add "Component Definition" using eclipse wizard. so i navigate to menu "new->plug-in development->Component Definition" but i can't find there.
i'm using eclipse indigo and…

zuhriutama
- 31
- 3
1
vote
2 answers
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 headless buckminster commands, unfortunately i can't…
Max
1
vote
2 answers
Buckminster headless build utf-8 encoding
We have an Jenkins CI, which creates our Eclipse RCP application. It was set up with this tutorial: http://www.ralfebert.de/blog/eclipsercp/rcp_builds/ . So far so good, we didn´t have any problems until we decided to use utf-8 encoding for our…

holzleube
- 159
- 1
- 2
- 10
0
votes
0 answers
How to mavenize eclipse RCP application?
Current state:
Multi-module Java 6 project using Eclipse plugins, application is distributed for Windows platform only as an exe file with directories with many jars and some init and configuration files. These client distribution is build via…

BatmanGirl
- 23
- 5
0
votes
1 answer
Error while trying to update p2 site with Buckminster
I am really new in buckminster.
I have just downloaded from our repository an Eclipse RCP project that needs a plugin update (placed in its Target Platform). We are currently using a remote target platform.
I have downloaded the remote target…

usuariomunion
- 23
- 5
0
votes
1 answer
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 exactly to be able to query the repository for…

hakan
- 1,801
- 15
- 14
0
votes
1 answer
Use version qualifier replacement in buckminster
In my cspex I have action that creates product
…

camokatu
- 1
0
votes
1 answer
why does buckminster not resolve my passed JVM argument?
I have a jenkins job which uses buckminster to build an eclipse product.
At the beginning I have an "Extended Choice Parameter" where the "customer" key can be selected.
In the buckminster configuration I use this "customer" variable to select the…

flavio.donze
- 7,432
- 9
- 58
- 91
0
votes
1 answer
Buckminster 3.6 and above on Jenkins, limited error feedback
I was trying to find an answer for my problem for a long time, but I wasn't able to.
We are using Jenkins 1.501 with Buckminster plug-in 1.1.0. Some time ago I had to move from Buckminster 3.5 to 3.6 but I encountered an important issue since…

Dijef
- 1
- 1