Hi All, While trying to build sling Launchpad builder [0] , it fails with following error
[ERROR] Failed to execute goal on project org.apache.sling.launchpad: Could not resolve dependencies for project org.apache.sling:org.apache.sling.launchpad:slingstart:9-SNAPSHOT: The following artifacts could not be resolved: org.apache.sling:org.apache.sling.commons.threads:jar:3.2.5-SNAPSHOT, org.apache.sling:org.apache.sling.installer.provider.jcr:jar:3.1.17-SNAPSHOT, org.apache.sling:org.apache.sling.scripting.core:jar:2.0.37-SNAPSHOT, org.apache.sling:org.apache.sling.scripting.jsp.taglib:jar:2.2.5-SNAPSHOT, org.apache.sling:org.apache.sling.servlets.resolver:jar:2.4.3-SNAPSHOT, org.apache.sling:org.apache.sling.jcr.davex:jar:1.3.3-SNAPSHOT: Could not find artifact org.apache.sling:org.apache.sling.commons.threads:jar:3.2.5-SNAPSHOT -> [Help 1] So I updated all these dependency to latest SNAPSHOT versions and tried to make build which was successful now. After that I started sling Launchpad and run all the integration tests available at location [1]. But Out of 576 , 116 Tests got failed. Can someone please let me know why are these test case failing or did I miss any steps here ? Launchpad was running at https://localhost:8080 Thanks and Regards, Ankit Agarwal [0] https://github.com/apache/sling/tree/trunk/launchpad/builder [1] https://github.com/apache/sling/tree/trunk/launchpad/integration-tests
