Assembly and Branding

2014-07-20 Thread nseb
I create my own distribution karaf including my application. I use the maven plugin. By cons, how can I change the branding of the console at the time of assembly? Regards, - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context:

Re: Assembly and Branding

2014-07-20 Thread Achim Nierbeck
I'd say you'd need a multi module setup, one module containing your application, another one the console branding and the third the custom assembly. regards, Achim 2014-07-20 20:17 GMT+02:00 nseb seb_nicoul...@hotmail.com: I create my own distribution karaf including my application. I use the

Re: Assembly and Branding

2014-07-20 Thread nseb
I dot it , but my bundle is deployed system and not in lib which is the only directory or branding can be taken into account. - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context:

Re: Assembly and Branding

2014-07-20 Thread Jean-Baptiste Onofré
Hi Seb, it depends of the version. You have two ways to do the branding. Working with all Karaf version, you have to create a branding bundle containing a branding.properties file in the package org.apache.karaf.branding. This bundle exports the org.apache.karaf.branding package. Starting

Re: Assembly and Branding

2014-07-20 Thread nseb
Thanks !! the property file directly is perfect - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context: http://karaf.922171.n3.nabble.com/Assembly-and-Branding-tp4034318p4034324.html Sent from the Karaf - Dev mailing list archive

Any news on the Log4j 2 upgrade?

2014-07-20 Thread Matt Sicker
Log4j 2.0 was officially released not that long ago, and 2.0.1 will be released soon with improved OSGi support. Is there any news on PaxLogging or even just Karaf using it? -- Matt Sicker boa...@gmail.com

Re: Any news on the Log4j 2 upgrade?

2014-07-20 Thread Matt Sicker
Sounds good! I may have some pull requests regarding this. On 20 July 2014 23:28, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Matt, I started to work on Log4j v2 support in Pax Logging. It's plan for Pax Logging 1.8.0. I released Pax Logging 1.7.3 last week (with bug fixes and upgrade