Build failures

2008-03-04 Thread Vidar Ramdal
I'm no longer able to build Sling, the integration tests fail miserably. I'm getting this: -- Test set: org.apache.sling.launchpad.webapp.integrationtest.JsonRenderingTest ---

Re: Build failures

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 10:09 AM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > I'm no longer able to build Sling, the integration tests fail miserably I think this was just fixed, mvn clean install works for me at revision 633396. Can you try again? -Bertrand

Re: Build failures

2008-03-04 Thread Carsten Ziegeler
Yes, I just fixed the problem. The namespace prefixes of already installed bundles where not registered anymore. Carsten Bertrand Delacretaz wrote: On Tue, Mar 4, 2008 at 10:09 AM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: I'm no longer able to build Sling, the integration tests fail miserably.

Re: Build failures

2008-03-04 Thread Vidar Ramdal
On 3/4/08, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Yes, I just fixed the problem. The namespace prefixes of already > installed bundles where not registered anymore. Thanks! The U jcr/base/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepository.java did the trick. -- Vidar S.

Re: Build failures

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 10:17 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Yes, I just fixed the problem. The namespace prefixes of already > installed bundles where not registered anymore Thanks Carsten! BTW, in such cases build failures are also reported by our continuum setup at http

[jira] Created: (SLING-305) APT parser and default servlet

2008-03-04 Thread Bertrand Delacretaz (JIRA)
APT parser and default servlet -- Key: SLING-305 URL: https://issues.apache.org/jira/browse/SLING-305 Project: Sling Issue Type: Improvement Components: Launchpad Reporter: Bertrand Delacreta

Trouble posting data from form

2008-03-04 Thread Vidar Ramdal
I've created a simple HTML form to post data to Sling. The form should, in my mind, should work exactly like the curl command specified in the 15-minute guide: curl --trace - -F"sling:resourceType=foo/bar" -F"title=some title" http://admin:[EMAIL PROTECTED]:/content/mynode The curl command wor

Re: Trouble posting data from form

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 12:19 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > ... http://admin:[EMAIL > PROTECTED]:/content/mynode">... > ... I suspect curl handles the authentication part (admin:admin@) > differently than the browser does. How can I make the HTML form work?... Your guess is

Re: Trouble posting data from form

2008-03-04 Thread Vidar Ramdal
> On Tue, Mar 4, 2008 at 12:19 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > > [...] How can I make the HTML form work?... On 3/4/08, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > [...] you go to http://localhost:/sling/configMgr [...] Hmm, that page shows up blank - that is, only the he

[jira] Commented: (SLING-189) Consolidate launcher and launchpad modules

2008-03-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574960#action_12574960 ] Felix Meschberger commented on SLING-189: - Renamed launcher.app bundle to launchpad.

[jira] Assigned: (SLING-189) Consolidate launcher and launchpad modules

2008-03-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-189: --- Assignee: Felix Meschberger > Consolidate launcher and launchpad modules > ---

Re: Trouble posting data from form

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 1:29 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > > [...] you go to http://localhost:/sling/configMgr [...] > > Hmm, that page shows up blank - that is, only the header and the menu > appears - no config options. hmm...looks like that page doesn't work in Safari, b

Re: Trouble posting data from form

2008-03-04 Thread Vidar Ramdal
> On Tue, Mar 4, 2008 at 1:29 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > > > [...] you go to http://localhost:/sling/configMgr [...] > > > > Hmm, that page shows up blank - that is, only the header and the menu > > appears - no config options. On 3/4/08, Bertrand Delacretaz <[EMAIL

[jira] Created: (SLING-306) Property setting assums String by default

2008-03-04 Thread Carsten Ziegeler (JIRA)
Property setting assums String by default - Key: SLING-306 URL: https://issues.apache.org/jira/browse/SLING-306 Project: Sling Issue Type: Bug Components: ujax Reporter: Carsten Z

[jira] Created: (SLING-307) QueryServlet

2008-03-04 Thread Philipp Koch (JIRA)
QueryServlet Key: SLING-307 URL: https://issues.apache.org/jira/browse/SLING-307 Project: Sling Issue Type: New Feature Components: Default Servlets Reporter: Philipp Koch it would be nice to have a way t

[jira] Updated: (SLING-307) QueryServlet

2008-03-04 Thread Philipp Koch (JIRA)
[ https://issues.apache.org/jira/browse/SLING-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Koch updated SLING-307: --- Attachment: queryservlet.patch > QueryServlet > > > Key: SLING-307 >

[jira] Created: (SLING-308) Config page dropdown not displayed in Firefox 3, Safari and Opera 9

2008-03-04 Thread Bertrand Delacretaz (JIRA)
Config page dropdown not displayed in Firefox 3, Safari and Opera 9 --- Key: SLING-308 URL: https://issues.apache.org/jira/browse/SLING-308 Project: Sling Issue Type: Bug

[jira] Updated: (SLING-308) Config page dropdown not displayed in Firefox 3, Safari and Opera 9

2008-03-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-308: -- Attachment: safari-sling-config.jpg Safari screenshot, nothing's displayed below the Ass

Re: Trouble posting data from form

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 2:29 PM, Vidar Ramdal <[EMAIL PROTECTED]> wrote: > ... I was using the latest Firefox 3 beta. Reverting to Firefox 2, I get > the config options. > BTW, it didn't work in either Safari or Opera 9 Thanks for reporting, this is now https://issues.apache.org/jira/browse/

[jira] Commented: (SLING-308) Config page dropdown not displayed in Firefox 3, Safari and Opera 9

2008-03-04 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575001#action_12575001 ] Vidar S. Ramdal commented on SLING-308: --- This seems to be due to an unclosed script ta

[jira] Closed: (SLING-189) Consolidate launcher and launchpad modules

2008-03-04 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-189. --- Resolution: Fixed Fix Version/s: 2.0.0 As of Rev. 633491 the former launcher modules ha

Re: svn commit: r633495 - /incubator/sling/trunk/pom.xml

2008-03-04 Thread Carsten Ziegeler
I removed the two projects from continuum as well. Carsten [EMAIL PROTECTED] wrote: Author: fmeschbe Date: Tue Mar 4 06:44:45 2008 New Revision: 633495 URL: http://svn.apache.org/viewvc?rev=633495&view=rev Log: SLING-189 fix references to new and removed modules in reactor pom Modified:

[SLING-189] Launcher and Launchpad merge (was: svn commit: r633495 - /incubator/sling/trunk/pom.xml)

2008-03-04 Thread Felix Meschberger
Hi all, This is just to inform you all, that I finally managed to merge the former launcher modules app and webapp into launchpad. The launcher/app module is now the launchpad/app module while the launcher/webapp stuff has been merged into the launchpad/launchpad-webapp module. Except for a ujax

Re: svn commit: r633495 - /incubator/sling/trunk/pom.xml

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 3:50 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > I removed the two projects from continuum as well. Thanks - and in the meantime there's more work for you ;-) + +extensions/apt/apt-parser +extensions/apt/apt-servlet + -Bertrand

Re: svn commit: r633495 - /incubator/sling/trunk/pom.xml

2008-03-04 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: On Tue, Mar 4, 2008 at 3:50 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: I removed the two projects from continuum as well. Thanks - and in the meantime there's more work for you ;-) Thanks :) Done Carsten + +extensions/apt/apt-parser +

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Carsten Ziegeler
Felix Meschberger wrote: Hi all, This is just to inform you all, that I finally managed to merge the former launcher modules app and webapp into launchpad. The launcher/app module is now the launchpad/app module while the launcher/webapp stuff has been merged into the launchpad/launchpad-webapp

[jira] Resolved: (SLING-305) APT parser and default servlet

2008-03-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-305. --- Resolution: Fixed Implemented in revision 633531 in the new extensions/apt/parser and

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 4:33 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > ... +1 for renaming - same applies for the new apt modules +1 as well, and I have renamed the extensions/apt modules as suggested - please update continuum accordingly ;-) -Bertrand

[jira] Resolved: (SLING-308) Config page dropdown not displayed in Firefox 3, Safari and Opera 9

2008-03-04 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-308. --- Resolution: Fixed Of course, good catch! Fixed in revision 633534 > Config page drop

[RT] Transformers are among us

2008-03-04 Thread Bertrand Delacretaz
Hi, Working on SLING-305, I'd like to be able to request foo.apt, an APT format file stored in the repository, as foo.html, and have the SlingAptServlet process this request. Currently I had to use an ugly workaround: foo.apt must be requested as foo.apt.aptml, the SlingAptServlet is configured t

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: On Tue, Mar 4, 2008 at 4:33 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: ... +1 for renaming - same applies for the new apt modules +1 as well, and I have renamed the extensions/apt modules as suggested - please update continuum accordingly ;-) Done and ple

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Bertrand Delacretaz
On Tue, Mar 4, 2008 at 5:50 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > ... Done and please see title #15 of the Very Best of The Smiths... I was going to search Google for that, but I'm not sure if that joke is funny anymore ;-) -Bertrand

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: On Tue, Mar 4, 2008 at 5:50 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: ... Done and please see title #15 of the Very Best of The Smiths... I was going to search Google for that, but I'm not sure if that joke is funny anymore ;-) :) Carsten -- Carsten Ziegele

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Felix Meschberger
Hi, Am Dienstag, den 04.03.2008, 17:29 +0100 schrieb Bertrand Delacretaz: > On Tue, Mar 4, 2008 at 4:33 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > > ... +1 for renaming - same applies for the new apt modules > > +1 as well, and I have renamed the extensions/apt modules as suggested

Re: [SLING-189] Launcher and Launchpad merge

2008-03-04 Thread Carsten Ziegeler
Felix Meschberger wrote: Hi, Am Dienstag, den 04.03.2008, 17:29 +0100 schrieb Bertrand Delacretaz: On Tue, Mar 4, 2008 at 4:33 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: ... +1 for renaming - same applies for the new apt modules +1 as well, and I have renamed the extensions/apt modu