Try this one:

mvn archetype:create
 -DarchetypeGroupId=org.apache.tapestry
 -DarchetypeVersion=5.0.18
 -DarchetypeArtifactId=quickstart
 -DgroupId=org.apache.tapestry
 -DartifactId= tutorial1
 -DpackageName=org.apache.tapestry5.tutorial


Max

> -----Ursprüngliche Nachricht-----
> Von: Angelo Chen [mailto:angelochen...@yahoo.com.hk]
> Gesendet: Sonntag, 22. März 2009 08:00
> An: users@tapestry.apache.org
> Betreff: Re: T5: creating a tutorial for 5.0.18
> 
> 
> Hi,
> 
> I copied this from T5 page:
> 
> mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
> -DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp
> -DpackageName=org.example.myapp -Dversion=RELEASE
> 
> and run it, got this error:
> Embedded error: The META-INF/maven/archetype.xml descriptor cannot be
> found.
> 
> I have been using quickstart in the pass and worked very well, only now
> having this problem, any idea how to fix this?
> 
> Thanks,
> 
> Angelo
> 
> 
> Angelo Chen wrote:
> >
> > Hi,
> >
> > using this one:mvn archetype:create
> >   -DarchetypeGroupId=org.apache.tapestry
> >   -DarchetypeArtifactId=quickstart
> >   -DgroupId=org.apache.tapestry
> >   -DartifactId=tutorial1
> >   -DpackageName=org.apache.tapestry5.tutorial
> > it creates one for 5.1.0.1, is there a way to create one for 5.0.18?
> The
> > reason for me to create a tutorial is, I always use this approach to
> start
> > a new project.
> >
> > Thanks,
> >
> > Angelo
> >
> 
> --
> View this message in context: http://www.nabble.com/T5%3A-creating-a-
> tutorial-for-5.0.18-tp22643617p22643743.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to