I have not looked into the details, but I get this failure. I am at svn rev #764195.

[exec] [INFO] ------------------------------------------------------------------------
    [exec] [INFO] Building Apache Felix Transaction iTests
    [exec] [INFO]    task-segment: [clean, install]
[exec] [INFO] ------------------------------------------------------------------------
    [exec] [INFO] [clean:clean]
[exec] [INFO] Deleting directory /space/ss141213/WS/felix/trunk/transaction/integration-test/target [exec] Downloading: http://repo1.maven.org/maven2/org/ops4j/pax/logging/pax-logging-api/1.3.0/pax-logging-api-1.3.0.pom [exec] Downloading: http://repo1.maven.org/maven2/org/ops4j/pax/logging/pax-logging-service/1.3.0/pax-logging-service-1.3.0.pom [exec] Downloading: http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-test/1.2.0-m2/spring-osgi-test-1.2.0-m2.pom [exec] Downloading: http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-extender/1.2.0-m2/spring-osgi-extender-1.2.0-m2.pom [exec] Downloading: http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-annotation/1.2.0-m2/spring-osgi-annotation-1.2.0-m2.pom [exec] Downloading: http://repo1.maven.org/maven2/org/ops4j/pax/url/pax-url-mvn/0.3.3/pax-url-mvn-0.3.3.pom [exec] [INFO] [depends:generate-depends-file {execution: generate-depends-file}] [exec] [INFO] Created: /space/ss141213/WS/felix/trunk/transaction/integration-test/target/classes/META-INF/maven/dependencies.properties
    [exec] [INFO] [resources:resources]
    [exec] [INFO] Using default encoding to copy filtered resources.
    [exec] [INFO] [compiler:compile]
    [exec] [INFO] No sources to compile
    [exec] [INFO] [resources:testResources]
    [exec] [INFO] Using default encoding to copy filtered resources.
    [exec] [INFO] [compiler:testCompile]
[exec] [INFO] Compiling 1 source file to /space/ss141213/WS/felix/trunk/transaction/integration-test/target/test-classes [exec] [INFO] ------------------------------------------------------------------------
    [exec] [ERROR] BUILD FAILURE
[exec] [INFO] ------------------------------------------------------------------------
    [exec] [INFO] Compilation failure
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[30,7] cannot access org.springframework.test.AbstractDependencyInjectionSpringContextTests [exec] class file for org.springframework.test.AbstractDependencyInjectionSpringContextTests not found
    [exec] public class Test extends AbstractIntegrationTest {
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[35,52] cannot find symbol
    [exec] symbol  : variable bundleContext
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[40,8] cannot find symbol [exec] symbol : method assertNotNull(org.osgi.framework.ServiceReference)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[42,8] cannot find symbol
    [exec] symbol  : method assertNotNull(java.lang.String[])
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[47,8] cannot find symbol
    [exec] symbol  : method assertFalse(boolean)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[51,8] cannot find symbol [exec] symbol : method installBundle(java.lang.String,java.lang.String,<nulltype>,java.lang.String)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[52,8] cannot find symbol [exec] symbol : method getOsgiService(java.lang.Class<org.osgi.service.packageadmin.PackageAdmin>)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[60,8] cannot find symbol [exec] symbol : method assertNotNull(org.osgi.framework.ServiceReference)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[62,8] cannot find symbol
    [exec] symbol  : method assertNotNull(java.lang.String[])
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[67,8] cannot find symbol
    [exec] symbol  : method assertTrue(boolean)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[102,12] cannot find symbol
    [exec] symbol  : method getBundle(java.lang.String,java.lang.String)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[103,12] cannot find symbol
    [exec] symbol  : method getBundle(java.lang.String,java.lang.String)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
[exec] /space/ss141213/WS/felix/trunk/transaction/integration-test/src/test/java/org/apache/felix/transaction/itests/Test.java:[104,12] cannot find symbol
    [exec] symbol  : method getBundle(java.lang.String,java.lang.String)
    [exec] location: class org.apache.felix.transaction.itests.Test
    [exec]
    [exec]
[exec] [INFO] ------------------------------------------------------------------------
    [exec] [INFO] For more information, run Maven with the -e switch
[exec] [INFO] ------------------------------------------------------------------------
    [exec] [INFO] Total time: 5 minutes 39 seconds
    [exec] [INFO] Finished at: Sat Apr 11 21:45:31 IST 2009
    [exec] [INFO] Final Memory: 63M/231M
[exec] [INFO] ------------------------------------------------------------------------

BUILD FAILED
/space/ss141213/WS/felix/trunk/build.xml:65: exec returned: 1

Reply via email to