Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Bundle Dependency Question

Hi Mark,
If you want a solution that will be able to understand and populate your workspace using transitive dependencies in both features, plug-ins, and Maven projects, you should take a look at the Eclipse technology project Buckminster. http://www.eclipse.org/buckminster.

We can build using the underlying PDE-build mechanisms and we do a fairly good job building RCP apps. Similar to Ivy, our Maven support is not on par with what Maven themselves provide. We expect that to improve in the near future since our home brewed Maven integration will be replaced by a plug-in written by Maven people that embeds the real thing.

We've been looking at Ivy as a candidate for integration also, but we haven't got around to that yet.

I'll be happy to answer any questions you might have on Buckminster on our newsgroup or on our mailing-lists.

Kind Regards,
Thomas Hallgren



Back to the top