Headless build of eclipse features - PDE Tools or Buckminster?

Posted by Max on Stack Overflow See other posts from Stack Overflow or by Max
Published on 2009-07-31T09:10:47Z Indexed on 2010/05/14 6:44 UTC
Read the original article Hit count: 270

Filed under:
|
|
|
|

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 like this:

  1. SVN Check-out
  2. Invoke Generation
  3. Run Tests
  4. Build all
  5. Publish update-site

Over the last couple of weeks, i played around with PDE Headless Build and Buckminster. Anyhow i still got problems with both and can't decide on which i should spent my effort.

So what would you prefer? What experience you made? Anybody out there who needed to set up a similiar workflow before?

Thank you for all answers :)

© Stack Overflow or respective owner

Related posts about build

Related posts about java