Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Plugin build and listing dependencies
Plugin build and listing dependencies [message #594460] Wed, 01 April 2009 22:02
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
When I do a headless build of a Product using
scripts/productBuild/productBuild.xml, all dependencies of our features
and plugins are automatically discovered, built, and included. Just what
we want.

When I build an individual plugin headlessly using scripts/build.xml, it
seems like I have to supply a pluginList of the plugin I want built plus
all its dependent plugins in the workspace. I do this via
customTargets.xml, target <preSetup>,<eclipse.generateFeature>. Without
listing them, the build fails during compile on account of being unable to
resolve the classes in the dependent plugins.

Is there a way to get PDE to discover the dependent plugins so I don't
have to list them explicitly?

Thanks!
MSacarny
Previous Topic:Plugin build and listing dependencies
Next Topic:Grid Layout
Goto Forum:
  


Current Time: Tue Mar 19 04:57:06 GMT 2024

Powered by FUDForum. Page generated in 0.02486 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top