I'm new to a fuse fabric thing, and I'm trying to build latest version.
[INFO] fabric-cxf ........................................ FAILURE [3.878s]
2012-02-15 15:03:18,409 [main ] ERROR TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3d8f1be9] to prepare test instance [org.fusesource.fabric.cxf.LoadBalanceClientServerTest@7e717d91]
java.lang.IllegalStateException: Failed to load ApplicationContext
at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:308)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287)[spring-test-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)[junit-4.8.1.jar:]
Also I tried to build it without tests, but it is not possible too.
[INFO] fabric-bridge-zookeeper ........................... FAILURE [0.057s]