Skip to main content

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


Hi Wendell,
We do have code in pde.build that gets a list of reasons like you want.  I'll look at porting it over.
Are you using the MavenGenerator as is?  If it's more than just an example I'm sure it could have a better API and a more convenient way of outputing the classpath instead of just writing to system.out.

I'll check about a place to put the code.  The org.eclipse.pde.maven code currently just lives on my computer.

-Andrew



"Wendell Beckwith" <wbeckwith@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

09/04/2006 04:37 PM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
[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
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top