Hi Everyone, I have seen this twice now so I thought I would throw this out and see if anyone else had seen this problem. We have two projects that compile fine with Maven 2.0.6 that does not with Maven 2.0.7 nor Maven 2.0.8. In both cases it is a cannot find symbol error.
In the first instance, the problem was the *tomcat/jsp-api/5.0.18/jsp- api-5.0.18.jar* and the *tomcat/servlet-api/5.0.18/servlet-api-5.0.18.jar*. The second instance is with the * org/apache/myfaces/core/myfaces-api/1.2.2/myfaces-api-1.2.2.jar *and* ** org/apache/myfaces/core/myfaces-impl/1.2.2/myfaces-impl-1.2.2.jar *I checked the the correct version of the jar is on the classpath and again everything works fine with Maven 2.0.6. Has anyone seen anything like this? Thanks for your help, David
