Re: [NAnt-users] Beginner Questions

2008-12-09 Thread Lattimer, Ryan
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

Re: [NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Lattimer, Ryan
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

Re: [NAnt-users] Hiding warnings thrown by msbuild

2007-09-14 Thread Lattimer, Ryan
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"

[NAnt-users] Hiding warnings thrown by msbuild

2007-09-13 Thread Lattimer, Ryan
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

Re: [NAnt-users] NANT and NANTContrib >> which one to use

2007-04-16 Thread Lattimer, Ryan
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

Re: [NAnt-users] FW: Licensing Issues with third party Win controls

2007-02-21 Thread Lattimer, Ryan
!!! 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

[NAnt-users] FW: Licensing Issues with third party Win controls

2007-02-20 Thread Lattimer, Ryan
> 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