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
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
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