I'm trying to package my application (war) and deploy it into tomcat. I don't know how to do that while my app depends on many other jar files that are not included using maven but only through the regular eclipse build-path configuration.
On Wed, Dec 5, 2012 at 9:03 PM, Thiago H de Paula Figueiredo < [email protected]> wrote: > On Wed, 05 Dec 2012 16:23:28 -0200, Muhammad Gelbana <[email protected]> > wrote: > > Thanks a lot that helped a lot. >> >> I believe the error message could be a bit more explanatory ? >> > > Nope. That exception is thrown by code deep inside the JVM, in a package > that we shouldn't use. > > > And don't you agree that tapestry's download should only contain minimal >> dependencies ? >> Or at least locate extra dependencies within a separate folder ? >> > > Your last suggestion looks good to me, first doesn't. Anyway, most people > today use some dependency manager such as Maven, Ivy or Gradle, so they > don't need to worry about it. > > > -- > Thiago H. de Paula Figueiredo > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
