Thanks. I've checked out the 1.2.0 branch and kicked off a build which failed. I have tried building just the showcase modules, and also ran into problems. It looks like some of the poms in this branch are at 1.1.3-SNAPSHOT, so I went through and changed all of these to 1.2.0. With this I was still unable to build the project as a whole, but got a bit further. So, I concentrated on building only the openid showcase. It wasn't finding the guice-servlet dependency, but I managed to fix that by adding the jbos repository to this pom.
So, now I have acris-showcase-openid-1.2.0.jar built, what do I do to see it working?
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running sk.seges.acris.pap.service.AsyncServiceProcessorTest
Starting java compiler:
javac -proc:only -classpath "{project.testClasspathElement;/home/nmrp3/devel/oss/acris-os-build-1.2.0/acris-annotation-processors/acris-async-service-processor/target\classes" -Aclasspath="{project.testClasspathElement;/home/nmrp3/devel/oss/acris-os-build-1.2.0/acris-annotation-processors/acris-async-service-processor/target\classes" -AprojectName=sk.seges.acris.pap.service.AsyncServiceProcessorTest -s /home/nmrp3/devel/oss/acris-os-build-1.2.0/acris-annotation-processors/acris-async-service-processor/target/generated-test -processor sk.seges.acris.pap.service.AsyncServiceProcessor AsyncServiceProcessorTestConfiguration.java DummyService.java
warning: Supported source version 'RELEASE_6' from annotation processor 'sk.seges.acris.pap.service.AsyncServiceProcessor' less than -source '1.7'
src/test/java/sk/seges/acris/pap/service/AsyncServiceProcessorTestConfiguration.java:3: error: package sk.seges.sesam.core.annotation.configuration does not exist
import sk.seges.sesam.core.annotation.configuration.ProcessorConfiguration;
^
src/test/java/sk/seges/acris/pap/service/AsyncServiceProcessorTestConfiguration.java:5: error: package com.google.gwt.user.client.rpc does not exist
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
^
src/test/java/sk/seges/acris/pap/service/AsyncServiceProcessorTestConfiguration.java:7: error: cannot find symbol
@RemoteServiceRelativePath("")
^
symbol: class RemoteServiceRelativePath
src/test/java/sk/seges/acris/pap/service/AsyncServiceProcessorTestConfiguration.java:8: error: cannot find symbol
@ProcessorConfiguration(processor = AsyncServiceProcessor.class)
^
symbol: class ProcessorConfiguration
src/test/java/sk/seges/acris/pap/service/DummyService.java:3: error: package com.google.gwt.user.client.rpc does not exist
import com.google.gwt.user.client.rpc.RemoteService;
^
src/test/java/sk/seges/acris/pap/service/DummyService.java:5: error: cannot find symbol
public interface DummyService extends RemoteService {
^
symbol: class RemoteService
warning: The following options were not recognized by any processor: '[projectName, classpath]'
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec <<< FAILURE!
Results :
Failed tests:
testAsyncService(sk.seges.acris.pap.service.AsyncServiceProcessorTest): Expected no errors
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /home/nmrp3/devel/oss/acris-os-build-1.2.0/acris-annotation-processors/acris-async-service-processor/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Wed May 09 10:27:03 BST 2012
[INFO] Final Memory: 46M/241M
[INFO] ------------------------------------------------------------------------