Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] recommended way of adding platform-specific plugins during pdebuild

hi,

I've got another question regarding PDE Build :-)

Consider we've got one universal feature with 3 platform specific plugins. Plugins have Eclipse-PlatformFilter header set to linux, mac and win32.
Now we have PDEBuild. During build it installs the feature ([p2.install.feature]) but instead of all plugins, only those which match build server architecture are installed.
Not good.. :-|

So far I have seen it workarounded in Athana by separate ant <get> call to get all platform-specific plugins, but I'm wondering what's the correct way to solve this?
Googling tells that build script could use p2.mirror to mirror whole repo with that problematic feature and all it's plugins to the built application.
Is this the recommended way to go? or is there any better magic to solve this?

thanks!

Jacek

Back to the top