Like I already told, I'm trying to evaluate Sling. For now, i must confess I didn't go that far in my evaluation : I'm stuck in the 46 lines blog sample, hopping it'll learn me some of the Sling concepts. What I've done so far is - download sling distribution available at http://sling.apache.org/site/downloads.cgi. I use version org.apache.sling.launchpad.app-5-incubator-bin.zip - created a Sling workspace to build the org.apache.sling.samples.path-based.rtp-2.0.5-SNAPSHOT.jar bundle - load it into sling distribution by the grace of the felix administration console.
When I reach this point, the bundle appears at installed, but not started due to unresolved dependency !! org.apache.sling.api.resource,version=2.0.9 from -- Cannot be resolved What do I have to do to make it work ? Should I replace my sling distribution by a full source build (which would require me to compile the whole sling workspace (what has revealed to be working strangely) ? Thanks in advance for your replies. -- Nicolas Delsaux
