Hi, I get the following error when trying to compile the impl-vlt-test module on the command line when compiling with Java 6 (1.6.0_51). It works OK inside Eclipse and when using the command line with Java 7 (1.7.0_25):
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project org.apache.sling.ide.impl-vlt-test: Compilation failure: Compilation failure: [ERROR] /Users/justin/KeplerWorkspace/sling-builder/tooling/ide/impl-vlt-test/src/test/java/org/apache/sling/ide/impl/vlt/serialization/ContentXmlHandlerTest.java:[133,9] cannot find symbol [ERROR] symbol : method assertThat(java.lang.String,java.lang.Iterable<org.apache.sling.ide.transport.ResourceProxy>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>) [ERROR] location: class org.apache.sling.ide.impl.vlt.serialization.ContentXmlHandlerTest [ERROR] /Users/justin/KeplerWorkspace/sling-builder/tooling/ide/impl-vlt-test/src/test/java/org/apache/sling/ide/impl/vlt/serialization/ContentXmlHandlerTest.java:[141,9] cannot find symbol [ERROR] symbol : method assertThat(java.lang.String,java.util.List<org.apache.sling.ide.transport.ResourceProxy>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>) [ERROR] location: class org.apache.sling.ide.impl.vlt.serialization.ContentXmlHandlerTest [ERROR] /Users/justin/KeplerWorkspace/sling-builder/tooling/ide/impl-vlt-test/src/test/java/org/apache/sling/ide/impl/vlt/serialization/ContentXmlHandlerTest.java:[148,9] cannot find symbol [ERROR] symbol : method assertThat(java.lang.String,java.util.List<org.apache.sling.ide.transport.ResourceProxy>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>) [ERROR] location: class org.apache.sling.ide.impl.vlt.serialization.ContentXmlHandlerTest Regards, Justin
