Re: [appfuse-user] Error: Module hivemind.lib is duplicated!

2007-11-22 Thread traceon
thx! that solved the problem :) Mike Horwitz wrote: > > You need to delete the contents of WEB-INF/lib in your webapps directory > after doing a war:inplace. > > Mike > > On 11/21/07, traceon <[EMAIL PROTECTED]> wrote: >> >> >> hi together, >> >> i've done the following steps from the quick-

Re: [appfuse-user] Error: Module hivemind.lib is duplicated!

2007-11-22 Thread Michael Horwitz
You need to delete the contents of WEB-INF/lib in your webapps directory after doing a war:inplace. Mike On 11/21/07, traceon <[EMAIL PROTECTED]> wrote: > > > hi together, > > i've done the following steps from the quick-start guide: > - Archetype Tapestry Basic project > - mvn > - jetty:run-war

[appfuse-user] Error: Module hivemind.lib is duplicated!

2007-11-21 Thread traceon
hi together, i've done the following steps from the quick-start guide: - Archetype Tapestry Basic project - mvn - jetty:run-war application can be accessed through http://localhost:8080 but... after running "mvn war:inplace" i get the following error (see logs below) and i'm not able to star