Hi guys,

I'm currently spawning NAnt processes from a MSDOS .bat file
like:

NAnt 
   -buildfile:.\KMD.NI.SdpiEws.Clean.build 
   -logfile:.\log\Clean.log    
   "-D:ver.conf=0.2.0.1" 
   "-D:bld.conf=Release" 
   Clean

I want to move this to a Nant master.build file,
like:

<nant 
   buildfile="${build.dir}\NAnt\KMD.NI.SdpiEws.Clean.build" 
   logfile=".\log\Clean.log"
   target="All" 
/>


The problem seems to be, that there's no support for specifying a
logfile in the <nant> task. I guess I could hack up an <exec> task
to do this, but I'd rather not...

Is there by any means a clean way to specify a logfile for a <nant> task
??

Best regards,
Allan dystrup





_______________________________________________________________________________________
www.kmd.dk   www.kundenet.kmd.dk   www.eboks.dk   www.civitas.dk   
www.netborger.dk www.organisator.dk

Hvis du har modtaget denne mail ved en fejl vil jeg gerne, at du informerer mig 
og sletter den.
KMD skaber it-services, der fremmer effektivitet hos det offentlige, 
erhvervslivet og borgerne.

If you received this e-mail by mistake, please notify me and delete it. Thank 
you.
Our mission is to enhance the efficiency of the public sector and improve its 
service of the general public. 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to