[Nant-users] NAntContrib XSLT transform?

2005-11-07 Thread Nielsen.Allan Rene Dystrup AND
Hi guys, The NAntContrib task will count Total, Comment and Empty source code lines in your project and write out the results to a xml-file. Is there an XSLT transform around to present these results in a sensible way? Best regards Allan Dystrup _

SV: [Nant-users] overwriting properties when calling anothe build script

2005-10-27 Thread Nielsen.Allan Rene Dystrup AND
Filip, I'm testing for property::exists in the child build script; If the property is defined in the master, that value is inherited by the child. It works, but I can't say if there is a better way to do it. Best regards, allan Example (child): -Oprindelig meddelelse- Fra: [EMAIL

SV: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-20 Thread Nielsen.Allan Rene Dystrup AND
tasks, as I can imagine many situations where this task may be very usefull to me ? Best regards / allan -Oprindelig meddelelse- Fra: Evan Levy [mailto:[EMAIL PROTECTED] Sendt: 20. oktober 2005 18:17 Til: Nielsen.Allan Rene Dystrup AND; nant-users@lists.sourceforge.net Emne: RE: [Na

[Nant-users] Patch version number in AssemblyInfo.cs

2005-10-20 Thread Nielsen.Allan Rene Dystrup AND
Hi guys, I'd like to parse my AssemblyInfo.cs file for : [assembly: AssemblyVersion("0.2.0.0")] and substitute the version (in casu: 0.2.0.0) with a current version# in property ${ver.config). I've looked at the nant task with and http://solutions.newsforge.com/ibmarch.tmpl __

SV: [Nant-users] Specifying a logfile with task ?

2005-10-20 Thread Nielsen.Allan Rene Dystrup AND
Hi si! That did nicely solve my problem, -- saved the day :) Thanks / allan -Oprindelig meddelelse- Fra: si [mailto:[EMAIL PROTECTED] Sendt: 20. oktober 2005 09:03 Til: Nielsen.Allan Rene Dystrup AND Cc: nant-users@lists.sourceforge.net Emne: Re: [Nant-users] Specifying a logfile with

[Nant-users] Specifying a logfile with task ?

2005-10-19 Thread Nielsen.Allan Rene Dystrup AND
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: The problem seems

SV: [Nant-users] Missing echo and concat output

2005-10-14 Thread Nielsen.Allan Rene Dystrup AND
Sorry guys, my ${log.dir} path was wrong, which explains the missing output. -- The Nant tasks work as advertised and expected!   Great product J allan   Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Nielsen.Allan Rene Dystrup AND Sendt: 14. oktober 2005 14

[Nant-users] Missing echo and concat output

2005-10-14 Thread Nielsen.Allan Rene Dystrup AND
mbling build log files to Log.txt... BUILD SUCCEEDED Total time: 0.3 seconds.   but neither nor creates or writes to the output files…   What might be the reason for this behaviour ??   Best regards Allan Dystrup       Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Nie

SV: [Nant-users] redirection in a NAnt task ??

2005-10-14 Thread Nielsen.Allan Rene Dystrup AND
EMAIL PROTECTED]Sendt: 13. oktober 2005 20:38Til: Nielsen.Allan Rene Dystrup AND; nant-users@lists.sourceforge.netEmne: RE: [Nant-users] redirection in a NAnt task ?? use the task "output" parameter to send the program's output to a file. use task in NantContrib t

[Nant-users] redirection in a NAnt task ??

2005-10-13 Thread Nielsen.Allan Rene Dystrup AND
  How do I code this as a in Nant ?   C:"\Program Files\MKS Toolkit\mksnt\date" > Date.txt cat Date.txt Log.hdr Clean.log Build.log Document.log Test.log Pack.log > Log.txt   Best regards Allan Dystrup ___

SV: [Nant-users] Followup:: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-28 Thread Nielsen.Allan Rene Dystrup AND
users@lists.sourceforge.net Emne: Re: [Nant-users] Followup:: BUILD FAILED in .csprog with '&' in a WebReferenceUrl Nielsen.Allan Rene Dystrup AND wrote: >Since NAnt seems to be using the same parser for its own build file >as for VS project files (indeed for XML files in general), th

Re: [Nant-users] Followup:: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-27 Thread Nielsen.Allan Rene Dystrup AND
chars), i've written a Perl script to clean the VS project files before i hand them over to NAnt . Allan Dystrup Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Nielsen.Allan Rene Dystrup AND Sendt: 27. august 2005

[Nant-users] Followup:: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-27 Thread Nielsen.Allan Rene Dystrup AND
t;raw" ampersand in the string ? Best regards Allan dystrup _ Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Nielsen.Allan Rene Dystrup AND Sendt: 27. august 2005 09:28 Til: Matthew Mastracci; nant-users@lists.sourceforge.net Emne: [Nant-users] R

[Nant-users] Re: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-27 Thread Nielsen.Allan Rene Dystrup AND
erenceUrl definitions. Thanks for the advice! Best regards Allan dystrup -Oprindelig meddelelse- Fra: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sendt: 27. august 2005 00:38 Til: Nielsen.Allan Rene Dystrup AND; n

[Nant-users] BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Nielsen.Allan Rene Dystrup AND
I have this task in my Nant build file :    configuration="debug"    solutionfile="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.sln"    verbose="true"  >      url="">      path="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws\KMD.NI.SdpiEws.csproj"