Re: bug in mvn 2.0.9 and felix plugin?

2008-10-07 Thread Stuart McCulloch
2008/10/7 Marina Vatkina <[EMAIL PROTECTED]> > Stuart McCulloch wrote: > >> 2008/10/4 Marina Vatkina <[EMAIL PROTECTED]> >> >> I'm observing a different behavior of the felix plugin between maven >>> 2.0.7 >>> and 2.0.9 in generating manifest file entries when embedding dependency >>> from >>> on

Unresolved constraint that exists within a bundle

2008-10-07 Thread Simon MaticLangford
Hi, I'm playing around with a PoC using Felix and Oracle Coherence as a compute grid. I have created a bundle that contains the coherence classes embedded using the maven-bundle-plugin config: org.apache.felix maven-bundle-plugin

Felix profile directories

2008-10-07 Thread Richard S. Hall
I am going to be making some changes to how Felix creates bundle caches. Currently, when you create an instance of Felix it needs one of the following pieces of information to create a bundle cache: * Profile name - in which case it creates a directory named after the profile name insi

Re: Felix profile directories

2008-10-07 Thread parker.abercrombie
I find the cache concept more useful than profiles. The behavior I would prefer is to launch Felix and have it use a default cache directory (~/.felix), which I could override through a command line argument or system property. I don't find the interactive mode useful. Actually, during developm

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-07 Thread Marina Vatkina
Unfortunately I don't see any difference if I add entry :(. thanks, -marina Stuart McCulloch wrote: 2008/10/7 Marina Vatkina <[EMAIL PROTECTED]> Stuart McCulloch wrote: 2008/10/4 Marina Vatkina <[EMAIL PROTECTED]> I'm observing a different behavior of the felix plugin between maven 2.0

Re: Felix profile directories

2008-10-07 Thread Richard S. Hall
[EMAIL PROTECTED] wrote: I find the cache concept more useful than profiles. The behavior I would prefer is to launch Felix and have it use a default cache directory (~/.felix), which I could override through a command line argument or system property. I don't find the interactive mode useful.

Re: Felix profile directories

2008-10-07 Thread Marcel Offermans
On Oct 7, 2008, at 22:25 , Richard S. Hall wrote: The change that I want to make is so that it is possible to start Felix without specifying any information, in which case it would default to creating a bundle cache directory (e.g., "felix-cache") in the current working directory. I think

Re: Felix profile directories

2008-10-07 Thread Sahoo
Richard S. Hall wrote: I am going to be making some changes to how Felix creates bundle caches. Currently, when you create an instance of Felix it needs one of the following pieces of information to create a bundle cache: * Profile name - in which case it creates a directory named after

Re: bug in mvn 2.0.9 and felix plugin?

2008-10-07 Thread Stuart McCulloch
2008/10/8 Marina Vatkina <[EMAIL PROTECTED]> > Unfortunately I don't see any difference if I add entry > :(. > hmm... this pom is from GlassFish isn't it? (it looks like it) if so then this workaround works for me with both 2.0.7 and 2.0.9 - btw, you only need to change the "javax.ejb" project