Re: [Vote] Release Sling

2008-06-09 Thread Bertrand Delacretaz
On Mon, Jun 9, 2008 at 9:45 AM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > ...The consensus on legal-discuss@ seems to be that we can include the > JSON code in Sling, i.e. the "Good, not Evil" condition is not a FOU > clause that we need to worry about Here's a link to the relevant thread fo

Re: Sling/Scala weekly progress report.(02-06-2008 to 08-06-2008)

2008-06-09 Thread janandith jayawardena
Hi Bertrand, Today I managed remove the errors shown in red in the launchpad saying it cannot resolve "scala.tools.nsc" using Felix's answer as a guide. But when calling the script an exception is thrown. I have mailed it as a reply to my mail stating the earlier problem. Based on the reply I ho

Re: unable to load dependancy "scala.tools.nsc" in Sling.

2008-06-09 Thread janandith jayawardena
Hi Felix, Thanks for the advice. I added the following to the pom.xml . scala-library;scala-compiler;inline=true org.apache.tools.ant.*;resolution:=optional, * Now the error messages do not appear in launchpad. But w

RE: JCR browser

2008-06-09 Thread Craig L. Ching
> -Original Message- > From: Felix Meschberger [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2008 1:22 AM > To: sling-dev@incubator.apache.org > Subject: Re: JCR browser > > Hi, > > > Hmm, what about a Sling Resource Explorer that browses Sling's > > "resources" (including bundl

RE: JCR browser

2008-06-09 Thread Craig L. Ching
Hi Lars, > -Original Message- > From: Lars Trieloff [mailto:[EMAIL PROTECTED] On Behalf Of > Lars Trieloff > Sent: Monday, June 09, 2008 8:10 AM > To: sling-dev@incubator.apache.org > Subject: Re: JCR browser > > Hi David, hi Craig, > > On Jun 9, 2008, at 10:19 , David Nuescheler wrot

[jira] Created: (SLING-519) Update to Felix SCR Implementation 1.0.1

2008-06-09 Thread Carsten Ziegeler (JIRA)
Update to Felix SCR Implementation 1.0.1 Key: SLING-519 URL: https://issues.apache.org/jira/browse/SLING-519 Project: Sling Issue Type: Improvement Affects Versions: 2.0.0 Reporter: Ca

[jira] Updated: (SLING-503) Enable SCR plugin for Factory Components

2008-06-09 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-503: --- Summary: Enable SCR plugin for Factory Components (was: Disable SCR plugin for Factory Compon

RE: JCR browser

2008-06-09 Thread Craig L. Ching
> -Original Message- > From: Vidar Ramdal [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2008 6:43 AM > To: sling-dev@incubator.apache.org > Subject: Re: JCR browser > > 2008/6/5 Craig L. Ching <[EMAIL PROTECTED]>: > > [...] > > Anyway, let me know what you think. > > I think this

RE: JCR browser

2008-06-09 Thread Craig L. Ching
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > David Nuescheler > Sent: Monday, June 09, 2008 3:19 AM > To: sling-dev@incubator.apache.org > Subject: Re: JCR browser > > hi craig, > > i think this is a great start. congratulations. > there are

[jira] Assigned: (SLING-503) Disable SCR plugin for Factory Components

2008-06-09 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-503: -- Assignee: Carsten Ziegeler > Disable SCR plugin for Factory Components > ---

Re: Bundling a custom repository

2008-06-09 Thread Vidar Ramdal
2008/6/9 Felix Meschberger <[EMAIL PROTECTED]>: > Hi Vidar, > > Am Montag, den 09.06.2008, 15:31 +0200 schrieb Vidar Ramdal: >> Hi all; >> >> I'd like to use Sling with a custom repository - that's a Jackrabbit >> 1.5 with some additions, like a LoginModule and some other stuff. >> >> I'd like to a

Re: Bundling a custom repository

2008-06-09 Thread Felix Meschberger
Hi Vidar, Am Montag, den 09.06.2008, 15:31 +0200 schrieb Vidar Ramdal: > Hi all; > > I'd like to use Sling with a custom repository - that's a Jackrabbit > 1.5 with some additions, like a LoginModule and some other stuff. > > I'd like to avoid using RMI or JNDI to connect to the repository, but

Bundling a custom repository

2008-06-09 Thread Vidar Ramdal
Hi all; I'd like to use Sling with a custom repository - that's a Jackrabbit 1.5 with some additions, like a LoginModule and some other stuff. I'd like to avoid using RMI or JNDI to connect to the repository, but instead replace the Jackrabbit bundles that come with Sling, for efficiency. There a

Re: JCR browser

2008-06-09 Thread Lars Trieloff
Hi David, hi Craig, On Jun 9, 2008, at 10:19 , David Nuescheler wrote: hi craig, i think this is a great start. congratulations. there are a couple of observations that i made which are likely to be unrelated to the use dojo so i thought i'd share them here. (1) deep links, bookmarks & backbu

Re: JCR browser

2008-06-09 Thread Vidar Ramdal
2008/6/5 Craig L. Ching <[EMAIL PROTECTED]>: > [...] > Anyway, let me know what you think. I think this looks really, really good. Just one question, out of curiosity: Is the explorer "standalone", in that it only uses client side calls? For example, could I take the HTML and JS and run it locall

Re: JCR browser

2008-06-09 Thread David Nuescheler
hi craig, i think this is a great start. congratulations. there are a couple of observations that i made which are likely to be unrelated to the use dojo so i thought i'd share them here. (1) deep links, bookmarks & backbutton since i am fan of deep links into content when i am sharing content lo

Re: Sling/Scala weekly progress report.(02-06-2008 to 08-06-2008)

2008-06-09 Thread Bertrand Delacretaz
Hi Janandith, On Mon, Jun 9, 2008 at 10:10 AM, janandith jayawardena <[EMAIL PROTECTED]> wrote: > ...The DummyScriptEngine is the do nothing engine which I managed to get to > work. I updated the code yesterday in > http://code.google.com/p/sling-scalabut seems there has been an error > I can't v

Re: Sling/Scala weekly progress report.(02-06-2008 to 08-06-2008)

2008-06-09 Thread janandith jayawardena
Hi Bertrand , Thanks for reviewing the report. The DummyScriptEngine is the do nothing engine which I managed to get to work. I updated the code yesterday in http://code.google.com/p/sling-scalabut seems there has been an error I can't view it either. I'll upload it again to night. I couldn't lo

Re: [Vote] Release Sling

2008-06-09 Thread Jukka Zitting
Hi, On Mon, Jun 9, 2008 at 10:31 AM, Greg Klebus <[EMAIL PROTECTED]> wrote: > On Thu, Jun 5, 2008 at 6:32 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: >> let's give it a second try. I cut a new candidate as outlined today. > > I was just wondering where we are with the release, given licensing

Re: [Vote] Release Sling

2008-06-09 Thread Greg Klebus
On Thu, Jun 5, 2008 at 6:32 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > let's give it a second try. I cut a new candidate as outlined today. I was just wondering where we are with the release, given licensing concern(s) pointed out by Jukka. Could we expect the release in the next couple of

Re: Sling/Scala weekly progress report.(02-06-2008 to 08-06-2008)

2008-06-09 Thread Bertrand Delacretaz
Hi Janandith, Thanks for your report, see my comments inline. Are you mostly working on this on weekends currently, or also during the week? I'm asking because I'll be often offline in the weekends to come, so if you can ask questions or give feedback during the week we might progress faster. Th