Hi all, Is there a java7 - maven comparability problem with error details/xlint? Compile error details vanished when I updated to use java7. I'm wondering if something related to encoding or structure that's causing the problem. I'm using a tiny quickstart project to explore the problem.
With Java 6 and maven I get the following: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] warntest/src/main/java/com/attivio/foo/App.java:[9,1] cannot find symbol*symbol : class DoesNotExistType location: class com.foo.App* With Java 7 and I get less (missing the details about the symbol which can't be found) ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] warntest/src/main/java/com/attivio/foo/App.java:[9,1] error: cannot find symbol [INFO] 1 error If I obtain the command line for javac via "mvn -X" and execute that I can see the full details. Please let me know if you have any ideas. Thanks Peter Related: http://stackoverflow.com/questions/11616066/where-did-the-2nd-level-of-maven-java-compiler-error-information-go-when-i-updat -- Peter Kahn [email protected] http://www.google.com/profiles/citizenkahn Awareness - Intention - Action
