Hi Jakub, I've posted a short how-to on re-branding the Karaf shell console here: http://icodebythesea.blogspot.com/2010/08/re-branding-karaf-shell-console.html
The demo will appear in the next release of Karaf (demos/branding/shell). Cheers, Jamie On Tue, Jul 27, 2010 at 12:20 PM, Jakub Herkel <[email protected]> wrote: > The same result as before, the first start showed Karaf, the second one > showed my own logo. > > best regards > > jakub > > -----Original Message----- > From: Jean-Baptiste Onofré <[email protected]> > Reply-to: [email protected] > To: [email protected] > Subject: Re: Karaf branding > Date: Tue, 27 Jul 2010 11:18:25 +0200 > > Try to put your branding.jar file in the lib directory, Karaf will take > it at startup. > > Regards > JB > > On 07/27/2010 11:03 AM, Jakub Herkel wrote: >> Hi, >> >> I have Karaf 2.0.0 embedded in my server, lib directory contains these >> jars : >> karaf-client.jar >> karaf-jaas-boot.jar >> karaf.jar >> >> best regards >> >> jakub >> >> -----Original Message----- >> From: Jean-Baptiste Onofré<[email protected]> >> Reply-to: [email protected] >> To: [email protected] >> Subject: Re: Karaf branding >> Date: Tue, 27 Jul 2010 10:00:16 +0200 >> >> Hi Jakub, >> >> What jar files have you in the karaf lib directory ? >> >> Regards >> JB >> >> On 07/27/2010 09:48 AM, Jakub Herkel wrote: >>> Thanks for advance, it works now. But I found another problem. If I >>> started Karaf console for the first time, the Karaf logo was showed. But >>> the bundle with branding was on its place before the Karaf started. The >>> second startup showed my own logo. Is it normal behavior? >>> >>> Jakub >>> >>> -----Original Message----- >>> From: Jean-Baptiste Onofré<[email protected]> >>> Reply-to:<[email protected]>,<[email protected]> >>> To: [email protected] >>> Subject: Re: Karaf branding >>> Date: Mon, 26 Jul 2010 13:59:12 +0200 >>> >>> >>> >>> Hi, >>> >>> you have a sample of Karaf branding here: >>> http://buildprocess.svn.sourceforge.net/viewvc/buildprocess/builderaser/trunk/branding/ >>> >>> You can see that branding is simple a bundle. This bundle simply wraps a >>> branding.properties file which contain the welcome property (the first >>> line/logo). >>> >>> After that, in your karaf distribution, simply copy your branding bundle >>> jar in karaf. >>> >>> Regards >>> JB >>> >>> On 07/26/2010 01:50 PM, HERKEL Jakub wrote: >>>> Is there any “cookbook” how to brand the Karaf? I want to replace >>> karaf >>>> logo in ssh shell. I have tried to create a bundle exporting >>>> org.apache.karaf.branding but I still don’t see my own logo. So I >>> don’t >>>> have any idea what to do next. >>>> >>> >>> >>> >> > >
