Hi Robert,
if you use it just for reading the current version of the Sling
JCRBrowser might also be an option worth trying:
http://www.jcrbrowser.org/sling/website/
I'm currently working on an edit version.
Best,
Sandro
Am 17.06.14 23:35, schrieb Robert A. Decker:
Yes, it works, thanks.
I'm getting a new error that is probably unrelated:
org.apache.sling.commons.json.sling,version=[2.0,3) -- Cannot be resolved
For bundle "Apache Sling Default GET Servletsorg.apache.sling.servlets.get” on
a brand new build with nothing custom installed.
In the pom for:
<artifactId>org.apache.sling.servlets.get</artifactId>
There’s the dependency:
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.json</artifactId>
<version>2.0.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
But 2.0.6 seems to be the version of org.apache.sling.commons.json that’s
installed.
Robert A. Decker
[email protected]
http://robdecker.com/about
On 16 Jun 2014, at 15:03, Bertrand Delacretaz <[email protected]> wrote:
Hi Rob,
On Mon, Jun 16, 2014 at 12:49 PM, Robert A. Decker <[email protected]> wrote:
I see that this is fixed in the sling explorer’s source code (node.esp file).
And so
I uninstall version 1.0.2 and install 1.0.3-SNAPSHOT...
http://svn.apache.org/r1602859 should fix this, could you confirm?
Ciao,
-Bertrand