Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to include binary bundles from "pluginPath" in feature output?
How to include binary bundles from "pluginPath" in feature output? [message #590195] Thu, 22 January 2009 21:05
Mark Melvin is currently offline Mark MelvinFriend
Messages: 118
Registered: July 2009
Senior Member
Hi,

I have a continuous integration server building all of my plugins
separately, and I am now using those plugins to build the features. I
supply all dependencies in binary form and point to them using the
"pluginPath" attribute of the eclipse.buildScript Ant target. This all
works great and my feature is built with all of the appropriate version
numbers substituted. However, I can see of no way to easily package up
the features and plugins that were dependencies of the feature I just
built. I am trying to make an update site zip of all features and plugins
included in the feature I am building and it looks impossible without
ripping apart the feature.xml myself to find everything (and doing this
recursively to find dependencies of nested features).

Am I missing something here? Is there a magical flag I can pass
eclipse.buildScript that will include all children - even if they were
pre-build binaries on the pluginPath?

While I'm on the topic - what the heck is "filteredDependencyCheck"
supposed to achieve? I have tried setting this property both ways and it
appears to do nothing in my situation. The docs mention that it is
"optional, constraint the set of plug-ins and features to be considered
during the build to those reachable from the features" - but I still have
yet to figure out what that means.

Thanks,
Mark.
Previous Topic:default schema
Next Topic:Product export uses wrong bundle version
Goto Forum:
  


Current Time: Tue Mar 19 10:55:08 GMT 2024

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

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

Back to the top