On Mon, 2 Jul 2001, Marcus Crafter wrote:

> Hi All,
>
>       In the build.xml, the property "include.webapp.libs" is never set
>       anywhere, causing the webapp to be created without the required jars
>       being copied to WEB-INF/lib. :-(
>
>       Is this intended behaviour ?

Yes, you can build your war file without the libs (default) or you
specify a "-Dinclude.webapp.libs=yes" on your build command to include
them. Also there is a "install.war" property which isn't set and its
intention is  to set it like above to tell the installation path for the
war file for direct deployment into your servlets endine webapps
directory.

Giacomo

 >
>       If it's not intended, in the attached patch I've removed the 'if'
>       clause from the 'prepare-webapp-libs' task altogether so that the libs
>       are correctly copied across (makes testing things with the webapp
>       easier).
>
>       Cheers,
>
>       Marcus
>
>       PS. Initially I tried to make this conditional with 'available', but
>       'available' can only test for files, classes, and jvm resources.
>       Anyone know of a better way ?
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to