Gert Driesen wrote:
> 
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Helmut Dipper
> > Sent: dinsdag 21 december 2004 15:25
> > To: nant-users@lists.sourceforge.net
> > Subject: [Nant-users] no output from task exec
> >
> > Hello,
> >
> > in nant-0.85-rc1 there is no output to stdout
> > from the task "exec" as was the case in the
> > nightly build from 7/5/04. bug or design?
> 
> I don't think anything was changed deliberately.
> 
> Can you provide more information (or even better: provide a small repro ;-))
> ?
> 
> Thanks !
> 
> Gert

Gert,

consider following build script:
---------------------------------------------------
<?xml version="1.0"?>
<project name="test" default="test">
   <target name="test">
       <exec program="cmd" commandline="/C chdir"/>
   </target>
</project>
---------------------------------------------------

output to stdout from nightly build of nant 7/5/04:
---------------------------------------------------
NAnt 0.85 (Build 0.85.1647.0; net-1.0.win32; nightly; 7/5/04)
Copyright (C) 2001-2004 Gerry Shaw
NAnt Team

Buildfile: file:///C:/users/ccadm_ap/test.build
Target(s) specified: test 

test:

     [exec] cmd /C chdir
            C:\users\ccadm_ap

BUILD SUCCEEDED

Total time: 0.1 seconds.
---------------------------------------------------


output to stdout from nant-0.85-rc1:
---------------------------------------------------
NAnt 0.85 (Build 0.85.1793.0; rc1; 11/28/04)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/users/ccadm_ap/test.build
Target(s) specified: test 


test:

     [exec] C:\users\ccadm_ap

BUILD SUCCEEDED

Total time: 0.1 seconds.
---------------------------------------------------

Best regards
Helmut Dipper

-- 
Helmut Dipper | AED-SICAD Aktiengesellschaft


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to