Are you asking if it has the ability to create a new project from an existing one? If so, it "might". The archetype plugin is supposed to allow you to run "mvn archetype:create-from-project".
I tried it and got: [INFO] Cannot create archetype from this project. Embedded error: /Users/mraible/myproject/src/main/archetype/archetype.properties (No such file or directory) However, I currently have Maven 2.0.6 installed and I believe it might require 2.0.8. Matt On Fri, Apr 4, 2008 at 9:47 AM, Luke Shannon <[EMAIL PROTECTED]> wrote: > Does Appfuse 2.x have a copy files feature like 1.x did (the target > was called 'new' in the build file)? > > I think I read somewhere 2.x has ant support. Should I just lift the > build.xml from 1.x and add it to my 2.x project get this > functionality? > > Is there a tutorial or article on adding ant to 2.x? > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
