RE: Zip Task w/ Empty Folders

2005-01-19 Thread Charles Daniels
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

RE: Conditional processing

2004-12-14 Thread Charles Daniels
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

RE: taskdef

2004-11-30 Thread Charles Daniels
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

RE: javadoc task

2004-11-10 Thread Charles Daniels
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

RE: copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Charles Daniels
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

RE: don't copy build.xml files ever again.....

2004-09-12 Thread Charles Daniels
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

RE: rename file with mapper

2004-08-10 Thread Charles Daniels
> -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