Re: Roadmap for maven bundle plugin?

2015-11-10 Thread Stuart McCulloch
Hi, Just want to clarify that you aren’t forced to use the ‘bundle’ packaging type with the maven-bundle-plugin, the ‘bundle’ packaging is a convenience which avoids having to add explicit executions to invoke goals at the right points of the maven build lifecycle (such as using bndlib to pul

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread development
My 2 cents as a non developer for felix or karaf I have made the switch for my core packages to the bnd-maven-plugin and like that I can copy things between my bnd.bnd file and my bndrun file that I use for testing in eclipse. I am looking forward to when they get launcher and test support for

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Neil Bartlett
Thanks for the suggestions Christian. I may indeed write a blog post. In the meantime, you can place this in the bnd.bnd of your parent project: -exportcontents: ${packages;ANNOTATED;org.osgi.annotation.versioning.Version} This exports any packages that have the @Version annotation on t

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Christian Schneider
Thanks for the clarifications. I personally like the external bnd.bnd files. They are more concise than xml configs. You should maybe write a blog entry about the annotations and also the parent configs. I liked the way you generically set up the exports based on the version annotations but fo

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Neil Bartlett (Paremus)
Just addressing a couple of points made on this list. Yes, we support only instructions in the separate bnd.bnd file (currently). However with judicious use of Java annotations, we find that you very rarely need bnd instructions at all! However I don’t agree that this is the "biggest difference

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Benson Margulies
Is there an Embed-Dependency analog? On Nov 9, 2015 12:07 PM, "Konrad Windszus" wrote: > The biggest difference is that currently the bnd-maven-plugin does not > support instructions within pom files ( > https://github.com/bndtools/bnd/issues/952) but rather only in dedicated > bnd files. > There

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Konrad Windszus
The biggest difference is that currently the bnd-maven-plugin does not support instructions within pom files (https://github.com/bndtools/bnd/issues/952) but rather only in dedicated bnd files. Therefore for existing users of maven-bundle-plugin it is not so easy to migrate. Konrad > On 09 Nov

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Jean-Baptiste Onofré
Hi Christian, it sounds promising, but maybe a bit early to have a strong opinion. From a technology standpoint, it's good to converge. However, we talk about two different community there, and maybe license. As a tooling, it's not a big deal. Regards JB On 11/09/2015 11:02 AM, Christian Schn

Re: Roadmap for maven bundle plugin?

2015-11-09 Thread Benson Margulies
Is this the one that is 'owned' by the bndlib people, or are there more than one? The 'bnd' mailing list told me that it had less capability than the maven-bundle-plugin, so that would be a reason not to retire. I'll take on the lifecycle, but I'll make it a plugin that requires maven 3, first. T

Roadmap for maven bundle plugin?

2015-11-09 Thread Christian Schneider
I recently looked into the bnd-maven-plugin from paremus. It features a better maven lifecycle integration than the felix one. So for example you do not need the packaging "bundle" anymore which is a big obstacle for some projects. It also will probably be part of the maven support for bdntools.

Re: maven-bundle-plugin 2.4.0 roadmap

2011-12-02 Thread Stuart McCulloch
big push to get the various tools (bndtools, m-b-p, etc) onto the latest level of bnd, which meant a fair bit of churn in the codebase, but it should be stable now. > thanks > david jencks > > On Dec 2, 2011, at 10:15 AM, Stuart McCulloch wrote: > >> Hi folks, >> >

Re: maven-bundle-plugin 2.4.0 roadmap

2011-12-02 Thread David Jencks
vid jencks On Dec 2, 2011, at 10:15 AM, Stuart McCulloch wrote: > Hi folks, > > Just a quick overview of the general roadmap for maven-bundle-plugin 2.4.0... > basically I'd like to go through the codebase and try to tidy up all the > accumulated patches and tweaks to reduce

maven-bundle-plugin 2.4.0 roadmap

2011-12-02 Thread Stuart McCulloch
Hi folks, Just a quick overview of the general roadmap for maven-bundle-plugin 2.4.0... basically I'd like to go through the codebase and try to tidy up all the accumulated patches and tweaks to reduce code duplication and make things more maintainable and understandable. Not the most exc

Re: maven-bundle-plugin roadmap

2011-06-20 Thread Sahoo
On Friday 17 June 2011 09:29 PM, Stuart McCulloch wrote: thanks Sahoo -https://issues.apache.org/jira/browse/FELIX-2934 is the issue I believe Yes, that's the one. Thanks.

Re: maven-bundle-plugin roadmap

2011-06-17 Thread Stuart McCulloch
On 17 June 2011 14:46, Sahoo wrote: > Stuart, > > I have had difficulty in building WABs using maven-bundle-plugin. If there > is no embedded jar in the WAB (i.e., only WEB-INF/classes), then one can > easily use war type project and configure bundle plugin to just run the > manifest goal in proc

Re: maven-bundle-plugin roadmap

2011-06-17 Thread Sahoo
Stuart, I have had difficulty in building WABs using maven-bundle-plugin. If there is no embedded jar in the WAB (i.e., only WEB-INF/classes), then one can easily use war type project and configure bundle plugin to just run the manifest goal in process-classes phase and configuring maven pack

Re: maven-bundle-plugin roadmap

2011-06-16 Thread Andrei Pozolotin
with default mapping to process-classes; that should resolve this nicely? Original Message ---- Subject: maven-bundle-plugin roadmap From: Stuart McCulloch To: dev@felix.apache.org Date: Thu 16 Jun 2011 01:04:08 PM CDT > FYI, I'm doing a triage of maven-bundle-plugin iss

maven-bundle-plugin roadmap

2011-06-16 Thread Stuart McCulloch
FYI, I'm doing a triage of maven-bundle-plugin issues this week with the aim of fixing small bugs before staging a new maintenance release. I'll also be planning what features should go into the next major release, so now's the time to vote / flag issues so they get some attention :) -- Cheers,

Re: Framework roadmap

2011-03-11 Thread Richard S. Hall
Ok, it is fixed in trunk now. Just a silly bug. -> richard On 3/11/11 9:16, Richard S. Hall wrote: On 3/11/11 9:14, Richard S. Hall wrote: On 3/11/11 2:35, Guillaume Nodet wrote: Btw, the bundle is available at: http://repo2.maven.org/maven2/org/ops4j/pax/url/pax-url-mvn/1.2.4/pax-url-mvn

Re: Framework roadmap

2011-03-11 Thread Richard S. Hall
On 3/11/11 9:14, Richard S. Hall wrote: On 3/11/11 2:35, Guillaume Nodet wrote: Btw, the bundle is available at: http://repo2.maven.org/maven2/org/ops4j/pax/url/pax-url-mvn/1.2.4/pax-url-mvn-1.2.4.jar I just have to try to start this bundle to see the error? Answering myself, yes. Ok, I

Re: Framework roadmap

2011-03-11 Thread Richard S. Hall
On 3/11/11 2:35, Guillaume Nodet wrote: Btw, the bundle is available at: http://repo2.maven.org/maven2/org/ops4j/pax/url/pax-url-mvn/1.2.4/pax-url-mvn-1.2.4.jar I just have to try to start this bundle to see the error? -> richard On Fri, Mar 11, 2011 at 08:33, Guillaume Nodet wrote: I'

Re: Framework roadmap

2011-03-10 Thread Guillaume Nodet
Btw, the bundle is available at: http://repo2.maven.org/maven2/org/ops4j/pax/url/pax-url-mvn/1.2.4/pax-url-mvn-1.2.4.jar On Fri, Mar 11, 2011 at 08:33, Guillaume Nodet wrote: > I've had a look at the resolution problem i had with 3.0.8 but now hit > a weird resolution exception on a singleton

Re: Framework roadmap

2011-03-10 Thread Guillaume Nodet
I've had a look at the resolution problem i had with 3.0.8 but now hit a weird resolution exception on a singleton bundle: karaf@root> osgi:start --force 1 Error executing command: Unresolved constraint in bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0 karaf@root> headers 1 OPS4J Pax Url

Re: Framework roadmap

2011-03-10 Thread Richard S. Hall
On 3/10/11 15:29, David Bosschaert wrote: Hi Richard, On 10 March 2011 20:01, Richard S. Hall wrote: A heads up... I've committed a pretty substantial patch to the framework resolver, which furthers the goal of eventually making it a separate module/subproject. Previously, the resolver did no

Re: Framework roadmap

2011-03-10 Thread David Bosschaert
Hi Richard, On 10 March 2011 20:01, Richard S. Hall wrote: > A heads up... > > I've committed a pretty substantial patch to the framework resolver, which > furthers the goal of eventually making it a separate module/subproject. > Previously, the resolver did not actually handle fragments or singl

Framework roadmap

2011-03-10 Thread Richard S. Hall
A heads up... I've committed a pretty substantial patch to the framework resolver, which furthers the goal of eventually making it a separate module/subproject. Previously, the resolver did not actually handle fragments or singleton bundles and instead left this up to the user of the resolver

Re: Felix web site improvements (Was: Re: Current Roadmap)

2007-06-15 Thread Richard S. Hall
On Jun 15, 2007, at 7:51 PM, Marcel Offermans wrote: On Jun 15, 2007, at 21:37 , Richard S. Hall wrote: I, for one, like how the wiki formats code blocks (with syntax highlighting, etc.) and with more color. Our generated static pages look cute boring and mundane by comparison. I think t

Re: Felix web site improvements (Was: Re: Current Roadmap)

2007-06-15 Thread Marcel Offermans
On Jun 15, 2007, at 21:37 , Richard S. Hall wrote: I, for one, like how the wiki formats code blocks (with syntax highlighting, etc.) and with more color. Our generated static pages look cute boring and mundane by comparison. I think this could be the first step in updating our web page...

Felix web site improvements (Was: Re: Current Roadmap)

2007-06-15 Thread Richard S. Hall
J Aaron Farr wrote: Okay, I hear the message about the wiki. :-) I'm going to first review all the current documentation again and then I'll ping the mailing list before I make any changes. Following up on the topic of improving the web page... I just finished moving some tutorials to the F

Re: Current Roadmap

2007-05-26 Thread J Aaron Farr
Okay, I hear the message about the wiki. :-) I'm going to first review all the current documentation again and then I'll ping the mailing list before I make any changes. "Richard S. Hall" <[EMAIL PROTECTED]> writes: > Ultimately, I agree with everything you had to say about the web site, > excep

Re: Roadmap

2007-05-22 Thread Stuart McCulloch
On 23/05/07, Tim Moloney <[EMAIL PROTECTED]> wrote: Richard S. Hall wrote: > Stuart McCulloch wrote: >> On 22/05/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: >>> In summary, the dilemma we had was that everyone wanted the artifactId >>> to be the short name and the JAR file to be the long name.

Re: Roadmap

2007-05-22 Thread Tim Moloney
Richard S. Hall wrote: Stuart McCulloch wrote: On 22/05/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: In summary, the dilemma we had was that everyone wanted the artifactId to be the short name and the JAR file to be the long name. But if we made the artifactId the short name, then we also got

Re: Roadmap

2007-05-22 Thread Richard S. Hall
Stuart McCulloch wrote: On 22/05/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: In summary, the dilemma we had was that everyone wanted the artifactId to be the short name and the JAR file to be the long name. But if we made the artifactId the short name, then we also got the short name for the

Re: Roadmap

2007-05-22 Thread Stuart McCulloch
On 22/05/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: In summary, the dilemma we had was that everyone wanted the artifactId to be the short name and the JAR file to be the long name. But if we made the artifactId the short name, then we also got the short name for the JAR. FYI, it is possibl

Re: Roadmap

2007-05-21 Thread Marcel Offermans
On May 21, 2007, at 20:44 , Richard S. Hall wrote: In summary, the dilemma we had was that everyone wanted the artifactId to be the short name and the JAR file to be the long name. But if we made the artifactId the short name, then we also got the short name for the JAR. +1 Exactly, as s

Re: Roadmap

2007-05-21 Thread Richard S. Hall
Carlos Sanchez wrote: On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: I don't care how it is stored in the repository. The issue I have is that the generated artifact in target/ has a name...I don't want to manually have to change the name after doing "mvn clean install"...however, it is

Re: Roadmap

2007-05-21 Thread Carlos Sanchez
On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: I don't care how it is stored in the repository. The issue I have is that the generated artifact in target/ has a name...I don't want to manually have to change the name after doing "mvn clean install"...however, it is probably better if the

Re: Roadmap

2007-05-21 Thread Richard S. Hall
d. So, do you recommend that we use maven-bundle-plugin for the artifactId of the bundle plugin? -> richard -> richard > > > On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: >> Tim Moloney wrote: >> > I agree with the proposed roadmap. My only comment

Re: Roadmap

2007-05-21 Thread Carlos Sanchez
ed to rename it so you can use "y" as artifactId Still, I am not altogether clear how this issue relates to our discussion of what the artifactId for our plugin should be. Are these two related? right, it's not related to plugin autodiscovery -> richard > > > On 5/

Re: Roadmap

2007-05-21 Thread Richard S. Hall
Chris Custine wrote: I am in the process of reworking the Apache Directory installers, which the Felix installers project is based on, so I could see about fixing up the installers here in the next couple of weeks. Are there any changes you need for the setup or do you just need the existing

Re: Roadmap

2007-05-21 Thread Richard S. Hall
ing the rename. Still, I am not altogether clear how this issue relates to our discussion of what the artifactId for our plugin should be. Are these two related? -> richard On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Tim Moloney wrote: > I agree with the proposed ro

Re: Current Roadmap

2007-05-21 Thread Ole Ersoy
Hi, I've been thinking about the wiki / offline documentation scenarios for a while as well. Another great thing about the wiki is that edits are immediately visible for everyone. Personally though I have a need to automate things like look and feel, table of contents, etc. so I created a mojo

Re: Current Roadmap

2007-05-21 Thread Alex Karasulu
Ok here is some doco but there was something more extensive written by Pierre. I will CC him in case my link is wrong: http://cwiki.apache.org/DIRxPMGT/web-site-management.html Alex On 5/21/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: Yeah and there is some doco on this that we have... Let

Re: Current Roadmap

2007-05-21 Thread Alex Karasulu
Yeah and there is some doco on this that we have... Let me post the link to it ... Alex On 5/21/07, Chris Custine <[EMAIL PROTECTED]> wrote: Apache Directory also uses the Confluence export plugin to produce http://directory.apache.org and I think the setup works really well for that site. I

Re: Roadmap

2007-05-21 Thread Carlos Sanchez
ols/plugins the ones renaming appropriately for the target environment it'd also map easier to the maven repo WDYT? On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Tim Moloney wrote: > I agree with the proposed roadmap. My only comment is on the name of > the plugin.

Re: Roadmap

2007-05-21 Thread Carlos Sanchez
a to lock down the versions you want. -> richard > > Regards, > Alin Dreghiciu > > On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: >> >> Tim Moloney wrote: >> > I agree with the proposed roadmap. My only comment is on the name of >> > t

Re: Roadmap

2007-05-21 Thread BJ Hargrave
> I'd love to see the release of the bundle plugin to use it in the > Maven project. I would like to see the "tools" stabilized and released first. Then felix 1.0 should be built using the released tools and itself then released. The time delta between these 2 events can be short but it should

Re: Roadmap

2007-05-21 Thread Chris Custine
I am in the process of reworking the Apache Directory installers, which the Felix installers project is based on, so I could see about fixing up the installers here in the next couple of weeks. Are there any changes you need for the setup or do you just need the existing setup to work? I haven't

Re: Current Roadmap

2007-05-21 Thread Chris Custine
Apache Directory also uses the Confluence export plugin to produce http://directory.apache.org and I think the setup works really well for that site. I am sure the setup and export template could be borrowed and used in conjunction with some minor graphics work to improve the aesthetics of the Fe

Re: Roadmap

2007-05-21 Thread Niclas Hedhman
On Monday 21 May 2007 03:11, Karl Pauls wrote: > 1) Should it be yet another tarball release or does somebody volunteer to > get our installer up and running again? As long as the sources are generated in a tarball and placed in /www/www.apache/org/dist, the legal requirement is met. Any binary s

Re: Current Roadmap

2007-05-21 Thread Richard S. Hall
Ultimately, I agree with everything you had to say about the web site, except for the recommendation not to use a wiki. I don't have a love affair with wikis and I agree that often they do not look good, but the number one reason why I want to use a wiki is that I hate to do documentation, but

Re: Roadmap

2007-05-21 Thread Richard S. Hall
Marcel Offermans wrote: On May 21, 2007, at 15:08 , Richard S. Hall wrote: Tim Moloney wrote: I agree with the proposed roadmap. My only comment is on the name of the plugin. bundleplugin doesn't follow the Maven convention of maven-foo-plugin or foo-maven-plugin. Is there some r

Re: Roadmap

2007-05-21 Thread Richard S. Hall
5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: >> >> Tim Moloney wrote: >> > I agree with the proposed roadmap. My only comment is on the name of >> > the plugin. bundleplugin doesn't follow the Maven convention of >> > maven-foo-plugin o

Re: Roadmap

2007-05-21 Thread Alin Dreghiciu
+1 On 5/21/07, Marcel Offermans <[EMAIL PROTECTED]> wrote: On May 21, 2007, at 15:08 , Richard S. Hall wrote: > Tim Moloney wrote: >> I agree with the proposed roadmap. My only comment is on the name >> of the plugin. bundleplugin doesn't follow the Maven convent

Re: Roadmap

2007-05-21 Thread Alin Dreghiciu
released more frequently, fact that will allow me to keep the dependency on the released version and not the snapshot one. Bassicaly this is what I ment by "a life of it's own" Regards, Alin Dreghiciu -> richard > > Regards, > Alin Dreghiciu > > On 5/21/07, Richa

Re: Roadmap

2007-05-21 Thread Marcel Offermans
On May 21, 2007, at 15:08 , Richard S. Hall wrote: Tim Moloney wrote: I agree with the proposed roadmap. My only comment is on the name of the plugin. bundleplugin doesn't follow the Maven convention of maven-foo-plugin or foo-maven-plugin. Is there some reason for this conventio

Re: Current Roadmap

2007-05-21 Thread Marcel Offermans
Hello Aaron, On May 21, 2007, at 7:38 , J Aaron Farr wrote: "Richard S. Hall" <[EMAIL PROTECTED]> writes: Matthias Luebken wrote: I suggest that you update the website felix.apache.org so that the ongoing improvements are reflected on the website. If you don't look into the Jira Issue Tracke

Re: Roadmap

2007-05-21 Thread Richard S. Hall
, Alin Dreghiciu On 5/21/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Tim Moloney wrote: > I agree with the proposed roadmap. My only comment is on the name of > the plugin. bundleplugin doesn't follow the Maven convention of > maven-foo-plugin or foo-maven-plugin

Re: Roadmap

2007-05-21 Thread Alin Dreghiciu
te: > I agree with the proposed roadmap. My only comment is on the name of > the plugin. bundleplugin doesn't follow the Maven convention of > maven-foo-plugin or foo-maven-plugin. Is there some reason for this convention? It ends up violating our own convention of naming generated artif

Re: Roadmap

2007-05-21 Thread Richard S. Hall
Tim Moloney wrote: I agree with the proposed roadmap. My only comment is on the name of the plugin. bundleplugin doesn't follow the Maven convention of maven-foo-plugin or foo-maven-plugin. Is there some reason for this convention? It ends up violating our own convention of n

Re: Roadmap

2007-05-21 Thread Tim Moloney
I agree with the proposed roadmap. My only comment is on the name of the plugin. bundleplugin doesn't follow the Maven convention of maven-foo-plugin or foo-maven-plugin. Richard S. Hall wrote: Richard S. Hall wrote: Carlos Sanchez wrote: A release as TLP is very important as it&#x

Re: Current Roadmap

2007-05-21 Thread J Aaron Farr
"Richard S. Hall" <[EMAIL PROTECTED]> writes: > Matthias Luebken wrote: >> I suggest that you update the website felix.apache.org so that the >> ongoing improvements are reflected on the website. If you don't look >> into the Jira Issue Tracker, you don't have the impression that there >> is much

Re: Roadmap

2007-05-20 Thread Felix Meschberger
Hi, Thanks for taking the initiative. I completely agree that doing a core 1.0 release is probably best. I do not have a strong opinion regarding the installer, but maybe it would help promote Felix if we had one. I also agree, that we should include the maven plugin. Regards Felix

Re: Roadmap

2007-05-20 Thread Richard S. Hall
o follow-up on recent discussions - and our new status as a TLP - I'd like to get a roadmap towards a new release going. Let me try to get a few thoughts across and see what the general reactions are :-) Looking back at recent comments and events I believe it would be beneficial to get a new (an

Re: Roadmap

2007-05-20 Thread Richard S. Hall
r to follow-up on recent discussions - and our new status as a TLP - I'd like to get a roadmap towards a new release going. Let me try to get a few thoughts across and see what the general reactions are :-) Looking back at recent comments and events I believe it would be beneficial to get a new (an

Re: Roadmap

2007-05-20 Thread Richard S. Hall
Yes, this is basically my thinking for the roadmap too. I would prefer to get the installer back working, especially since it will give us the possibility to install Felix as a daemon. -> richard Karl Pauls wrote: Dear Felix Community, in order to follow-up on recent discussions - and

Re: Roadmap

2007-05-20 Thread Carlos Sanchez
l Pauls <[EMAIL PROTECTED]> wrote: Dear Felix Community, in order to follow-up on recent discussions - and our new status as a TLP - I'd like to get a roadmap towards a new release going. Let me try to get a few thoughts across and see what the general reactions are :-) Looking back at re

Re: Roadmap

2007-05-20 Thread Marcel Offermans
I agree that it's beneficial to get a release of the core framework done quickly, to give others using Felix a stable base to work on. I have no problems whatsoever calling it 1.0 (it sure is stable and proven enough to be called at least that), and I don't have an outspoken opinion about r

Roadmap

2007-05-20 Thread Karl Pauls
Dear Felix Community, in order to follow-up on recent discussions - and our new status as a TLP - I'd like to get a roadmap towards a new release going. Let me try to get a few thoughts across and see what the general reactions are :-) Looking back at recent comments and events I belie

Re: Current Roadmap

2007-05-18 Thread Richard S. Hall
atthias On 5/18/07, Richard S. Hall <[EMAIL PROTECTED]> wrote: Matthias, > I am wandering what the current status of your roadmap is? > I've read on some slides that you wanted to go to 1.0 soon? Yes, we will be working on updating our roadmap very soon (i.e., within a week)

Re: Current Roadmap

2007-05-18 Thread Matthias Luebken
7, Richard S. Hall <[EMAIL PROTECTED]> wrote: Matthias, > I am wandering what the current status of your roadmap is? > I've read on some slides that you wanted to go to 1.0 soon? Yes, we will be working on updating our roadmap very soon (i.e., within a week)... > If so, w

Re: Current Roadmap

2007-05-18 Thread Richard S. Hall
Matthias, I am wandering what the current status of your roadmap is? I've read on some slides that you wanted to go to 1.0 soon? Yes, we will be working on updating our roadmap very soon (i.e., within a week)... If so, what will be the changes to the current version? As part of the

Current Roadmap

2007-05-18 Thread Matthias Luebken
Hi Felixens I am wandering what the current status of your roadmap is? I've read on some slides that you wanted to go to 1.0 soon? If so, what will be the changes to the current version? I am especially asking in regards to this comparison: http://www.pierocampanelli.info/articles/2007/