Re: [Lift] Problem with creating new project

2010-01-04 Thread Indrajit Raychaudhuri
Quite right, mvn archetype:generate should be used instead of mvn archetype:create. mvn acrhetype:create would not work to give expected result [1]. [1] http://groups.google.com/group/liftweb/msg/ae637c021b1f114e Cheers, Indrajit On 03/01/10 8:23 PM, Tim Nelson wrote: I'm no maven expert,

Re: [Lift] Problem with creating new project

2010-01-04 Thread David Pollak
Can you point us to where you found the instructions to use archetype:create so we can correct the source? On Sat, Jan 2, 2010 at 8:15 PM, Jaroslaw Zabiello hipertrac...@gmail.comwrote: I cannot create a new project because of Embedded error: The META- INF/maven/archetype.xml descriptor

Re: [Lift] Problem with creating new project

2010-01-03 Thread Tim Nelson
I'm no maven expert, but I think you need to use generate instead of create. See the warning halfway down, before the stack trace. [INFO] [archetype:create {execution: default-cli}] [WARNING] This goal is deprecated. Please use mvn archetype:generate instead Try: $ mvn archetype:generate -U \

[Lift] Problem with creating new project

2010-01-02 Thread Jaroslaw Zabiello
I cannot create a new project because of Embedded error: The META- INF/maven/archetype.xml descriptor cannot be found. I use Mac OS-X 10.6.2, MacPorts and Scala 2.7.7 final. $ scala -version Scala code runner version 2.7.7.final -- Copyright 2002-2009, LAMP/ EPFL $ mvn -version Apache Maven