Are you using the jsf variant? In that case, have you first created the web project with the fornax-cartridges-sculptor-archetype-web and thereafter switched to jsf? Then you need to remove some files, such as these PropertyEditorRegistrar. It is probably easiest to recreate the web project with fornax-cartridges-sculptor-archetype-jsf.
/Patrik H. Klingberg wrote: > > After creating a new sculptor-project (like in the Archetype Tutorial) > there are a build failure after step mvn clean install in the parent > project. Could this error have been introduced by changes made for the > current version? > > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\eclipse_ws\helloworld\helloworld-web\src\main\java\org\helloworld\milkyway\web\UpdatePlanetPropertyEditorRegistrar.java:[9,8] > cannot find > symbol > symbol : method > registerCustomEditorsForForm(org.springframework.beans.PropertyEditorRegistry) > location: class > org.helloworld.milkyway.web.UpdatePlanetPropertyEditorRegistrar > > C:\eclipse_ws\helloworld\helloworld-web\src\main\java\org\helloworld\milkyway\web\UpdatePlanetPropertyEditorRegistrar.java:[10,8] > cannot fin > d symbol > symbol : method > registerCustomEditorsForConfirm(org.springframework.beans.PropertyEditorRegistry) > location: class > org.helloworld.milkyway.web.UpdatePlanetPropertyEditorRegistrar > -- View this message in context: http://www.nabble.com/Build-Failure-in-parent-project-tp20539321s17564p20547335.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
