PROTECTED]
>From: David Rosenstrauch <[EMAIL PROTECTED]>
>Subject: Need help with args to exec command
>
>Help!
>
>Trying to execute a DOS command like this from my build.xml:
>
>v:\netscapesigning\signing13\signtool.exe -e".class"
>
>
Um, try: ?
I mean I'm just taking a shot in the dark, but maybe if you figure out the right escape sequence...
Sounds definitely like a bug, in any case.
-Ian
On Friday, May 18, 2001, at 11:01 AM, David Rosenstrauch wrote:
Help!
Trying to execute a DOS command like this from my build.xml:
Help!
Trying to execute a DOS command like this from my build.xml:
v:\netscapesigning\signing13\signtool.exe -e".class"
I tried doing this:
But no dice. Verbose output shows the command being generated as:
v:\netscapesigning\signing13\signtool.exe -e.class
Quotes are missing.