Rogerio Pereira schrieb: > I got this error: > > Compiling 1 source file to > /home/rogerio/projetos/java/myfaces/tomahawk/core/target/classes > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > [INFO] Compilation failure > > /home/rogerio/projetos/java/myfaces/tomahawk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java:[295,45] > cannot find symbol > symbol : method isCheckExtensionsFilter() > location: class org.apache.myfaces.shared_tomahawk.config.MyfacesConfig > > First if all did you try the ant based build, it is not valid anymore (if it still is in there), you have to use the maven based one.
Secondly, try to fetch out the project cleanly (refetch the project if needed). It should work. http://wiki.apache.org/myfaces/Building_With_Maven

