You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/02/25 05:36:40 UTC

Build failed in Jenkins: sling-contrib-1.6 » Apache Sling Scripting JST Support #974

See <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/974/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling Scripting JST Support 2.0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/target>

[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sling.scripting.jst ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ org.apache.sling.scripting.jst ---
[INFO] [INFO] Executing tasks

main:
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.7:run (set-bundle-required-execution-environment) @ org.apache.sling.scripting.jst ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ org.apache.sling.scripting.jst ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.apache.sling.scripting.jst ---
[INFO] [INFO] Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) ******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
     [echo] ******************************************************************************
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.7:run (check-memory-task) @ org.apache.sling.scripting.jst ---
[INFO] [INFO] Compiling 8 source files to <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/target/classes>

[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ org.apache.sling.scripting.jst ---
[INFO] 
[INFO] [INFO] Writing 1 Service Component Descriptors to <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.scripting.jst.JsCodeGeneratorServlet.xml>
--- maven-scr-plugin:1.9.0:scr (generate-scr-scrdescriptor) @ org.apache.sling.scripting.jst ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.apache.sling.scripting.jst ---
[INFO] Copying 3 resources
[INFO] [INFO] Compiling 5 source files to <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ org.apache.sling.scripting.jst ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/src/test/java/org/apache/sling/scripting/jst/HtmlCodeGeneratorTest.java>:[133,14] cannot access javax.jcr.Binary
class file for javax.jcr.Binary not found
            mn.setProperty("title", "test.title");
[INFO] 1 error
[INFO] -------------------------------------------------------------

Jenkins build is back to normal : sling-contrib-1.6 » Apache Sling Scripting JST Support #975

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/975/changes>


Re: Build failed in Jenkins: sling-contrib-1.6 » Apache Sling Scripting JST Support #974

Posted by Ian Boston <ie...@tfd.co.uk>.
> [ERROR] <https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.jst/ws/src/test/java/org/apache/sling/scripting/jst/HtmlCodeGeneratorTest.java>:[133,14] cannot access javax.jcr.Binary
> class file for javax.jcr.Binary not found
>             mn.setProperty("title", "test.title");
> [INFO] 1 error
> [INFO] -------------------------------------------------------------


Fixed this by binding to JCR 2 in the pom.xml in r1449602

Ian