any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Justin Edelson
I fixed a typo last night on http://cwiki.apache.org/confluence/display/SLINGxSITE/Maven+Launchpad+Plugin and it's not reflected here: http://sling.apache.org/site/maven-launchpad-plugin.html. Anyone have an idea why? Thanks, Justin

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Bertrand Delacretaz
On Thu, Feb 18, 2010 at 5:12 PM, Justin Edelson wrote: > I fixed a typo last night on > http://cwiki.apache.org/confluence/display/SLINGxSITE/Maven+Launchpad+Plugin > and it's not reflected here: > http://sling.apache.org/site/maven-launchpad-plugin.html. $ curl -s http://sling.apache.org/site/ma

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Csakany Robert
Hi Justin! First, I would like to thank you to make this launchpad builder, because I wanna to automatize the sling upgrade mechanism and now I have to copy bundles by hand. (or have to make ANT scipts.) Maybe my feature request isn't related to this launchpad builder, or maybe you know better

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Justin Edelson
There was a thread today on the users list about exactly this question. It sounds like fileinstall wouldn't work for you, so you'd need this capability added to the launchpad framework (but I doubt the plugin). It's also something that a little bit of Java code in your own bundle could do via Conf

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Bertrand Delacretaz
On Thu, Feb 18, 2010 at 5:38 PM, Justin Edelson wrote: > ...It's also something that a little bit of Java code in your own bundle > could do via ConfigAdmin We could also do something similar to the initial content loading [1], but for configs - include properties files in a well-known place

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Csakany Robert
Justin, Bertrand Thanks for the fast answer. I agree, it's a good idea to be the part of content loading mechanism, because I could make customer specific configuration bundles thats are included in maven-lauchpad-plugin. I'm starting to make a patch for this in the content-loader. Regards, R

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Justin Edelson
On 2/18/10 11:58 AM, Csakany Robert wrote: > Justin, Bertrand > > Thanks for the fast answer. I agree, it's a good idea to be the part of > content loading mechanism, because I could make customer specific > configuration bundles thats are included in maven-lauchpad-plugin. > I'm starting to mak

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Bertrand Delacretaz
On Thu, Feb 18, 2010 at 6:01 PM, Justin Edelson wrote: > On 2/18/10 11:58 AM, Csakany Robert wrote: >> Justin, Bertrand >> >> Thanks for the fast answer. I agree, it's a good idea to be the part of >> content loading mechanism, because I could make customer specific >> configuration bundles that

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Csakany Robert
Ok, thanks for the idea. I've started analyzing the problem, and I've starting the initconfig bundle for it in Felix project (It will utilize ConfigAdmin service as Justin pointed) . It will check the MANIFEST.MF (Bundle-InitialConfig entry) for a configured folder where the configurations will

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Justin Edelson
On 2/18/10 3:30 PM, Csakany Robert wrote: > Ok, thanks for the idea. > I've started analyzing the problem, and I've starting the initconfig bundle > for it in Felix project (It will utilize ConfigAdmin service as Justin > pointed) . It will check the MANIFEST.MF (Bundle-InitialConfig entry) for a

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Bertrand Delacretaz
On Thu, Feb 18, 2010 at 9:30 PM, Csakany Robert wrote: > ...I've started analyzing the problem, and I've starting the initconfig > bundle for it in Felix project (It will utilize ConfigAdmin service as > Justin pointed) . It will check the MANIFEST.MF (Bundle-InitialConfig > entry) for a configure

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Csakany Robert
You are absolutely right :) I'm thinking about XML, because there can be ManagedFactory configuration also, and for this some structure is needed I'll investigate how to do to be clear - because the ManagedFactory configurations. (Maybe that style like log4j.properties - the path is described "

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Felix Meschberger
Hi, On 18.02.2010 22:06, Csakany Robert wrote: > You are absolutely right :) I'm thinking about XML, because there can be > ManagedFactory configuration also, and for this some structure is needed > I'll investigate how to do to be clear - because the ManagedFactory > configurations. (Maybe th

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Felix Meschberger
Hi, On 18.02.2010 17:12, Justin Edelson wrote: > I fixed a typo last night on > http://cwiki.apache.org/confluence/display/SLINGxSITE/Maven+Launchpad+Plugin > and it's not reflected here: > http://sling.apache.org/site/maven-launchpad-plugin.html. > > Anyone have an idea why? There is some delay

Re: any idea why http://sling.apache.org/site/maven-launchpad-plugin.html isn't updating?

2010-02-18 Thread Csakany Robert
Thanks Felix, I'll check it. Regards, Robert On Feb 18, 2010, at 11:00 PM, Felix Meschberger wrote: > Hi, > > On 18.02.2010 22:06, Csakany Robert wrote: >> You are absolutely right :) I'm thinking about XML, because there can be >> ManagedFactory configuration also, and for this some structur