Take a look at ccnet.config.builder located here:
http://confluence.public.thoughtworks.org/display/CCNET/Configuration+Pr
eprocessor
I used the above to make things reusable in my ccnet.config file.
To reuse things in my nant scripts take a look at the include task:
http://nant.sourceforge.net/ni
I'm not sure setting the configuration to Release is going to fix your
errors though. My guess is you are probably getting "reference not
found errors". You will probably have to add extra references to your
projects that Visual Studio does need because it can locate them itself.
-Original M
8:47 PM
To: Lattimer, Ryan
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Hiding warnings thrown by msbuild
Hi Ryan,
If I remember correctly you can compile a config that does not include
the deployment projects. So if you created a new config, say "Release
Assemblies"
I was wondering if anyone knew a way to hide certain warnings that come
up from running msbuild. I'm currently using the nant contrib msbuild
task to run msbuild on my solution. Because msbuild does not support
vdproj files and I have 2 of them in my solution, I always get 2
warnings.
warning
In the NANTContrib, there should be a read me file. That will show you
how to add NANTContrib to NANT.
After doing that you should be able to get to all the tasks in
NANTContrib while just using NANT.
Ryan
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
!!!
Ryan
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lattimer,
Ryan
Sent: Wednesday, 21 February 2007 9:07 a.m.
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] FW: Licensing Issues with third party Win controls
I have seen other posts
> I have seen other posts that relate to the problem I am going to
> explain, but I have not found one that duplicates it. So here I go...
> I am running Nant 0.85 and CruiseControl.Net 1.2.1
> I am using Infragistics controls which require a license.licx file. I
> am using MSBuild in Nant to bu