Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Nikhil Gupta
this email has been classified: > > ( ) Larsen & Toubro Limited - General Business > > (X) Larsen &Toubro Limited - Internal Use > > ( ) Larsen &Toubro Limited - Confidential > > ( ) Larsen & Toubro Limited - Proprietary > > > > *Fro

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Nikhil Gupta
Any specific reason you are using devenv? Try using msbuild.exe instead. On May 24, 2013 1:48 PM, "Bhavani Kapparmath" wrote: > Hello All, > > > > We are facing issue with building VS2010 from NAnt. Below are the details: > > > > ยท We migrated our project from Visual studio 2005 to Visua

Re: [NAnt-users] Changesets included in the current build?

2011-05-11 Thread Nikhil Gupta
You can use tf.exe "get" command which will update the workspace to latest. Along side, log everything in an xml while running nant using --xmllogger. In the end you may grep the log file to get the list of changes. Hope this helps. Nikhil http://taxingsalaried.blogspot.com On Thu, May 12, 201

Re: [NAnt-users] [solution] Skipping [Release]

2006-12-11 Thread Nikhil Gupta
Hi Bob, I'm also facing a similar problem. My project skips some files and then raises an error saying "Solution Configuration Release is not present for this project". I checked the scenario you mentioned, and the DLL that is being skipped is with the later date than the others in the project.

Re: [NAnt-users] build fails: Solution configuration 'Release' does notexist for project 'Core.Data

2006-12-07 Thread Nikhil Gupta
Hi Gert, I think I'm using the same version you mentioned. nant 0.85. anyways, what kind of a repro were you talking about? Thanks Nikhil On 12/6/06, Gert Driesen <[EMAIL PROTECTED]> wrote: - Original Message ----- From: "Nikhil Gupta" <[EMAIL PROTECTED]>

[NAnt-users] build fails: Solution configuration 'Release' does not exist for project 'Core.Data

2006-12-06 Thread Nikhil Gupta
Hi There, I'm making build scripts using NAnt. The .sln file has a reference to other .proj files. Now, when I try to complile this, Build Fails with the following error: *"Solution configuration 'Release' does not exist for project 'Core.Data"* I tried to look into the project named "Core.Data"