Are you sure the empty folders are not zipped? When you view the zip
file with WinZip, you won't actually see the entries for empty folders.
I was fooled by this as well, until I unzipped the file to a clean
location and saw that the empty directories were created even though I
couldn't see them i
You can use ant-contrib tasks: http://ant-contrib.sourceforge.net/
(click on the "Other tasks" link to see the list of available tasks).
Alternatively, you can use Maven (http://maven.apache.org) instead of
Ant.
> -Original Message-
> From: Laran Evans [mailto:[EMAIL PROTECTED]
> Sent: T
You also need to include in your any jars that PRTagDiff
depends upon. Since your class is a Task (I assume), I believe that
means you need to include the ant jar file at a minimum since you are
specifying your own classpath to taskdef. So it's probably not your own
class that taskdef can't find
By default javadoc only includes docs for public and protected classes
and members. Since your variable is declared as package private, it's
javadoc will not be included by default. Using Ant's javadoc task, you
can specify a value for the access attribute. The default value is
protected, matchi
Use the Ant manifest task.
> -Original Message-
> From: Schuett Thomas EXT
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 27, 2004 4:42 AM
> To: 'Ant Users List'
> Subject: copy, filterchain, replace, replacetoken -- too complicate
>
> Hello,
>
> I had the simple task of creat
Your idea isn't so whacky. In fact, it's called Maven ;-)
> -Original Message-
> From: Dean Hiller [mailto:[EMAIL PROTECTED]
> Sent: Sunday, September 12, 2004 12:07 AM
> To: [EMAIL PROTECTED]
> Subject: don't copy build.xml files ever again.
>
>
> Well, I had a very whacky idea tha
> -Original Message-
> From: thilo boehm [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 8:02 PM
> To: Ant Users List
> Subject: Re: rename file with mapper
>
>
> Thanks a lot for your help.
> It looks like the mapper only works in the current directory, but I
> want to rename th