Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/16 David Leangen <[EMAIL PROTECTED]>: > > Hi, Stuart, > > > hmm, can you check to see where it is in the .classpath file > > It's at the very top: > > > > kind="src" path="src/main/resources"/> > > path="org.eclipse.pde.core.requiredPlugins"/> > > path="org.eclipse.jdt.launching

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread David Leangen
Hi, Stuart, > hmm, can you check to see where it is in the .classpath file It's at the very top: ... > local testing here shows it only shows the jar when the M2_REPO > entries are above the requiredPlugins container - if I move this > container up in the classpath then i

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/16 David Leangen <[EMAIL PROTECTED]>: > > the only way the "requiredPlugins" section will be missing is if you > > explicitly set , in which case you need to add: > > > org.eclipse.pde.core.requiredPlugins > > You sure that's right? > yes, this entry must be in the set of classpath contain

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread David Leangen
Hey, Stuart, > as mentioned in the very last email I sent, Oops! Sorry, I must have overlooked that post. :-/ > the only way the "requiredPlugins" section will be missing is if you > explicitly set , in which case you need to add: org.eclipse.pde.core.requiredPlugins You sure that's right?

[issues] Created: (PAXCONSTRUCT-84) Add "requiredBundle" entry automatically

2008-05-15 Thread David Leangen (JIRA)
Add "requiredBundle" entry automatically Key: PAXCONSTRUCT-84 URL: http://issues.ops4j.org/jira/browse/PAXCONSTRUCT-84 Project: Pax Construct Issue Type: Improvement Reporter: David Leange

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/16 David Leangen <[EMAIL PROTECTED]>: > > > There is no "requiredPlugins" entry. Could this be the > > > problem? > > 2008/5/15 Stuart McCulloch <[EMAIL PROTECTED]>: > > hmm - if you're using the pax:eclipse goal then there should > > be a "requiredPlugins" entry, as it's explicitly added b

RE: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread David Leangen
> I think you should abandon Eclipse PDE and use only the > JDT like most OSGi developers do. How do you know what most developers do? Please tell me your secret. If I knew what "most OSGi developers do", that would make things a lot easier. Are there "best practices" for this? I'm just hacking

RE: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread David Leangen
> I'll get round to looking at this sometime - at the moment > I'm trying to avoid taking on too many work items, so my > stomach can recover Recover? From what? Did you get some nasty bug, or maybe food poinsoning or something? Anyway, hope you're doing ok! > > There is no "requiredPlugins" e

Re: Pax Runner, its cache, and updating bundles

2008-05-15 Thread Alin Dreghiciu
Hi Craig, Unfortunately that is not possible currently. I spend some time in the past on how that can be implemented and I do have some ideas but not time for the moment to try it out. The main "problem" here is the fact that when we start the target framework as felix for example we use the text

Pax Runner, its cache, and updating bundles

2008-05-15 Thread Craig Walls
This is probably a FAQ, but I can't seem to find the answer that I'm looking for, so I'll ask it here... When I start up Pax Runner, with all of the bundles that I want loaded and started in the container, it makes a copy of those bundles to its cache under the /runner directory. That's a good

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/15 David Leangen <[EMAIL PROTECTED]>: > > hmm, sounds like a bug in Eclipse - if you're changing a class and > > have other projects in your workspace that reference that class then > > why won't it refactor them? unless it's just going by the > > "requiredPlugins" dynamic container (PDE p

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/15 Niclas Hedhman <[EMAIL PROTECTED]>: > On Thu, May 15, 2008 at 2:43 PM, David Leangen <[EMAIL PROTECTED]> wrote: > > > And please, no more IDEA jokes. It's not funny any more. ;-) > > Who is joking?? Simple solution to a persisting problem... > > Seriously though, I think you should aband

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Stuart McCulloch
2008/5/15 David Leangen <[EMAIL PROTECTED]>: > > > > hmm, sounds like a bug in Eclipse - if you're changing a class and > > have other projects in your workspace that reference that class then > > why won't it refactor them? unless it's just going by the > > "requiredPlugins" dynamic container (P

Re: Side effect of maven-pax-plugin -- cannot refactor

2008-05-15 Thread Niclas Hedhman
On Thu, May 15, 2008 at 2:43 PM, David Leangen <[EMAIL PROTECTED]> wrote: > And please, no more IDEA jokes. It's not funny any more. ;-) Who is joking?? Simple solution to a persisting problem... Seriously though, I think you should abandon Eclipse PDE and use only the JDT like most OSGi develop