Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Target Platform without EE (was: Issue with latest SNAPSHOTs)

The error is that TPValidationMojo invokes the following:
P2ResolverFactory.createTargetPlatformBuilder(null) since it does not consider BREE.
This used to work with previous version.

Is there a way to get this kind of invocation working? Or is there a way to retrieve a Dummy Execution Environment to pass to P2ResolverFactory.createTargetPlatformBuilder ?


Back to the top