hi all,
We're currently trying to evaluate sling and, for that, we downloaded
sources according to
http://sling.apache.org/site/getting-and-building-sling.html and found
various compile issues.
As an example, the maven dependencies for maven-launchpad-plugin are
not correct : apache felix is not declared as a dependency (which
makes use of import org.apache.felix.framework.Logger; not compiling).
As a consequence, we add this dependency in this project's pom like this :

                <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.apache.felix.framework</artifactId>
                        <version>2.0.4</version>
                </dependency>

Besides, there are various compile issues, although we use Eclipse 3.5
with maven 2.2.1 and Java 1.6 (particularly in Scala module), JSP
issues (like undeclared tld at
http://sling.apache.org/taglibs/sling/1.0). Are these issues in
experimental projects ? And if so, is it appropriated to let users use
svn trunk branch as playground ?

Cheers

-- 
Nicolas Delsaux

Reply via email to