It works, doesn't it? ;) 2008/6/25 Mauri Ferreyra <[EMAIL PROTECTED]>:
> Jaja! good solution!! > > > On Wed, Jun 25, 2008 at 1:57 PM, J. David Mendoza <[EMAIL PROTECTED]> > wrote: > >> I did it a bit differently... >> 1. Create the archetype >> 2. mvn eclipse:eclipse >> 3. Open Netbeans 6.1 and used the eclipse importer plugin >> >> ;) >> >> David M. >> >> 2008/6/19 Mauri Ferreyra <[EMAIL PROTECTED]>: >> >> Hi, I ran appfuse 2.0 with netbeans 6.1 >>> you follow this steps: >>> 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 >>> >>> 2- mvn >>> 3- mvn appfuse:full-source >>> 4-Open Netbeans with >>> mevenide2-netbeans<http://mevenide.codehaus.org/m2-site/mevenide2-netbeans/installation.html> >>> 5-Choose your webserver (project -> run) >>> 6-Choose external mavn ( project -> actions) >>> 7-Set Maven Never Fail (tools -> options -> miscellaneous - > Maven 2 and >>> choose Maven Never Fail) >>> 8-Run project. >>> >>> This steps ran myproject >>> >>> Good Luck! >>> Greetings! >>> Mauri >>> >>> >>> >>> >>> >>> On Wed, Jun 18, 2008 at 12:14 AM, appfuse <[EMAIL PROTECTED]> >>> wrote: >>> >>>> >>>> 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<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] >>>> >>>> >>> >>> >>> -- >>> Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina >> >> >> > > > -- > Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina >
