Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Eclipse Builds and Maven 2.x



On 6/7/06, Wendell Beckwith <wbeckwith@xxxxxxxxx> wrote:


On 6/6/06, Jeff McAffer < Jeff_McAffer@xxxxxxxxxx> wrote:

Wendell Beckwith wrote on 06/06/2006 07:41:39 PM:


> This came up previously in this thread, http://dev.eclipse.
> org/mhonarc/lists/pde-build-dev/msg00076.html, but it seems to have
> fallen on the floor and rolled under the couch.  Nonetheless, my

Every once in a while we get a stick and poke around in the dark recesses under the couch but mostly this topic seems to just roll further away...  :-)

Seriously, it is quite interesting.  There is no desire to lock people into PDE or have PDE rule the world.  The main barrier has been the work required for us to get to know Maven and others getting to know PDE Build...  While the approach you outline feels plausible, there are some fundamental technology issues that need to be understood and addressed.

- Dependency management : Maven has a reasonable mechanism for finding and resolving dependencies.  Unfortunately, the OSGi dependency model is considerably richer.  As a result, maven will not know, for example, how to deal with Import-Package statements that spec arbitrary dependencies and use the "uses" directive.

I don't know it everyone  is aware of this but Peter  Kriens  from OSGi  has written and donated code to the Apache Felix project which seems to do what you are talking about.  Check out the April 24 blog entry here, http://www.osgi.org/blog/2006_04_01_archive.html.  I haven't looked at the code yet, but I remembered reading this a while ago and didn't have time to follow up until now.

[snip]

Wb

Back to the top