Re: Not-OT Re: OT: iterators/for-each loops (Re: sling.include only follows one path)

2009-09-24 Thread Markus Pallo
only indirect in the for loop. i am wondering why the included script, which has also i in the for loop, changes the value of the surrounding script. I thought includes uses own scope. Markus Andreas Kuckartz wrote: i before include is "1" and after include its "3". So "i" of the wall is ch

[jira] Commented: (SLING-864) Parse path info for NonExistingResource

2009-09-24 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759068#action_12759068 ] Bertrand Delacretaz commented on SLING-864: --- +1 to Felix's patch > Parse path inf

Re: OT: iterators/for-each loops (Re: sling.include only follows one path)

2009-09-24 Thread Bertrand Delacretaz
Hi, On Thu, Sep 24, 2009 at 7:06 AM, Markus Pallo wrote: > ...I made a test and changed wall/html.esp as seen below. > i before include is "1" and after include its "3". > So "i" of the wall is changed by having also "i" in brickgroup template. > > > > --- > brickGrou

Re: Error starting JVM

2009-09-24 Thread Bertrand Delacretaz
Hi, On Thu, Sep 24, 2009 at 3:51 AM, Branden Visser wrote: >  Me again.. fixed it by wiping out my local maven repository first (Thanks > Betrand).. > > This might be common for people who upgrade from a previous version of Sling. > Maybe it should be a note in the > setup instructions before b

Re: Glassfish and Launchpad

2009-09-24 Thread Bertrand Delacretaz
Hi, On Thu, Sep 24, 2009 at 12:44 AM, Ahmed Suhail Manzoor wrote: > ...I would be much > obliged if anyone could help me point the way to configure the unit tests to > run against GF instead of Jetty, at least that way I can be sure what works > and what doesn't The launchpad/testing integra

[jira] Commented: (SLING-1014) Atom JSP Taglib bundle needs manual re-activation in Felix console before the Abdera object is available

2009-09-24 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759236#action_12759236 ] Alexander Klimetschek commented on SLING-1014: -- I am using the bundle and didn

[jira] Created: (SLING-1123) Atom Taglib: ids have wrong escaping

2009-09-24 Thread Alexander Klimetschek (JIRA)
Atom Taglib: ids have wrong escaping Key: SLING-1123 URL: https://issues.apache.org/jira/browse/SLING-1123 Project: Sling Issue Type: Bug Components: Scripting Reporter: Alexander Kl

Re: Glassfish and Launchpad

2009-09-24 Thread Ahmed Suhail Manzoor
Thanks Bertrand, Before running the integration tests, I thought I would just run the 15 minutes wind up against Sling on Glassfish. All of the curl interactions came back witht the expected Http codes, except for the ones where I request "esp" files, they just came back as plain text so it wo

Re: Glassfish and Launchpad

2009-09-24 Thread Juan José Vázquez Delgado
Hi, > I tried running curl -X MKCOL > http://admin:ad...@localhost:/dav/default/apps against launchpad > installed inside Glassfish V3. AFAIK, Glassfish is an OSGi based application server. Have you tried to deploy Sling as a set of bundles into Glassfish?. Regards, Juanjo.