oic, but i have used 2.0.7, and now 2.0.8, it seems working fine?

Maven version: 2.0.8

 

Julian Wood wrote:
> 
> If you download maven de novo (2.0.7 or 2.0.8), it will use version  
> 2.0-alpha-1 of the maven-archetype-plugin by default, and the  
> quickstart archetype command will not work (ie it will present you  
> with this menu:
> http://maven.apache.org/plugins/maven-archetype-plugin/usage.html)
> 
> There is some discussion about the problem here:
> 
> http://www.nabble.com/New-archetype-plugin-issues-questions....-td15435079s177.html
> 
> J
> 
> On Feb 19, 2008, at 6:17 PM, Angelo Chen wrote:
> 
>>
>> Hi Julian,
>>
>> but it works for me, here is what I did:
>>
>> mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
>> -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.10
>> -DgroupId=com.usti.app -DartifactId=test1 - 
>> DpackageName=com.usti.app.test1
>>
>> cd test1
>>
>> mvn compile
>> mvn jetty:run
>>
>>
>>
>>
>>
>> Julian Wood wrote:
>>>
>>> Hi all,
>>>
>>> Just starting a new project, and have decided to do it in Tap5 (I  
>>> have
>>> done many in Tap4).
>>>
>>> So, seeing the tutorial, and the quickstart archetype. I thought that
>>> would be a good way to start, but it was not working.
>>>
>>> mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -
>>> DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.10 -
>>> DgroupId=org.apache.tapestry -DartifactId=tapestry-tutorial1 -
>>> DpackageName=org.apache.tapestry.tutorial
>>>
>>> gives me a list of 36 archetypes to choose from, after it fails to
>>> find the archetype specified (mvn 2.0.7 or 2.0.8, btw).
>>>
>>> So after a couple of hours of following dead-end trails (looking
>>> through repos, tracking down missing dependencies, installing the
>>> archetype manually), I finally figured out what needed to be done -
>>> use version 1 of the archetype plugin, rather than v2:
>>>
>>> mvn org.apache.maven.plugins:maven-archetype-plugin:1.0- 
>>> alpha-7:create
>>> -DarchetypeGroupId=org.apache.tapestry -
>>> DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.10 -
>>> DgroupId=org.apache.tapestry -DartifactId=tapestry-tutorial1 -
>>> DpackageName=org.apache.tapestry.tutorial
>>>
>>> Hope this saves someone else some time.
>>>
>>> J
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/T5%3A-quickstart-archetype-problem-and-solution-tp15579760p15580255.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-quickstart-archetype-problem-and-solution-tp15579760p15581455.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to