Re: Tapestry Quickstart - Error

2007-04-15 Thread Zsombor
On 4/16/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: Force an earlier version to the maven-war-plugin, i.e. open the pom.xml file and right after maven-war-plugin add 2.0.2 As mentioned before by Alexandru, you'll have to make some changes to the AppModule class, i.e. remove the Id and Contri

Re: Tapestry Quickstart - Error

2007-04-15 Thread Andreas Andreou
Force an earlier version to the maven-war-plugin, i.e. open the pom.xml file and right after maven-war-plugin add 2.0.2 As mentioned before by Alexandru, you'll have to make some changes to the AppModule class, i.e. remove the Id and Contribute annotations. On 4/16/07, Zsombor <[EMAIL PROTECTED]

Re: Tapestry Quickstart - Error

2007-04-15 Thread Zsombor
On 4/15/07, Alexandru Dragomir <[EMAIL PROTECTED]> wrote: Are you executing mvn jetty:run inside the project folder ? (the one created by quickstart ) Cheers , Alex Yes, i run from the project folder. BR, Zsombor On 4/15/07, Zsombor < [EMAIL PROTECTED]> wrote: > > Hello, > > I've tried

Re: Tapestry Quickstart - Error

2007-04-15 Thread Alexandru Dragomir
Are you executing mvn jetty:run inside the project folder ? (the one created by quickstart ) Cheers , Alex On 4/15/07, Zsombor <[EMAIL PROTECTED]> wrote: Hello, I've tried to follow the quickstart guide, to create a tapestry5 projects, the project is created by the maven archetype successfull

Tapestry Quickstart - Error

2007-04-15 Thread Zsombor
Hello, I've tried to follow the quickstart guide, to create a tapestry5 projects, the project is created by the maven archetype successfully, however after I try to execute mvn jetty:run it fails: $ mvn jetty:run [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: