Re: Zip and empty directory

2005-03-30 Thread Yves Martin
"Bridges, Ed NYC" <[EMAIL PROTECTED]> writes: > Without it actually being a directory, how would the zipfile know if > "inside/emptydir" is either a directory or a file? According to what I have understood from documentation, and the result of trials, the prefix is used as a prefix d

ExecuteStreamHandler Implementation to Buffer Out/Err?

2005-03-30 Thread Lukas Bradley
Does an implementation of ExecuteStreamHandler exist that will buffer all output from the output and error streams when a command is executed? I have a program I would like to execute from Java into which I have a series of input commands to run. These commands are created before-hand, and are

RE: Zip and empty directory

2005-03-30 Thread Bridges, Ed NYC
Without it actually being a directory, how would the zipfile know if "inside/emptydir" is either a directory or a file? -Original Message- From: Yves Martin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:51 AM To: user@ant.apache.org Subject: Zip and empty directory Hel