You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/08/20 19:03:24 UTC

Build failed in Hudson: Jackrabbit-trunk » Jackrabbit JCR Commons #1242

See <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/1242/changes>

Changes:

[jukka] JCR-2722: Add a filtered RangeIterator

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit JCR Commons
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/target> (included: [**], excluded: [])
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/main/java'> for tasks ... 
[TASKS] Found 6.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/java'> for tasks ... 
[TASKS] Found 5.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/main/resources'> for tasks ... 
[TASKS] Found 0.
[TASKS] Skipping non-existent folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/resources'...>
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [compiler:compile]
[INFO] Compiling 113 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/target/classes>

[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/resources>
[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:testCompile]
[INFO] Compiling 16 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/target/test-classes>
[TASKS] Skipping maven reporter: there is already a result available.
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/pom.xml> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr-commons/builds/2010-08-20_17-02-15/archive/org.apache.jackrabbit/jackrabbit-jcr-commons/2.2-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/java/org/apache/jackrabbit/commons/iterator/FilteredRangeIteratorTest.java>:[59,64] cannot find symbol
symbol  : variable FALSE
location: interface org.apache.jackrabbit.commons.predicate.Predicate



<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/java/org/apache/jackrabbit/commons/iterator/FilteredRangeIteratorTest.java>:[59,64] cannot find symbol
symbol  : variable FALSE
location: interface org.apache.jackrabbit.commons.predicate.Predicate


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59 seconds
[INFO] Finished at: Fri Aug 20 17:03:23 UTC 2010
[INFO] Final Memory: 38M/221M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : Jackrabbit-trunk » Jackrabbit JCR Commons #1243

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/1243/changes>



Re: Build failed in Hudson: Jackrabbit-trunk » Jackrabbit JCR Commons #1242

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Aug 20, 2010 at 7:03 PM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> [INFO] Compilation failure
> <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-jcr-commons/ws/src/test/java/org/apache/jackrabbit/commons/iterator/FilteredRangeIteratorTest.java>:[59,64] cannot find symbol
> symbol  : variable FALSE
> location: interface org.apache.jackrabbit.commons.predicate.Predicate

Duh, I did it again. Fixed in revision 987580.

BR,

Jukka Zitting