> From: Shawn Castrianni [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2008 1:23 PM > To: 'Ant Users List' > Subject: garbage characters when specifying properties on the ANT > command line > > This only happens to a few machines and don't know what causes it: > > executing: build target -Dverbose=true > > results in an error message: > > Target "ûDverbose" does not exist in the project "MyProject".
The "-" being typed on the command line is not an ASCII hyphen (\u002D), but is some other character that looks like a hyphen in the user's current code page. -- Rick Genter Principal Software Engineer Silverlink Communications --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]