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
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
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
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.
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]>
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"