Re: Build Failure in Trunk

2013-08-04 Thread Ian Boston
Hi, ARCHETYPE-436 is a different issue with the same plugin. I can't tell if the issue on stackoverflow is the same issue. You could try this, to get more debug output, but I dont think that will tell you anything, as the invoker didnt load maven. diff --git a/tooling/maven/archetypes/servlet/pom

Re: [VOTE] Release Apache Sling JSP Taglib version 2.2.0

2013-08-04 Thread Justin Edelson
+1 I did note, however, that http://sling.apache.org/downloads.cgi points to a GPG keys file which does not contain the current GPG keys. Are we sure that https://people.apache.org/keys/group/sling.asc is the correct new location? If so, the downloads page should be updated. Regards, Justin On F

Re: Build Failure in Trunk

2013-08-04 Thread Dishara Wijewardana
On Sun, Aug 4, 2013 at 1:05 PM, Ian Boston wrote: > Hi, > ARCHETYPE-436 is a different issue with the same plugin. > I can't tell if the issue on stackoverflow is the same issue. > > You could try this, to get more debug output, but I dont think that > will tell you anything, as the invoker didnt

Re: [Status Update] Apache Cassandra backend for Sling

2013-08-04 Thread Dishara Wijewardana
On Tue, Jul 23, 2013 at 5:32 PM, Dishara Wijewardana < ddwijeward...@gmail.com> wrote: > > > On Mon, Jul 22, 2013 at 1:56 PM, Ian Boston wrote: > >> Hi Dishara, >> >> The Unit test coverage sounds great. I will pull the code and review >> today. >> >> >> Have you tried loading the bundle into a r

Exposing RequestProgressTracker as ThreadLocal

2013-08-04 Thread Chetan Mehrotra
Hi, Sling RequestProgressTracker is a valuable feature which helps in understanding the request flow easily. I tried using it for logging calls made to MongoDB server for a given thread [1] and it gives a very good insight in what is happening. As such component do not have direct access to the Re

Re: [VOTE] Release Apache Sling JSP Taglib version 2.2.0

2013-08-04 Thread Carsten Ziegeler
In case it's unclear: I meant +1 for the release :) 2013/8/5 Carsten Ziegeler > +1 > > For keys file, it seems https://people.apache.org/keys/group/sling.asc is > the new place. I guess we should add a redirect from dist/sling/KEYS to > that location and update our downloads pae > > Carsten > >

Re: [VOTE] Release Apache Sling JSP Taglib version 2.2.0

2013-08-04 Thread Carsten Ziegeler
+1 For keys file, it seems https://people.apache.org/keys/group/sling.asc is the new place. I guess we should add a redirect from dist/sling/KEYS to that location and update our downloads pae Carsten 2013/8/4 Justin Edelson > +1 > > I did note, however, that http://sling.apache.org/downloads.

Re: Exposing RequestProgressTracker as ThreadLocal

2013-08-04 Thread Carsten Ziegeler
I'm not 100% sure if this is a good thing; the resource resolver can be used without a request, the resource api is not tied to to request/response handling, so with this you add a dependency between resource providers and the Sling engine. At the bare minimum, before using the tracker you would ne

Re: Build Failure in Trunk

2013-08-04 Thread Ian Boston
Excellent, news. Ian On 5 August 2013 00:42, Dishara Wijewardana wrote: > On Sun, Aug 4, 2013 at 1:05 PM, Ian Boston wrote: > >> Hi, >> ARCHETYPE-436 is a different issue with the same plugin. >> I can't tell if the issue on stackoverflow is the same issue. >> >> You could try this, to get more

Re: [VOTE] Release Apache Sling JSP Taglib version 2.2.0

2013-08-04 Thread Ian Boston
+1 Ian On 4 August 2013 14:50, Justin Edelson wrote: > +1 > > I did note, however, that http://sling.apache.org/downloads.cgi points to a > GPG keys file which does not contain the current GPG keys. Are we sure that > https://people.apache.org/keys/group/sling.asc is the correct new location? >