You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Urciolo, Kevin (Mission Systems)" <Ke...@ngc.com> on 2004/10/27 21:41:54 UTC

1.6.2 WAR/JAR Empty Directories

I have found an issue with the new ANT 1.6.2 version.  Using the WAR or
JAR task, empty directories are not created.  I verified on both Windows
and UNIX that 1.6.1 doesn't have this problem but 1.6.2 does.  I checked
the ANT bug database and found that someone submitted a bug for the same
reason but with the ZIP task.  I added a new bug report.

Has anyone else seen this and have found a work around?

Re: 1.6.2 WAR/JAR Empty Directories

Posted by Antoine Levy-Lambert <an...@gmx.de>.
This is a known bug of Ant 1.6.2 which is already fixed in CVS.
See bugzilla bug report 30365 : 
http://issues.apache.org/bugzilla/show_bug.cgi?id=30365

Cheers,

Antoine

Urciolo, Kevin (Mission Systems) wrote:

>I have found an issue with the new ANT 1.6.2 version.  Using the WAR or
>JAR task, empty directories are not created.  I verified on both Windows
>and UNIX that 1.6.1 doesn't have this problem but 1.6.2 does.  I checked
>the ANT bug database and found that someone submitted a bug for the same
>reason but with the ZIP task.  I added a new bug report.
>
>Has anyone else seen this and have found a work around?
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: 1.6.2 WAR/JAR Empty Directories

Posted by Peter Reilly <pe...@apache.org>.
<war> and <jar> are just wrappers for <zip> so
they had the same problem.

The only work-around is to use ant 1.6.1, or to
grap a cvs version of ant.

Peter

Urciolo, Kevin (Mission Systems) wrote:

>I have found an issue with the new ANT 1.6.2 version.  Using the WAR or
>JAR task, empty directories are not created.  I verified on both Windows
>and UNIX that 1.6.1 doesn't have this problem but 1.6.2 does.  I checked
>the ANT bug database and found that someone submitted a bug for the same
>reason but with the ZIP task.  I added a new bug report.
>
>Has anyone else seen this and have found a work around?
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org