fixed. I was using Java 6 on my machine where javax.security.auth.login.Configuration.refresh() is a regular method with a default implementation. but back in Java 5 the method used to be abstract. :-/
regards marcel On Thu, Jul 8, 2010 at 10:21 AM, marcel.reutegger <[email protected]> wrote: > oops, my bad. I'll fix that in a minute.... > > regards > marcel > > On Wed, Jul 7, 2010 at 22:21, Apache Hudson Server > <[email protected]> wrote: >> See >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/1184/changes> >> >> Changes: >> >> [mreutegg] JCR-2671: AbstractLoginModule must not call abort() in commit() >> >> ------------------------------------------ >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Jackrabbit Core >> [INFO] task-segment: [clean, deploy] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [clean:clean] >> [INFO] Deleting file set: >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target> >> (included: [**], excluded: []) >> [TASKS] Scanning folder >> '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/java'> >> for tasks ... >> [TASKS] Found 190. >> [TASKS] Scanning folder >> '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java'> >> for tasks ... >> [TASKS] Found 25. >> [TASKS] Scanning folder >> '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources'> >> for tasks ... >> [TASKS] Found 0. >> [TASKS] Scanning folder >> '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources-filtered'> >> for tasks ... >> [TASKS] Found 0. >> [TASKS] Scanning folder >> '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/resources'> >> for tasks ... >> [TASKS] Found 0. >> [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 72 resources >> [INFO] Copying 1 resource >> [INFO] Copying 3 resources >> [TASKS] Skipping maven reporter: there is already a result available. >> [INFO] [compiler:compile] >> [INFO] Compiling 695 source files to >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/classes> >> [TASKS] Skipping maven reporter: there is already a result available.[INFO] >> [resources:testResources] >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> >> [INFO] Copying 20 resources >> [INFO] Copying 3 resources >> [INFO] [antrun:run {execution: process-test-resources}] >> [INFO] Executing tasks >> [TASKS] Skipping maven reporter: there is already a result available. >> [copy] Copying 34 files to >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/repository> >> [copy] Copying 34 files to >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/repository-2> >> [INFO] Executed tasks >> [TASKS] Skipping maven reporter: there is already a result available.[INFO] >> [compiler:testCompile] >> >> [INFO] Compiling 294 source files to >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/test-classes> >> [TASKS] Skipping maven reporter: there is already a result available. >> [HUDSON] Archiving >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/pom.xml> >> to >> /export/home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-core/builds/2010-07-07_20-02-35/archive/org.apache.jackrabbit/jackrabbit-core/2.2-SNAPSHOT/pom.xml >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java/org/apache/jackrabbit/core/security/authentication/LoginModuleTest.java>:[65,11] >> >> org.apache.jackrabbit.core.security.authentication.LoginModuleTest.TestConfiguration >> is not abstract and does not override abstract method refresh() in >> javax.security.auth.login.Configuration >> >> >> >> <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java/org/apache/jackrabbit/core/security/authentication/LoginModuleTest.java>:[65,11] >> >> org.apache.jackrabbit.core.security.authentication.LoginModuleTest.TestConfiguration >> is not abstract and does not override abstract method refresh() in >> javax.security.auth.login.Configuration >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 16 minutes 59 seconds >> [INFO] Finished at: Wed Jul 07 20:21:38 GMT+00:00 2010 >> [INFO] Final Memory: 68M/304M >> [INFO] >> ------------------------------------------------------------------------ >> >> > >
