RE: Major frustration.

2003-06-12 Thread Bill Chmura
On a non-technical note: Have you tried walking away from it for a little bit? Seriously I cannot count the number of times a solution came to me after smashing the mouse down on the desk and walking away for awhile. -Original Message- From: Gerald D. Anderson [mailto:[EMAIL PROTECTE

RE: HTTP post of binary data?

2003-06-06 Thread Bill Chmura
I don't know if it will help, but if you can do an exec Wget has a --post-data=STRINGuse the POST method; send STRING as the data. --post-file=FILE use the POST method; send contents of FILE. Not sure about the binary part though -Original Message- From: [EMAIL PR

Problem with FixCRLF

2003-06-04 Thread Bill Chmura
On Sun JDK 1.4.1_02 / Ant 1.5.1 I have a task that goes through a directory on a windows box and makes all the linefeed/Cr into the unix linefeed so when I archive it into a tar.gz and upload it - its all ready on the other unix end. Here is the code This works great, fantastic, etc... Ever