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

2013-06-13 Thread Bhavani Kapparmath
@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 underlying code so it is warning free

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

2013-06-11 Thread Bevan Arps
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 successful using

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

2013-06-10 Thread Bhavani Kapparmath
- 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 batch automation; Devenv.Exe

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

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 bhavani.kapparm...@lnties.com wrote: Hello All, We are facing issue with building VS2010 from NAnt. Below are the details: · We migrated our project from Visual

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

2013-05-24 Thread Bhavani Kapparmath
...@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 of executing VS

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

2013-05-24 Thread Bhavani Kapparmath
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 bhavani.kapparm...@lnties.commailto:bhavani.kapparm...@lnties.com

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

2013-05-24 Thread Nikhil Gupta
:* 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

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 while

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 don't