Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Build script generation problem

Title: Build script generation problem

I'm not sure if this is the right forum, please direct me to the right one if this wrong.

I want to build my feature headless using eclipse 3.1.2 (building from the PDE works fine)

The feature consists of several plugins located in the following directory structure:

buildDirectory/

        features/       - Feature(s) to be built
        plugins/                - Plugins to be built
        fallback/       - Plugins to be built     (Plugins that act as fallback if corresponding plugin in "plugins/" fail)

The problem occurs when executing the "eclipse.buildScript" task for a plugin in located in the "fallback" directory:

...\genericTargets.xml:74: org.eclipse.core.runtime.CoreException: Unable to find plug-in: com.sonyericsson.eclipse.clearcase_0.0.0. Please check the

 error log for more details.

If I move the plugin to the "plugins" directory, script generation works fine, but then the logic for the directory structure is broken.

How do I make "eclipse.buildScript" to resolve plugins in the "fallback" directory?

Thanks,
Richard


Back to the top