|
Srroy but, not even with mvn clean install -DskipTests am I able to compile the project:
Would it be possible for you to merge the fix into the branch version that I am actually using? CDI 1.0
I imagine that you are working on trunk, but I am using 1.2.0.Beta1 closer to what glassfish 3.1.2 uses.
[INFO] [INFO] — maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-test-common — [INFO] [INFO] — maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test-common — [WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks. [INFO] [INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-test-common — [INFO] [INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test-common — [INFO] [INFO] — buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test-common — [INFO] [INFO] — maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-test-common — [INFO] [INFO] — maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-test-common — [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] — maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-test-common — [INFO] Compiling 21 source files to D:\weld_git\core\tests-common\target\classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Failure executing javac, but could not parse the error: An exception has occurred in the compiler (1.6.0_45). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.jboss.logging.annotations.Message$Format not found
[INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Weld Parent ....................................... SUCCESS [3.565s] [INFO] Weld Implementation (Core) ........................ SUCCESS [22.091s] [INFO] Weld Core - JSF ................................... SUCCESS [1.426s] [INFO] Weld Implementation ............................... SUCCESS [9.057s] [INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [3.822s] [INFO] Weld Test Utilities ............................... FAILURE [6.664s] [INFO] Weld Unit Tests ................................... SKIPPED [INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED [INFO] AtInject TCK runner for Weld ...................... SKIPPED [INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SKIPPED [INFO] Weld SE (Core) .................................... SKIPPED [INFO] Weld SE (Uber Jar) ................................ SKIPPED [INFO] Weld Servlet Parent ............................... SKIPPED [INFO] Weld Servlet Core ................................. SKIPPED [INFO] Weld Servlet (Uber Jar) ........................... SKIPPED [INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED [INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED [INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------
|