Dear community,

I use jetty as the mean to achieve hot development in Maven.
And it works very fine.

But, when I try to package it into WAR and have it deployed to Tomcat, it
doesn't works.
And when I try to understand what happen, I realize that in the WAR there
are required JAR missing.
Such as tapestry-ioc.jar, and other.

And then, I try to declare the required JARS (who already included
automatically in using mvn jetty:run), e.g.
<dependency>
  <artifactId>tapestry-ioc</artifactId>
  ...
</dependency>

Of course this is not the right way (and not easy anyway, because I have to
predict, what dependency needed)
What am I doing wrong?

Thanks in advance!

* FYI : I am using Maven 2.0.7

--
Best wishes,
Eko SW
http://swdev.blogs.friendster.com/my_blog/

Reply via email to