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

2013-06-13 Thread Bhavani Kapparmath
math; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails Hi Bhavani I suspect that you'll find those errors are the same as those you see during an interactive compile. If you really want to suppress them (I'd put my effort into fixing the underl

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

2013-06-10 Thread Bevan Arps
c task has an attribute for this. Keep smiling Bevan. -Original Message- From: Bhavani Kapparmath Sent: 6/10/2013 7:54 PM To: bevan.a...@clear.net.nz; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails Hi Bevan, After VS2010 build is succes

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

2013-06-10 Thread Bhavani Kapparmath
; Toubro Limited - Proprietary From: bevan.a...@clear.net.nz [mailto:bevan.a...@clear.net.nz] Sent: Saturday, May 25, 2013 5:54 AM To: nant-users@lists.sourceforge.net; Bhavani Kapparmath Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Devenv.Com is designed for use for

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

2013-05-24 Thread bevan . arps
, May 24, 2013 3:52 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a while), devenv.exe is what you run for an interactive session, devenv.com for batch processing. Some background. If you

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

2013-05-24 Thread Bhavani Kapparmath
here? Thank yu so much From: Bevan Arps [bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 3:52 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a

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 Bhavani Kapparmath
sen & Toubro Limited - Proprietary From: Bevan Arps [mailto:bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 3:53 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a while), devenv.exe i

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

2013-05-24 Thread Bevan Arps
, cmd, exe, com. So specifying "devenv" works just like "devenv.exe". Keep smiling Bevan -Original Message- From: Bhavani Kapparmath Sent: 5/24/2013 9:40 PM To: bevan.a...@clear.net.nz; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command fro

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

2013-05-24 Thread Bhavani Kapparmath
@gmail.com] Sent: Friday, May 24, 2013 2:17 PM To: Bhavani Kapparmath Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Any specific reason you are using devenv? Try using msbuild.exe instead. On May 24, 2013 1:48 PM, "Bhavani Kapparmath&quo

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

2013-05-24 Thread Bhavani Kapparmath
[mailto:bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 2:11 PM To: nant-users@lists.sourceforge.net; Bhavani Kapparmath Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Two suggestions. Firstly, are you executing devenv.com or devenv.exe ? When I have needed to use the last resort

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] VS2010 devenv command from NAnt fails

2013-05-24 Thread bevan . arps
Two suggestions. Firstly, are you executing devenv.com or devenv.exe ? When I have needed to use the last resort of executing VS directly, using devenv.com has been far more reliable than devenv.exe. Secondly, have you considered using MSBuild? Unless you’re doing something not supported by