Hi all, I run command:
1. mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject => I get myproject ok. 2. cd myproject mvn Bug: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] [talledLocalContainer] at org.acegisecurity.intercept.web.FilterSecurit yInterceptor.invoke(FilterSecurityInterceptor.java:107) [INFO] Error executing ant tasks Embedded error: The following error occurred while executing this line: D:\Data\Maven\Source1\appfuse-demos-2.0.2\tutorial-spring\src\test\resources\web -tests.xml:50: Step[invoke "click password hint link" (3/4)]: HTTP error 500, at : invoke 3. mvn jetty:run-war SUCCESSFUL 4. Open myproject with NetBeans. Error at:(cannot find symbol) import org.appfuse.webapp.controller.BaseFormController; import org.appfuse.webapp.controller.BaseControllerTestCase; import org.appfuse.webapp.controller.BaseControllerTestCase; How to build this project with NetBeans? Please tell me debug? Thanks! -- View this message in context: http://www.nabble.com/how-To-develop-project-AppFuse-with-Netbeans---tp17958926s2369p17958926.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
