Jiger Patel <[EMAIL PROTECTED]> wrote:

> Hi Friends,
>              Somedays back I installed Tomcat to see the facilities it
> provided etc. I came across a good tool called ANT which is used to create
> Web Archives (WAR) files.
>   Although things worked fine after some tweaking I found out what I call
> is a Bug in ANT.
>   The bug is that Ant, when creating the WAR files, only zips the files in
> the Current directory & not subdirectories. for ex. if I have a directory
> structure like this.
> eShoppe
>    |
>    <html files & JSP Files>
>    |
>    |__WEB_INF
>         |
>         |__Web.xml
>         |
>         |__classes
>               |__<Servlet class files>
>
> Then ant copies this structure correctly to webapps in tomcat directory but
> then when it creates the WAR files of this structure in the Webapps
> directory. It does copy files & directories under Web-Inf i.e only files &
> directories appering directly under root directory which in this case is
> eShoppe. But not subdirectories.

You might want to ask to an ANT-related mailing list...
<http://jakarta.apache.org/>

    Pier

--
Pier Fumagalli - Sun Microsystems, INC - <mailto:[EMAIL PROTECTED]>
I'm selling my Sony Vaio Z505. Check out <http://www.betaversion.org/~pier/>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to