This is what I get:
[sam@sam-HP-Z400] ~/code/sling/ $ time mvn3 -T 6 clean install -Dmaven.test.skip=true [INFO] Scanning for projects... [WARNING] The POM for org.drools:drools-compiler:jar:5.3.1.Final is missing, no dependency information available [ERROR] The build could not read 3 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.sling:org.apache.sling.launchpad:7-SNAPSHOT (/home/sam/code/sling/launchpad/builder/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.apache.sling:maven-launchpad-plugin:2.1.1-SNAPSHOT or one of its dependencies could not be resolved: Failure to find org.drools:drools-compiler:jar:5.3.1.Final in http://mirrors.ibiblio.org/pub/mirrors/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of ibiblio.org has elapsed or updates are forced -> [Help 2] [ERROR] [ERROR] The project org.apache.sling:org.apache.sling.launchpad.test-bundles:0.0.1-SNAPSHOT (/home/sam/code/sling/launchpad/test-bundles/pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.apache.sling:maven-launchpad-plugin:2.1.1-SNAPSHOT or one of its dependencies could not be resolved: Failure to find org.drools:drools-compiler:jar:5.3.1.Final in http://mirrors.ibiblio.org/pub/mirrors/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of ibiblio.org has elapsed or updates are forced -> [Help 2] [ERROR] Unknown packaging: partialbundlelist @ line 32, column 16 [ERROR] [ERROR] The project org.apache.sling:org.apache.sling.launchpad.testing:7-SNAPSHOT (/home/sam/code/sling/launchpad/testing/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.apache.sling:maven-launchpad-plugin:2.1.1-SNAPSHOT or one of its dependencies could not be resolved: Failure to find org.drools:drools-compiler:jar:5.3.1.Final in http://mirrors.ibiblio.org/pub/mirrors/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of ibiblio.org has elapsed or updates are forced -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException I would prefer to be able to upgrade jackrabbit and felix without compiling sling. On Tue, Jun 5, 2012 at 1:45 AM, Dascalita Dragos <[email protected]> wrote: > Hi Sam, > Did you try building with the following command: > mvn clean install -Dmaven.test.skip=true > > You may have some integration tests that are not passing on your machine > and in this way you can at least get going and try the latest Sling. > > Cheers, > Dragos > > On Mon, Jun 4, 2012 at 9:12 PM, sam ” <[email protected]> wrote: > > > Hey, > > > > I am using sling 6 standalone: > > Sling Standalone Application 6 A self-runnable Sling jar. > > org.apache.sling.launchpad-6-standalone.jar< > > > http://apache.spinellicreations.com//sling/org.apache.sling.launchpad-6-standalone.jar > > >( > > asc< > > > http://www.apache.org/dist/sling/org.apache.sling.launchpad-6-standalone.jar.asc > > >, > > md5< > > > http://www.apache.org/dist/sling/org.apache.sling.launchpad-6-standalone.jar.md5 > > >) > > > > > > According to /system/console/bundles, it uses: > > org.apache.felix.framework 3.0.8 > > org.apache.jackrabbit.jackrabbit-api 2.1.1 > > > > I have downloaded: > > Felix Framework Distribution 4.0.2 > > tar.gz< > > > http://mirror.atlanticmetro.net/apache//felix/org.apache.felix.main.distribution-4.0.2.tar.gz > > >( > > asc< > > > http://www.apache.org/dist/felix/org.apache.felix.main.distribution-4.0.2.tar.gz.asc > > >, > > md5< > > > http://www.apache.org/dist/felix/org.apache.felix.main.distribution-4.0.2.tar.gz.md5 > > >) > > zip< > > > http://mirror.atlanticmetro.net/apache//felix/org.apache.felix.main.distribution-4.0.2.zip > > >( > > asc< > > > http://www.apache.org/dist/felix/org.apache.felix.main.distribution-4.0.2.zip.asc > > >, > > md5< > > > http://www.apache.org/dist/felix/org.apache.felix.main.distribution-4.0.2.zip.md5 > > >) > > jackrabbit-webapp-2.4.1.war< > > > http://www.apache.org/dyn/closer.cgi/jackrabbit/2.4.1/jackrabbit-webapp-2.4.1.war > > >(24M, > > web application, PGP > > signature< > > > http://www.apache.org/dist/jackrabbit/2.4.1/jackrabbit-webapp-2.4.1.war.asc > > > > > ) > > > > > > > > How can I upgrade jackrabbit and felix of sling standalone 6? > > > > Do I have to wait for the next sling release? > > > > I tried to build sling trunk.. but it fails. > > http://sling.apache.org/site/getting-and-building-sling.html > > >
