felix-commons, maven poms, transitive dependencies

2007-05-09 Thread Hampel, Michael
Hello, I have a question how others are dealing with this problem when generating bundles for 3rd party libs. In the moment I am using Maven 2 for my builds and for example hibernate as a dependency which I include in my Maven pom file. As we all know about Maven's transitive dependency handling

Re: classpath issues with felix-maven-bundle

2007-05-09 Thread Costin Leau
Stuart McCulloch wrote: > Hi Costin, > > Is it possible to get access to your modified branch of the build? > would make it easier to find and test possible solutions, instead > of trying to suggest things based on a couple of poms. > Hi Stuart, you can find the repo at http://springframework.svn

resource filtering and bundle packaging

2007-05-09 Thread Costin Leau
Hi, I'm not sure if it's me but I've noticed that resource filtering doesn't work any more if bundle packaging is used. If I have a file inside src/main/resources with a property: Hello ${name}, with bundle packaging, the 'unexpanded' version is included in the jar while the expanded version (Hel

Re: resource filtering and bundle packaging

2007-05-09 Thread Stuart McCulloch
Yep - the current snapshot of the bundle-plugin adds 'src/main/resources' to the BND directives using Include-Resource, instead of using the target path which has the filtered files. There's an open bug (http://issues.apache.org/jira/browse/FELIX-261) to address this issue, and also use maven con

Re: SCR and compendium services

2007-05-09 Thread Clement Escoffier
Richard S. Hall a écrit : Clement Escoffier wrote: Hello Felix Meschberger a écrit : Hi Richard, In Felix-277 you propose to "privatize" the ServiceTracker and make the LogService package a dynamic dependency. I think, this is a good idea and will, as noted in the issue, implement this. Wh

Re: SCR and compendium services

2007-05-09 Thread heavy
>Richard S. Hall a écrit : >> Clement Escoffier wrote: >>> Hello >>> >>> Felix Meschberger a écrit : Hi Richard, In Felix-277 you propose to "privatize" the ServiceTracker and make the LogService package a dynamic dependency. I think, this is a good idea and will, as

Re: SCR and compendium services

2007-05-09 Thread Felix Meschberger
Hi all, Thanks for the feedback. Probably, I will not include the service.log package as I will the service.cm package. Regarding the log package, scr is really only a client, that is, it uses the LogService class (and not more) of that package. We could of course document, that scr only exports

Some bundles

2007-05-09 Thread Didier Donsez
Dear all I put in my sandbox (http://svn.apache.org/viewvc/felix/sandbox/donsez/) the following bundles eventadmin.cmd: provides a command to use and test the Event Admin Service (send events, create tracing handlers, ...) rxtx: the RXTX (gnu.io) library (useful for serial port communications

Re: Some bundles

2007-05-09 Thread Richard S. Hall
Is the gnu.io library GPL? We can't have (and don't want) any GPL code, nor any code that touches GPL code. Please check the licenses on any referenced external code. Thanks. -> richard -Original Message- From: Didier Donsez <[EMAIL PROTECTED]> Subj: Some bundles Date: Wed 9. May