Hi, I tried to build my first AppFuse project following the link I shown below,
http://appfuse.org/display/APF/AppFuse+QuickStart But I hit the first error: D:\DEV\samples>mkdir AppFuse D:\DEV\samples>cd AppFuse D:\DEV\samples\AppFuse>mvn archetype:create -DarchetypeGroupId=org.appfuse.arche types -DarchetypeArtifactId=appfuse-basic-jsf -DremoteRepositories=http://static .appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.ip6.app DartifactId =phonecards [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Invalid task 'DartifactId=phonecards': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pl uginVersion:goal [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Tue Aug 19 20:24:11 EST 2008 [INFO] Final Memory: 2M/4M [INFO] ------------------------------------------------------------------------ D:\DEV\samples\AppFuse> There is no reference related to the groupid and project name. What is the proper way to create this project? Thanks > ----- Original Message ----- > From: sam wun > Sent: 19/08/08 04:08 pm > To: Maven Users List, Maven Users List > Subject: Re: Re: simple online order form > > Hi, > > > > I am wondering is this AppFuse a widely use framework or library for > building form like this? > > > > Thanks > > > > > > > ----- Original Message ----- > > From: Rusty Wright > > Sent: 19/08/08 04:37 am > > To: Maven Users List > > Subject: Re: simple online order form > > > > You could try looking at AppFuse: > > > > http://www.ibm.com/developerworks/java/library/j-appfuse/ > > > > > > sam wun wrote: > > > Hi, > > > > > > > > > > > > I want to build a simple online order with Struts, eclipse, and > tomcat > > > (mysql database). > > > > > > Is there any example/tutorial I can follow to create this simple > > project? > > > > > > I found many tutorials are based on MyEclipse, but I am using Elcipse > > 3.4. > > > > > > > > > > > > Thank you in advance. > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > >
