You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/11/04 22:00:50 UTC

DO NOT REPLY [Bug 32066] New: - favours .exe over .com

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32066>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32066

<exec> favours .exe over .com

           Summary: <exec> favours .exe over .com
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: junk@bbs.darktech.org


There is a bug in the <exec> command under WinXP. Invoking exec on "devenv"
invokes "devenv.exe" even though it should invoke "devenv.com". This is why when
one invokes devenv commands from cmd.exe you see the output but from ant you see
nothing. The reason being that one *must* invoke devenv.com in order to see any
sort of output to stdout or stderr.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org