Fwd: Need help with args to exec command

2001-05-18 Thread David Rosenstrauch
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" > >

Re: Need help with args to exec command

2001-05-18 Thread Ian McFarland
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:

Need help with args to exec command

2001-05-18 Thread David Rosenstrauch
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.