AW: maven-bundle-plugin problem

2008-01-08 Thread Hampel, Michael
] [mailto:[EMAIL PROTECTED] Im Auftrag von Stuart McCulloch Gesendet: Dienstag, 08. Jänner 2008 13:27 An: dev@felix.apache.org Betreff: Re: maven-bundle-plugin problem On 08/01/2008, Hampel, Michael <[EMAIL PROTECTED]> wrote: > > Hello, > > > first happy new year to all of you. >

maven-bundle-plugin problem

2008-01-08 Thread Hampel, Michael
Hello, first happy new year to all of you. After trying to build my projects today (and getting the newest bundle-plugin snapshot) all my projects with a spring application context file fail to generate a bundle. I found an entry in the spring-osgi mailing list about bnd now also examines sprin

AW: maven-bundle-plugin StringIndexOutOfBoundsException

2007-09-27 Thread Hampel, Michael
undsException On 27/09/2007, Hampel, Michael <[EMAIL PROTECTED]> wrote: > > > Hello again, > > when running the install phase with the new maven-bundle-plugin build I > get an > > java.lang.StringIndexOutOfBoundsException: String index out of range: -5 I believe

maven-bundle-plugin StringIndexOutOfBoundsException

2007-09-27 Thread Hampel, Michael
Hello again, when running the install phase with the new maven-bundle-plugin build I get an java.lang.StringIndexOutOfBoundsException: String index out of range: -5 at java.lang.String.substring(String.java:1938) at java.lang.String.substring(String.java:1905) at or

AW: maven-bundle-plugin

2007-09-25 Thread Hampel, Michael
- you'd then have to add the OBR goals explicitly to your pom Thanx again, > > Michael > > > > > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stuart > McCulloch > Gesendet: Dienstag, 25. September 2007 09:36 &

AW: maven-bundle-plugin

2007-09-25 Thread Hampel, Michael
he.org Betreff: Re: maven-bundle-plugin On 25/09/2007, Hampel, Michael <[EMAIL PROTECTED]> wrote: > > Hello again, > > after today's update of the maven-bundle-plugin the obr plugin is run > automatically within > the install phase. > I have not added the obr-plugin t

maven-bundle-plugin

2007-09-25 Thread Hampel, Michael
Hello again, after today's update of the maven-bundle-plugin the obr plugin is run automatically within the install phase. I have not added the obr-plugin to my pom - so who is triggering the execution and can I stop it somehow? Thanx in advance for any help, Michael

Maven-bundle-plugin observations

2007-07-02 Thread Hampel, Michael
Hello, after working a while now with the maven-bundle-plugin I would like to share some observations and ask questions about them. I am using the plugin in my poms for running to goals: manifest and bundle. In certain cases these two goals produce two different MANIFEST.MF files as regards co

felix commons

2007-05-10 Thread Hampel, Michael
Hello, I have a question regarding the poms in Felix Commons. Some of these poms prohibit the import of javax packages by adding !javax.* to the element, others are not doing it like avalon or log4j. Should I import JRE classes or not - is this because they are loaded by the system bundle? Th

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