|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[karaf] Running/debugging Karaf under Eclipse IDEHi!
I've been able to download Karaf sources, compile it using Maven. However it generates assemblies (zip files) in assembly/target that I have to unpack and then run it. Is it possible to: - Run Karaf inside Eclipse IDE, to shorten the develop-compile-debug cycle? and - Run Karaf using mvn exec:exec ? Thank you. -- Best regards, Hendy Irawan +62 81-2210-66622 :: +62 22-91853265 http://www.hendyirawan.com/ :: hendy@... |
|
|
Re: [karaf] Running/debugging Karaf under Eclipse IDEYou may want to look at the following blog entry:
http://stephen.evanchik.com/blog/2009/06/announcing-eclipse-pde-integration-apache-felix-karaf.html On Mon, Jun 22, 2009 at 09:25, Hendy Irawan<hendy@...> wrote: > Hi! > > I've been able to download Karaf sources, compile it using Maven. However it > generates assemblies (zip files) in assembly/target that I have to unpack > and then run it. > > Is it possible to: > > - Run Karaf inside Eclipse IDE, to shorten the develop-compile-debug > cycle? and > - Run Karaf using mvn exec:exec ? > > Thank you. > -- > Best regards, > Hendy Irawan > +62 81-2210-66622 :: +62 22-91853265 > http://www.hendyirawan.com/ :: hendy@... > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [karaf] Running/debugging Karaf under Eclipse IDEI just released a new version that addresses several critical bugs:
http://stephen.evanchik.com/blog/2009/06/update-karaf-pde-integration-now-java-15-support.html Stephen On Mon, Jun 22, 2009 at 7:21 PM, Guillaume Nodet<gnodet@...> wrote: > You may want to look at the following blog entry: > http://stephen.evanchik.com/blog/2009/06/announcing-eclipse-pde-integration-apache-felix-karaf.html > > On Mon, Jun 22, 2009 at 09:25, Hendy Irawan<hendy@...> wrote: >> Hi! >> >> I've been able to download Karaf sources, compile it using Maven. However it >> generates assemblies (zip files) in assembly/target that I have to unpack >> and then run it. >> >> Is it possible to: >> >> - Run Karaf inside Eclipse IDE, to shorten the develop-compile-debug >> cycle? and >> - Run Karaf using mvn exec:exec ? >> >> Thank you. >> -- >> Best regards, >> Hendy Irawan >> +62 81-2210-66622 :: +62 22-91853265 >> http://www.hendyirawan.com/ :: hendy@... >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Stephen Evanchik http://stephen.evanchik.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [karaf] Running/debugging Karaf under Eclipse IDEThank you Stephen.
Current Karaf seems to be not working (I'm using both Karaf and Blueprint from SVN) with Blueprint errors in the log and Karaf shell not showing up. OTOH, I don't really want to go back to SMK 1.1 because it cannot hot reload GShell command bundles, ie after making a change to a bundle that provides a GShell command, I have to restart Karaf. So I guess I need to wait until Karaf SVN works again... I'm eagerly waiting for an Karaf 1.2-alpha release to come up, is there anything I can do to help this? On 6/27/09, Stephen Evanchik <evanchsa@...> wrote: > I just released a new version that addresses several critical bugs: > > http://stephen.evanchik.com/blog/2009/06/update-karaf-pde-integration-now-java-15-support.html > > > Stephen > > On Mon, Jun 22, 2009 at 7:21 PM, Guillaume Nodet<gnodet@...> wrote: >> You may want to look at the following blog entry: >> http://stephen.evanchik.com/blog/2009/06/announcing-eclipse-pde-integration-apache-felix-karaf.html >> >> On Mon, Jun 22, 2009 at 09:25, Hendy Irawan<hendy@...> wrote: >>> Hi! >>> >>> I've been able to download Karaf sources, compile it using Maven. However >>> it >>> generates assemblies (zip files) in assembly/target that I have to unpack >>> and then run it. >>> >>> Is it possible to: >>> >>> - Run Karaf inside Eclipse IDE, to shorten the develop-compile-debug >>> cycle? and >>> - Run Karaf using mvn exec:exec ? >>> >>> Thank you. >>> -- >>> Best regards, >>> Hendy Irawan >>> +62 81-2210-66622 :: +62 22-91853265 >>> http://www.hendyirawan.com/ :: hendy@... >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > > > -- > Stephen Evanchik > http://stephen.evanchik.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Sent from my mobile device Best regards, Hendy Irawan +62 81-2210-66622 :: +62 22-91853265 http://www.hendyirawan.com/ :: hendy@... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [karaf] Running/debugging Karaf under Eclipse IDECan you try again ? I've fixed a few problems yesterday ...
The blueprint api / schemas are now frozen, so we should not run into such problems anymore. On Fri, Jul 3, 2009 at 04:40, Hendy Irawan<hendy@...> wrote: > Thank you Stephen. > > Current Karaf seems to be not working (I'm using both Karaf and > Blueprint from SVN) with Blueprint errors in the log and Karaf shell > not showing up. > > OTOH, I don't really want to go back to SMK 1.1 because it cannot hot > reload GShell command bundles, ie after making a change to a bundle > that provides a GShell command, I have to restart Karaf. > > So I guess I need to wait until Karaf SVN works again... I'm eagerly > waiting for an Karaf 1.2-alpha release to come up, is there anything I > can do to help this? > > On 6/27/09, Stephen Evanchik <evanchsa@...> wrote: >> I just released a new version that addresses several critical bugs: >> >> http://stephen.evanchik.com/blog/2009/06/update-karaf-pde-integration-now-java-15-support.html >> >> >> Stephen >> >> On Mon, Jun 22, 2009 at 7:21 PM, Guillaume Nodet<gnodet@...> wrote: >>> You may want to look at the following blog entry: >>> http://stephen.evanchik.com/blog/2009/06/announcing-eclipse-pde-integration-apache-felix-karaf.html >>> >>> On Mon, Jun 22, 2009 at 09:25, Hendy Irawan<hendy@...> wrote: >>>> Hi! >>>> >>>> I've been able to download Karaf sources, compile it using Maven. However >>>> it >>>> generates assemblies (zip files) in assembly/target that I have to unpack >>>> and then run it. >>>> >>>> Is it possible to: >>>> >>>> - Run Karaf inside Eclipse IDE, to shorten the develop-compile-debug >>>> cycle? and >>>> - Run Karaf using mvn exec:exec ? >>>> >>>> Thank you. >>>> -- >>>> Best regards, >>>> Hendy Irawan >>>> +62 81-2210-66622 :: +62 22-91853265 >>>> http://www.hendyirawan.com/ :: hendy@... >>>> >>> >>> >>> >>> -- >>> Cheers, >>> Guillaume Nodet >>> ------------------------ >>> Blog: http://gnodet.blogspot.com/ >>> ------------------------ >>> Open Source SOA >>> http://fusesource.com >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> >> >> -- >> Stephen Evanchik >> http://stephen.evanchik.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > -- > Sent from my mobile device > > Best regards, > Hendy Irawan > +62 81-2210-66622 :: +62 22-91853265 > http://www.hendyirawan.com/ :: hendy@... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [karaf] Running/debugging Karaf under Eclipse IDEHi Hendy,
I have finished moving development to the EIK project hosted here: http://fusesource.com/forge/projects/EIK and would be very grateful for any help or suggestions as to what features would be beneficia to you and the community at largel. Right now I am working on core WTP integration as well as number of little items to smooth the way forward for more UI features. I just finished integrating the OSGi JMX instrumentation MBeans and have a Bundles and Servers view available. You can read more about it here: http://stephen.evanchik.com/blog/2009/07/finished-instrumenting-running-karaf-platform.html I expect the WTP stuff to keep me busy for a while so any small items that people think of would be great distractions ;) Stephen On Thu, Jul 2, 2009 at 10:40 PM, Hendy Irawan<hendy@...> wrote: > Thank you Stephen. > > Current Karaf seems to be not working (I'm using both Karaf and > Blueprint from SVN) with Blueprint errors in the log and Karaf shell > not showing up. > > OTOH, I don't really want to go back to SMK 1.1 because it cannot hot > reload GShell command bundles, ie after making a change to a bundle > that provides a GShell command, I have to restart Karaf. > > So I guess I need to wait until Karaf SVN works again... I'm eagerly > waiting for an Karaf 1.2-alpha release to come up, is there anything I > can do to help this? -- Stephen Evanchik http://stephen.evanchik.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |