Re: NPE in BND

2007-05-24 Thread Peter Kriens
Well, line 63 in Instruction.java does not contain a potential NPE since Bnd version 0.0.131 of April 28. What version are you using? Bnd writes its version in the manifest of any bundle it makes. Kind regards, Peter Kriens NH> Sure I have some problem in my setup, but this exception

Re: NPE in BND

2007-05-24 Thread Stuart McCulloch
y 2007 20:02:02 +0800 Von: "Stuart McCulloch" <[EMAIL PROTECTED]> An: dev@felix.apache.org Betreff: Re: NPE in BND > On 24/05/07, Toni Menzel <[EMAIL PROTECTED]> wrote: > > i got a similar problem on felix where they had substitution brackets > without actual sub

Re: NPE in BND

2007-05-24 Thread Niclas Hedhman
On Thursday 24 May 2007 19:23, Niclas Hedhman wrote: > Sure I have some problem in my setup, but this exception doesn't help much > to locate it; Not sure, but I think it was due to a space after the backslash on continued ImportPackage lines. Cheers -- Niclas Hedhman, Software Developer I li

Re: NPE in BND

2007-05-24 Thread Toni Menzel
tuart McCulloch" <[EMAIL PROTECTED]> An: dev@felix.apache.org Betreff: Re: NPE in BND > On 24/05/07, Toni Menzel <[EMAIL PROTECTED]> wrote: > > i got a similar problem on felix where they had substitution brackets > without actual substitutions.. bnd was not very happy with

Re: NPE in BND

2007-05-24 Thread Stuart McCulloch
On 24/05/07, Toni Menzel <[EMAIL PROTECTED]> wrote: i got a similar problem on felix where they had substitution brackets without actual substitutions.. bnd was not very happy with this. Probably your problem is going into this direction? btw, this was my problem: {src/main/resources/} hi ton

Re: NPE in BND

2007-05-24 Thread Toni Menzel
i got a similar problem on felix where they had substitution brackets without actual substitutions.. bnd was not very happy with this. Probably your problem is going into this direction? btw, this was my problem: {src/main/resources/} Fixed with src/main/resources/ Peter agreed to make b

Re: NPE in BND

2007-05-24 Thread Stuart McCulloch
On 24/05/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: On 24/05/07, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > > Sure I have some problem in my setup, but this exception doesn't help much to > locate it; > > > java.lang.NullPointerException > at aQute.lib.osgi.Instruction.getPattern(In

Re: NPE in BND

2007-05-24 Thread Stuart McCulloch
On 24/05/07, Niclas Hedhman <[EMAIL PROTECTED]> wrote: Sure I have some problem in my setup, but this exception doesn't help much to locate it; java.lang.NullPointerException at aQute.lib.osgi.Instruction.getPattern(Instruction.java:63) at aQute.lib.osgi.Builder.replaceWithPatt