Re: Resolution of embedded dependencies during compilation

2009-04-29 Thread Stuart McCulloch
2009/4/29 David Leangen o...@leangen.net Hi, I just updated to maven-bundle-plugin 2.0.0. It appears that there have been a few changes to the way things compile, and I'm just discovering many interesting things in my own projects. This is of course a good thing, as it's bringing out many

Re: Resolution of embedded dependencies during compilation

2009-04-29 Thread David Leangen
Stuart, As always, your reply is very quick, timely, and extremely informative. Thanks! I updated to maven 2.1.0, and this indeed _appears_ to fix the classpath problem: [DEBUG] Classpath: [/Users/dleangen/bioscene/dev/trunk/domains/lsd/ model/impl/target/classes

Re: Resolution of embedded dependencies during compilation

2009-04-29 Thread Stuart McCulloch
2009/4/29 David Leangen o...@leangen.net Stuart, As always, your reply is very quick, timely, and extremely informative. Thanks! I updated to maven 2.1.0, and this indeed _appears_ to fix the classpath problem: [DEBUG] Classpath:

Re: Resolution of embedded dependencies during compilation

2009-04-29 Thread David Leangen
Once again, many thanks! I'll try inlining to see what happens... That worked, and is sufficient for now. ( FYI, this is also another thing the maven-pax-plugin lifecycle helps out with, as it modifies the compilation phase to support compilation against embedded jars - however, this