Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Fwd: PDE Build

Hello Gunnar,

I have applied your patch and I'm trying to get it to recognize my SVNFetchScriptBuilder I've added the extension point with the ID of "SVN" and modified to the CVSFetchScriptBuilder to use Subversion instead.

I redeployed the org.eclipse.pde.build package into my Eclipse package and ran the build. It is definetely running the new package but it does not recognise the builders that are listed in the org.eclipse.pde.build.fetchScriptBuilders extension.

In other words this:

IConfigurationElement[] extensions = Platform
                   .getExtensionRegistry().getConfigurationElementsFor(
                           EXT_FETCH_SCRIPT_BUILDERS);

Returns an array with no elements.

Do you have any idea what's going on here?

Best Regards,

Peter




Back to the top