RE: [NAnt-users] How to avoid repeating commands?

2006-02-02 Thread Bill Arnette
How about this: Create a "procedure" with the common tasks and use a property as a "parameter" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Ewald Sent: Thursday, February 02, 2006 9:56 AM To: nant

Re: [NAnt-users] How to avoid repeating commands?

2006-02-02 Thread Gert Kello
What I'd like to have is a list of the repository paths of all those DLLs and just let the above block run on each entry of the list once. I've taken a thorough look at and but I don't see any way to use them for that purpose. Isn't there something like a /> tag or so that I can use to iterate

RE: [NAnt-users] How to avoid repeating commands?

2006-02-02 Thread Tim Mayert
Hello Markus, You can always place the 10 files into a .txt file and then use the foreach task to read in the files and process each one. IE. And then the file would look list this. $/VCpp/DLL/kcsStream/Bin,kcsStream.dll $/VCpp/DLL/someotherpath/Bin,someotherfil

[NAnt-users] How to avoid repeating commands?

2006-02-02 Thread Markus Ewald
My NAnt .build files often have blocks like this in them (this one checks out a file from a sourcesafe repository): commandline="/s /u kcsStream.dll" failonerror="false" /> commandline="/s kcsStream.dll" /> The bad thing is that there are about 10 files like this that need to be un

RE: [NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-02 Thread Tim Mayert
Hello Gert, I currently do not have anything that is small that can be sent. Even my one small project requires one other larger Shared Libraries project to be already built before it can build and therefore making it hard to send you anything. And as I was saying if the Shared Libraries project

RE: [NAnt-users] VBC race condition when compiling many source files??

2006-02-02 Thread Karl Palsson
This isn't nant specific, this is a .net framework problem. I've had similar problems even just building things in Visual studio. Shorter namespaces helps, but other than that, it's just a sucky problem with no real solution. I'm afraid I can't find the link where this was explained in more

Re: [NAnt-users] msbuild

2006-02-02 Thread Gert Kello
Or value="${framework::get-framework-directory('net-2.0')}/msbuild.exe" /> Simon Thorogood wrote: I do it like this: the msbuild.exe path will need be appended to your PATH env var also. -- Gert ---

RE: [NAnt-users] msbuild

2006-02-02 Thread Simon Thorogood
I do it like this: the msbuild.exe path will need be appended to your PATH env var also. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of netsql Sent: 02 January 2006 01:53 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msbuil

[NAnt-users] msbuild

2006-02-02 Thread netsql
how do I call a msbuild task from nant? tia, .V --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing t

[NAnt-users] VBC race condition when compiling many source files??

2006-02-02 Thread Josh Larson
I have an assembly that is currently built from ~300 source files. The solution is huge, and the source tree is deep - causing the source paths to be abnormally long.   It looks like nAnt is writing the vbc params to a temp file (which is good) but vbc fails in this case (which is bad).   It appear

[NAnt-users] assemblyfileset doen't include files with web in their name

2006-02-02 Thread Versteijnen, Pieter
Hello,   I have ha problem building a project. We have a solution with multiple projects so I created one build file for each project and a master buildfile calling each project build file. Some of the assembly projects have a name like .Web..dll   It seems to be that the compiler does

[NAnt-users] exit script prematurely without using ?

2006-02-02 Thread Matt Greer
Hello, I have a script that depends on a property being set on the command line. The first thing it does is ensure that property is set. If it's not set the script cannot proceed, but I don't want it to end my entire build (this script is ran in cruisecontrol along with a number of other thin

[NAnt-users] Plans/Timeframes for .NET 2.0/VS 2005 Support

2006-02-02 Thread dustin.wolfe
Is there any idea on when this may be supported or in which release?  Many thanks…

[NAnt-users] NAnt solution configuration="debug:pdbonly"

2006-02-02 Thread Versteijnen, Pieter
Hello people,   Is it possible to create a solution build with configuration “debug:pdbonly”?   Pieter Versteijnen Developer

[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-02-02 Thread netsql
netsql wrote: repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2

[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-02-02 Thread netsql
repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2 Task From: "Ke

[NAnt-users] Testing if a value is an Int

2006-02-02 Thread Nau, Michael
Title: Testing if a value is an Int Is there a "clean" way to test if a property value is an integer? I've come up with a bit of a hack to accomplish this, but this raises an error in my build log (which shows up in my ccnet errors page…). Here's my hack:                

[NAnt-users] [Fwd: Nunit2 Task]

2006-02-02 Thread netsql
me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. --- Begin Message --- I have a simple question. I am getting this error using NAnt 0.85 (Build 0.85.1932.0; rc3;

RE: [NAnt-users] .NET 2.0 release compatibility

2006-02-02 Thread Tobias Bengtsson
Yeah, Because it's not supported yet, use msbuild.exe with , works fine for me... /Tobias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: den 9 januari 2006 16:57 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] .NET