On Mon, 19 Aug 2002, Dickson, Mike wrote:

> Are these modules under development?  I could certainly use them also and
> the approach you lay out makes sense.
>
> A related question, is there a straightforward way when buildiong a WAR file
> to copy the dependencies into the lib directory in WEB-INF?  It doesn't seem
> to happen automatically as a part of the WAR target.

You need to add:
<metaEntries>
  <metaEntry>war.bundle.jar:true</metaEntry>
</metaEntries>

To each dependency that you want copied over into the WAR file in your
project.xml.

-Kurt


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

Reply via email to