Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Can I get an update on the maven jar?

The code in the MavenGenerator had the following line in the generate(...) method

        bundle = state.getResolvedBundle(bundleId);

What would be very user friendly is if there was a method to get a list of reasons why a bundle was not resolved ( i.e. missing required plugin org.foo version 1.2.3, unsatisfied package import com.bar, etc.)

I currently have the maven-pde-plugin building jar plugins, features and update sites and I would like to add this capability to report what's missing before I make the next release. 

On a side note, I would like to move this code to eclipse.org proper preferably pde.  What would be required to get vetted in making that happen.  I think it would greatly help the visibility as well as get more use cases exposed and supported.

Wb

Back to the top