Re: [osgi-dev] Problem with maven only tutorial

2017-06-15 Thread Peter Kriens
> On 15 Jun 2017, at 09:32, Bastian Faulhaber wrote: > Hello, > Your suggestion worked. I wonder why I didn't need to do the input like > that in the tutorial before, in the terminal inside Eclipe? I actually am puzzled about it as well. Unfortunately don’t have the time to dive into it. > > Al

Re: [osgi-dev] Problem with maven only tutorial

2017-06-15 Thread Bastian Faulhaber
Hello, Your suggestion worked. I wonder why I didn't need to do the input like that in the tutorial before, in the terminal inside Eclipe? Also, what about the warning: "Unused Private-Package instructions, no such package(s) on the class path: [osgi.enroute.examples.eval.parsii.provider]" during

Re: [osgi-dev] Problem with maven only tutorial

2017-06-14 Thread Peter Kriens
I think the problem is that the new Gogo we included (the enRoute version had some issues) does a more advanced line parsing. It does something weird with a line like: g! eval 2*3 gogo: IOException: no matches found: 2*3 The reason we had the enRoute version was because of the J

Re: [osgi-dev] Problem with maven only tutorial

2017-06-14 Thread Bastian Faulhaber
Hello, You can find it here: https://github.com/boasdi/osgi.enroute.tut.maven.eval Thanks! Bastian On 06/14/2017 08:55 AM, Peter Kriens wrote: > Can you share your workspace on Github? > > Kind regards, > > Peter Kriens > >> On 13 Jun 2017, at 11:22, Bastian Faulhaber wrote: >> >> Hel

Re: [osgi-dev] Problem with maven only tutorial

2017-06-13 Thread Peter Kriens
Can you share your workspace on Github? Kind regards, Peter Kriens > On 13 Jun 2017, at 11:22, Bastian Faulhaber wrote: > > Hello, > > While following the maven onlyh tutorial I encountered a problem. > > In dependencies step after including the parsii.provider when I execute > the

[osgi-dev] Problem with maven only tutorial

2017-06-13 Thread Bastian Faulhaber
Hello, While following the maven onlyh tutorial I encountered a problem. In dependencies step after including the parsii.provider when I execute the application the console starts successfully but the enroute logo is missing and when I try anything else but substraction or sum I get: "gogo: IOExc