I've added a FAQ for AppFuse 1.x vs. 2x. http://appfuse.org/display/APF/FAQ#FAQ-appfuse1vs2
Feel free to suggest more questions for this page. Matt On 1/23/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
Hi, Yes, the warnings are normal. AppFuse 2.0 works rather differently from AppFuse 1.x - Maven keeps the AppFuse core classes as dependencies. You add your code, and Maven will merge in the code from AppFuse. This should make it much easier for you to upgrade to future releases of AppFuse. If you run mvn jetty:run-war and point your browser to http://localhost:8080/ you will see that you have a fully fledged AppFuse project present. If you need to change any of the files in the web project, simply run mvn war:inplace in the web project to populate the webapp source directory. You will need to delete WEB-INF/lib and WEB-INF/classes after doing this though. Mike. On 1/23/07, David Yon <[EMAIL PROTECTED]> wrote: > > when I tried to create a project with the following command, there are lots > of warning info. At the end of, it showed " BUILD SUCCESSFUL", but when I > browsered the src/main/jar directory, there is only one java File, > App.java. Is it normal? If normal, when the java source codes like the 1.x > version are created. Thanx. > > Attached you will find the output executing the following command. > http://www.nabble.com/file/5869/tt.log tt.log > > mvn archetype:create -DarchetypeGroupId=org.appfuse > -DarchetypeArtifactId=appfuse-basic-jsf > -DremoteRepositories= http://static.appfuse.org/repository > -DarchetypeVersion=1.0-m2 -DgroupId=com.gxlu -DartifactId=nmx > -- > View this message in context: http://www.nabble.com/Issue-about-creating-project-tf3063558s2369.html#a8519906 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
