You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by maggu2810 <ma...@gmail.com> on 2015/08/24 17:42:50 UTC

EIK: Karaf 4 support on Eclipse Mars

Hello,
is the EIK project still alive?
It seems not to be working with Karaf 4 and perhaps also not with Eclipse
Mars. Don't know who is responsible for the NPE.

Found missing support in the current EIK sources. The current implementation
does a
* lookup in etc for a file called "org.apache.felix.karaf.features.cfg", in
Karaf 4 it is named "org.apache.karaf.features.cfg"
* lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this should be
lib/boot/org.apache.karaf.main-4.0.1.jar

Is there someone working on this plugin anymore?

I got this NPE after "New", "Apache Karaf Installation" and press "Finish"
after insert my path...

java.lang.NullPointerException
	at
org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
	at
org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
	at
org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
	at
org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
	at
org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
	at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
	at
org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
	at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
	at
org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
	at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)



--
View this message in context: http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars-tp4042052.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Markus Rathgeb <ma...@gmail.com>.
Thank you for your reply.
I do not know how to debug a Eclipse Plug-In.
Have you some lecture / steps how I could develop on / change lines of
the EIK source code and debug the Plug-In in an installed and running
Eclipse IDE.
Have I to build it, install it, look at backtraces ... all manually or
is there some automatism to use a plug-in that is in development in
the IDE and debug it?

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Markus Rathgeb <ma...@gmail.com>.
Can I use The bndtools with pom only?
If just had a short look at it a few weeks ago and it seems that
bndtools is using other files to configure stuff.

2015-09-04 15:42 GMT+02:00 Christian Schneider <ch...@die-schneider.net>:
> I agree that adapting bndtools might be the better choice. The biggest
> problem currently is that the karaf community is not experienced with
> bndtools.
> I plan to look into bndtools soon.
> Christian
>
> Am 02.09.2015 16:22 schrieb "Leschke, Scott" <SL...@medline.com>:
>>
>> For what it's worth, I think that providing a nice integration with Karaf
>> in BndTools might be a better approach than having a separate Karaf plugin.
>> I suspect the level of effort to maintain an integration would be
>> significantly less than maintaining an entire plugin.
>>
>> -----Original Message-----
>> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
>> Sent: Wednesday, September 02, 2015 6:07 AM
>> To: user@karaf.apache.org
>> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
>>
>> Hello,
>> are there any news?
>>
>> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
>> > Hi,
>> >
>> > Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
>> > I tried to maintain but any help is welcome.
>> >
>> > I'm working on Cellar 4.0.0 release this week, I will try to work on
>> > EIK during the weekend but nothing is sure ;)
>> >
>> > Regards
>> > JB
>> >
>> >
>> > On 08/24/2015 05:42 PM, maggu2810 wrote:
>> >>
>> >> Hello,
>> >> is the EIK project still alive?
>> >> It seems not to be working with Karaf 4 and perhaps also not with
>> >> Eclipse Mars. Don't know who is responsible for the NPE.
>> >>
>> >> Found missing support in the current EIK sources. The current
>> >> implementation does a
>> >> * lookup in etc for a file called
>> >> "org.apache.felix.karaf.features.cfg",
>> >> in
>> >> Karaf 4 it is named "org.apache.karaf.features.cfg"
>> >> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
>> >> should be lib/boot/org.apache.karaf.main-4.0.1.jar
>> >>
>> >> Is there someone working on this plugin anymore?
>> >>
>> >> I got this NPE after "New", "Apache Karaf Installation" and press
>> >> "Finish"
>> >> after insert my path...
>> >>
>> >> java.lang.NullPointerException
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
>> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
>> >>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
>> >> -tp4042052.html Sent from the Karaf - User mailing list archive at
>> >> Nabble.com.
>> >>
>> >
>> > --
>> > Jean-Baptiste Onofré
>> > jbonofre@apache.org
>> > http://blog.nanthrax.net
>> > Talend - http://www.talend.com

RE: EIK: Karaf 4 support on Eclipse Mars

Posted by Christian Schneider <ch...@die-schneider.net>.
I agree that adapting bndtools might be the better choice. The biggest
problem currently is that the karaf community is not experienced with
bndtools.
I plan to look into bndtools soon.
Christian
Am 02.09.2015 16:22 schrieb "Leschke, Scott" <SL...@medline.com>:

> For what it's worth, I think that providing a nice integration with Karaf
> in BndTools might be a better approach than having a separate Karaf
> plugin.  I suspect the level of effort to maintain an integration would be
> significantly less than maintaining an entire plugin.
>
> -----Original Message-----
> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
> Sent: Wednesday, September 02, 2015 6:07 AM
> To: user@karaf.apache.org
> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
>
> Hello,
> are there any news?
>
> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
> > Hi,
> >
> > Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
> > I tried to maintain but any help is welcome.
> >
> > I'm working on Cellar 4.0.0 release this week, I will try to work on
> > EIK during the weekend but nothing is sure ;)
> >
> > Regards
> > JB
> >
> >
> > On 08/24/2015 05:42 PM, maggu2810 wrote:
> >>
> >> Hello,
> >> is the EIK project still alive?
> >> It seems not to be working with Karaf 4 and perhaps also not with
> >> Eclipse Mars. Don't know who is responsible for the NPE.
> >>
> >> Found missing support in the current EIK sources. The current
> >> implementation does a
> >> * lookup in etc for a file called
> >> "org.apache.felix.karaf.features.cfg",
> >> in
> >> Karaf 4 it is named "org.apache.karaf.features.cfg"
> >> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
> >> should be lib/boot/org.apache.karaf.main-4.0.1.jar
> >>
> >> Is there someone working on this plugin anymore?
> >>
> >> I got this NPE after "New", "Apache Karaf Installation" and press
> "Finish"
> >> after insert my path...
> >>
> >> java.lang.NullPointerException
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
> >>         at
> >> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
> >>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
> >> -tp4042052.html Sent from the Karaf - User mailing list archive at
> >> Nabble.com.
> >>
> >
> > --
> > Jean-Baptiste Onofré
> > jbonofre@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
>

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Charlie Mordant <cm...@gmail.com>.
Hi Markus,

Here's a link:
http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html

Regards,

2015-09-02 17:17 GMT+02:00 Markus Rathgeb <ma...@gmail.com>:

> I already offered my help eight days before. ;-)
> I just need some documentation how to develop / debug an Eclipse Plug-In.
>
> 2015-09-02 16:25 GMT+02:00 Achim Nierbeck <bc...@googlemail.com>:
> > Hi,
> >
> > to the both of you :)
> > Contributions are always more then welcome ...
> > ... and I fear: Right now we lack some devs with time to spent on this.
> >
> > regards, Achim
> >
> >
> > 2015-09-02 16:22 GMT+02:00 Leschke, Scott <SL...@medline.com>:
> >>
> >> For what it's worth, I think that providing a nice integration with
> Karaf
> >> in BndTools might be a better approach than having a separate Karaf
> plugin.
> >> I suspect the level of effort to maintain an integration would be
> >> significantly less than maintaining an entire plugin.
> >>
> >> -----Original Message-----
> >> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
> >> Sent: Wednesday, September 02, 2015 6:07 AM
> >> To: user@karaf.apache.org
> >> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
> >>
> >> Hello,
> >> are there any news?
> >>
> >> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
> >> > Hi,
> >> >
> >> > Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
> >> > I tried to maintain but any help is welcome.
> >> >
> >> > I'm working on Cellar 4.0.0 release this week, I will try to work on
> >> > EIK during the weekend but nothing is sure ;)
> >> >
> >> > Regards
> >> > JB
> >> >
> >> >
> >> > On 08/24/2015 05:42 PM, maggu2810 wrote:
> >> >>
> >> >> Hello,
> >> >> is the EIK project still alive?
> >> >> It seems not to be working with Karaf 4 and perhaps also not with
> >> >> Eclipse Mars. Don't know who is responsible for the NPE.
> >> >>
> >> >> Found missing support in the current EIK sources. The current
> >> >> implementation does a
> >> >> * lookup in etc for a file called
> >> >> "org.apache.felix.karaf.features.cfg",
> >> >> in
> >> >> Karaf 4 it is named "org.apache.karaf.features.cfg"
> >> >> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
> >> >> should be lib/boot/org.apache.karaf.main-4.0.1.jar
> >> >>
> >> >> Is there someone working on this plugin anymore?
> >> >>
> >> >> I got this NPE after "New", "Apache Karaf Installation" and press
> >> >> "Finish"
> >> >> after insert my path...
> >> >>
> >> >> java.lang.NullPointerException
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
> >> >>         at
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
> >> >>         at
> org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
> >> >>         at
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
> >> >>         at
> org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
> >> >>         at
> >> >>
> >> >>
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
> >> >>         at
> >> >>
> >> >>
> >> >>
> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
> >> >>         at
> >> >>
> >> >>
> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
> >> >>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
> >> >> -tp4042052.html Sent from the Karaf - User mailing list archive at
> >> >> Nabble.com.
> >> >>
> >> >
> >> > --
> >> > Jean-Baptiste Onofré
> >> > jbonofre@apache.org
> >> > http://blog.nanthrax.net
> >> > Talend - http://www.talend.com
> >
> >
> >
> >
> > --
> >
> > Apache Member
> > Apache Karaf <http://karaf.apache.org/> Committer & PMC
> > OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer
> &
> > Project Lead
> > blog <http://notizblog.nierbeck.de/>
> > Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
> >
> > Software Architect / Project Manager / Scrum Master
> >
>



-- 
Charlie Mordant

Full OSGI/EE stack made with Karaf:
https://github.com/OsgiliathEnterprise/net.osgiliath.parent

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Markus Rathgeb <ma...@gmail.com>.
I already offered my help eight days before. ;-)
I just need some documentation how to develop / debug an Eclipse Plug-In.

2015-09-02 16:25 GMT+02:00 Achim Nierbeck <bc...@googlemail.com>:
> Hi,
>
> to the both of you :)
> Contributions are always more then welcome ...
> ... and I fear: Right now we lack some devs with time to spent on this.
>
> regards, Achim
>
>
> 2015-09-02 16:22 GMT+02:00 Leschke, Scott <SL...@medline.com>:
>>
>> For what it's worth, I think that providing a nice integration with Karaf
>> in BndTools might be a better approach than having a separate Karaf plugin.
>> I suspect the level of effort to maintain an integration would be
>> significantly less than maintaining an entire plugin.
>>
>> -----Original Message-----
>> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
>> Sent: Wednesday, September 02, 2015 6:07 AM
>> To: user@karaf.apache.org
>> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
>>
>> Hello,
>> are there any news?
>>
>> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
>> > Hi,
>> >
>> > Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
>> > I tried to maintain but any help is welcome.
>> >
>> > I'm working on Cellar 4.0.0 release this week, I will try to work on
>> > EIK during the weekend but nothing is sure ;)
>> >
>> > Regards
>> > JB
>> >
>> >
>> > On 08/24/2015 05:42 PM, maggu2810 wrote:
>> >>
>> >> Hello,
>> >> is the EIK project still alive?
>> >> It seems not to be working with Karaf 4 and perhaps also not with
>> >> Eclipse Mars. Don't know who is responsible for the NPE.
>> >>
>> >> Found missing support in the current EIK sources. The current
>> >> implementation does a
>> >> * lookup in etc for a file called
>> >> "org.apache.felix.karaf.features.cfg",
>> >> in
>> >> Karaf 4 it is named "org.apache.karaf.features.cfg"
>> >> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
>> >> should be lib/boot/org.apache.karaf.main-4.0.1.jar
>> >>
>> >> Is there someone working on this plugin anymore?
>> >>
>> >> I got this NPE after "New", "Apache Karaf Installation" and press
>> >> "Finish"
>> >> after insert my path...
>> >>
>> >> java.lang.NullPointerException
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
>> >>         at
>> >>
>> >>
>> >> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
>> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
>> >>         at
>> >>
>> >>
>> >> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
>> >>         at
>> >>
>> >> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
>> >>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
>> >> -tp4042052.html Sent from the Karaf - User mailing list archive at
>> >> Nabble.com.
>> >>
>> >
>> > --
>> > Jean-Baptiste Onofré
>> > jbonofre@apache.org
>> > http://blog.nanthrax.net
>> > Talend - http://www.talend.com
>
>
>
>
> --
>
> Apache Member
> Apache Karaf <http://karaf.apache.org/> Committer & PMC
> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
> Project Lead
> blog <http://notizblog.nierbeck.de/>
> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>
> Software Architect / Project Manager / Scrum Master
>

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Achim Nierbeck <bc...@googlemail.com>.
Hi,

to the both of you :)
Contributions are always more then welcome ...
... and I fear: Right now we lack some devs with time to spent on this.

regards, Achim


2015-09-02 16:22 GMT+02:00 Leschke, Scott <SL...@medline.com>:

> For what it's worth, I think that providing a nice integration with Karaf
> in BndTools might be a better approach than having a separate Karaf
> plugin.  I suspect the level of effort to maintain an integration would be
> significantly less than maintaining an entire plugin.
>
> -----Original Message-----
> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
> Sent: Wednesday, September 02, 2015 6:07 AM
> To: user@karaf.apache.org
> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
>
> Hello,
> are there any news?
>
> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
> > Hi,
> >
> > Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
> > I tried to maintain but any help is welcome.
> >
> > I'm working on Cellar 4.0.0 release this week, I will try to work on
> > EIK during the weekend but nothing is sure ;)
> >
> > Regards
> > JB
> >
> >
> > On 08/24/2015 05:42 PM, maggu2810 wrote:
> >>
> >> Hello,
> >> is the EIK project still alive?
> >> It seems not to be working with Karaf 4 and perhaps also not with
> >> Eclipse Mars. Don't know who is responsible for the NPE.
> >>
> >> Found missing support in the current EIK sources. The current
> >> implementation does a
> >> * lookup in etc for a file called
> >> "org.apache.felix.karaf.features.cfg",
> >> in
> >> Karaf 4 it is named "org.apache.karaf.features.cfg"
> >> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
> >> should be lib/boot/org.apache.karaf.main-4.0.1.jar
> >>
> >> Is there someone working on this plugin anymore?
> >>
> >> I got this NPE after "New", "Apache Karaf Installation" and press
> "Finish"
> >> after insert my path...
> >>
> >> java.lang.NullPointerException
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
> >>         at
> >>
> >>
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
> >>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
> >>         at
> >>
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
> >>         at
> >>
> >>
> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
> >>         at
> >> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
> >>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
> >> -tp4042052.html Sent from the Karaf - User mailing list archive at
> >> Nabble.com.
> >>
> >
> > --
> > Jean-Baptiste Onofré
> > jbonofre@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
>



-- 

Apache Member
Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
blog <http://notizblog.nierbeck.de/>
Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>

Software Architect / Project Manager / Scrum Master

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
No, still using maven-bundle-plugin, but embedding/provided Karaf 
support in the BndTools IDE (powered by Eclipse).

Regards
JB

On 09/04/2015 04:11 PM, Markus Rathgeb wrote:
> So, no maven-bundle-plugin to build OSGi bundles?
> "The bnd-maven-plugin can build Bndtools projects from within Maven."
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Markus Rathgeb <ma...@gmail.com>.
So, no maven-bundle-plugin to build OSGi bundles?
"The bnd-maven-plugin can build Bndtools projects from within Maven."

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
I would like to see Karaf integrated with BndTools !!

Any help is welcome, and we love contributions.

Regards
JB

On 09/02/2015 04:22 PM, Leschke, Scott wrote:
> For what it's worth, I think that providing a nice integration with Karaf in BndTools might be a better approach than having a separate Karaf plugin.  I suspect the level of effort to maintain an integration would be significantly less than maintaining an entire plugin.
>
> -----Original Message-----
> From: Markus Rathgeb [mailto:maggu2810@gmail.com]
> Sent: Wednesday, September 02, 2015 6:07 AM
> To: user@karaf.apache.org
> Subject: Re: EIK: Karaf 4 support on Eclipse Mars
>
> Hello,
> are there any news?
>
> 2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
>> Hi,
>>
>> Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active:
>> I tried to maintain but any help is welcome.
>>
>> I'm working on Cellar 4.0.0 release this week, I will try to work on
>> EIK during the weekend but nothing is sure ;)
>>
>> Regards
>> JB
>>
>>
>> On 08/24/2015 05:42 PM, maggu2810 wrote:
>>>
>>> Hello,
>>> is the EIK project still alive?
>>> It seems not to be working with Karaf 4 and perhaps also not with
>>> Eclipse Mars. Don't know who is responsible for the NPE.
>>>
>>> Found missing support in the current EIK sources. The current
>>> implementation does a
>>> * lookup in etc for a file called
>>> "org.apache.felix.karaf.features.cfg",
>>> in
>>> Karaf 4 it is named "org.apache.karaf.features.cfg"
>>> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this
>>> should be lib/boot/org.apache.karaf.main-4.0.1.jar
>>>
>>> Is there someone working on this plugin anymore?
>>>
>>> I got this NPE after "New", "Apache Karaf Installation" and press "Finish"
>>> after insert my path...
>>>
>>> java.lang.NullPointerException
>>>          at
>>>
>>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
>>>          at
>>>
>>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
>>>          at
>>>
>>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
>>>          at
>>>
>>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
>>>          at
>>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>>>          at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>>          at
>>>
>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
>>>          at
>>>
>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
>>>          at
>>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
>>>          at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>>          at
>>>
>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
>>>          at
>>>
>>> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
>>>          at
>>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
>>>          at
>>>
>>> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
>>>          at
>>> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
>>>          at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
>>> -tp4042052.html Sent from the Karaf - User mailing list archive at
>>> Nabble.com.
>>>
>>
>> --
>> Jean-Baptiste Onofré
>> jbonofre@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

RE: EIK: Karaf 4 support on Eclipse Mars

Posted by "Leschke, Scott" <SL...@medline.com>.
For what it's worth, I think that providing a nice integration with Karaf in BndTools might be a better approach than having a separate Karaf plugin.  I suspect the level of effort to maintain an integration would be significantly less than maintaining an entire plugin.

-----Original Message-----
From: Markus Rathgeb [mailto:maggu2810@gmail.com] 
Sent: Wednesday, September 02, 2015 6:07 AM
To: user@karaf.apache.org
Subject: Re: EIK: Karaf 4 support on Eclipse Mars

Hello,
are there any news?

2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
> Hi,
>
> Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active: 
> I tried to maintain but any help is welcome.
>
> I'm working on Cellar 4.0.0 release this week, I will try to work on 
> EIK during the weekend but nothing is sure ;)
>
> Regards
> JB
>
>
> On 08/24/2015 05:42 PM, maggu2810 wrote:
>>
>> Hello,
>> is the EIK project still alive?
>> It seems not to be working with Karaf 4 and perhaps also not with 
>> Eclipse Mars. Don't know who is responsible for the NPE.
>>
>> Found missing support in the current EIK sources. The current 
>> implementation does a
>> * lookup in etc for a file called 
>> "org.apache.felix.karaf.features.cfg",
>> in
>> Karaf 4 it is named "org.apache.karaf.features.cfg"
>> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this 
>> should be lib/boot/org.apache.karaf.main-4.0.1.jar
>>
>> Is there someone working on this plugin anymore?
>>
>> I got this NPE after "New", "Apache Karaf Installation" and press "Finish"
>> after insert my path...
>>
>> java.lang.NullPointerException
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
>>         at
>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
>>         at
>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
>>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
>>         at
>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
>>         at
>>
>> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
>>         at
>> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
>>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>
>>
>>
>> --
>> View this message in context:
>> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars
>> -tp4042052.html Sent from the Karaf - User mailing list archive at 
>> Nabble.com.
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Markus Rathgeb <ma...@gmail.com>.
Hello,
are there any news?

2015-08-24 17:44 GMT+02:00 Jean-Baptiste Onofré <jb...@nanthrax.net>:
> Hi,
>
> Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active: I
> tried to maintain but any help is welcome.
>
> I'm working on Cellar 4.0.0 release this week, I will try to work on EIK
> during the weekend but nothing is sure ;)
>
> Regards
> JB
>
>
> On 08/24/2015 05:42 PM, maggu2810 wrote:
>>
>> Hello,
>> is the EIK project still alive?
>> It seems not to be working with Karaf 4 and perhaps also not with Eclipse
>> Mars. Don't know who is responsible for the NPE.
>>
>> Found missing support in the current EIK sources. The current
>> implementation
>> does a
>> * lookup in etc for a file called "org.apache.felix.karaf.features.cfg",
>> in
>> Karaf 4 it is named "org.apache.karaf.features.cfg"
>> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this should
>> be
>> lib/boot/org.apache.karaf.main-4.0.1.jar
>>
>> Is there someone working on this plugin anymore?
>>
>> I got this NPE after "New", "Apache Karaf Installation" and press "Finish"
>> after insert my path...
>>
>> java.lang.NullPointerException
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
>>         at
>>
>> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
>>         at
>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
>>         at
>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
>>         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
>>         at
>>
>> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
>>         at
>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
>>         at
>>
>> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
>>         at
>> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
>>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>
>>
>>
>> --
>> View this message in context:
>> http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars-tp4042052.html
>> Sent from the Karaf - User mailing list archive at Nabble.com.
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com

Re: EIK: Karaf 4 support on Eclipse Mars

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

Honestly, we didn't yet upgraded EIK for Karaf 4. EIK is very active: I 
tried to maintain but any help is welcome.

I'm working on Cellar 4.0.0 release this week, I will try to work on EIK 
during the weekend but nothing is sure ;)

Regards
JB

On 08/24/2015 05:42 PM, maggu2810 wrote:
> Hello,
> is the EIK project still alive?
> It seems not to be working with Karaf 4 and perhaps also not with Eclipse
> Mars. Don't know who is responsible for the NPE.
>
> Found missing support in the current EIK sources. The current implementation
> does a
> * lookup in etc for a file called "org.apache.felix.karaf.features.cfg", in
> Karaf 4 it is named "org.apache.karaf.features.cfg"
> * lookup in lib for a file called karaf.jar, in Karaf 4(.0.1) this should be
> lib/boot/org.apache.karaf.main-4.0.1.jar
>
> Is there someone working on this plugin anymore?
>
> I got this NPE after "New", "Apache Karaf Installation" and press "Finish"
> after insert my path...
>
> java.lang.NullPointerException
> 	at
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetDefinitionFile(KarafProjectBuilder.java:327)
> 	at
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.createTargetPlatform(KarafProjectBuilder.java:335)
> 	at
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.fullBuild(KarafProjectBuilder.java:165)
> 	at
> org.apache.karaf.eik.ui.project.KarafProjectBuilder.build(KarafProjectBuilder.java:79)
> 	at
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
> 	at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
> 	at
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
> 	at
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
> 	at
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
> 	at
> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
> 	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/EIK-Karaf-4-support-on-Eclipse-Mars-tp4042052.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com