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

2013-06-13 Thread Bhavani Kapparmath
Hi Bevan,

Yes, I did re-direct the command line output to a log file, now the build 
notification emails does not have warnings or errors displayed. Thank you.

Kind regards,
K Bbhavani.
Tel # +91 080 3084 2049

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: Bevan Arps [mailto:bevan.a...@clear.net.nz]
Sent: Tuesday, June 11, 2013 12:12 PM
To: Bhavani Kapparmath; 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 
underlying code so it is warning free), redirect the command line output of 
devenv.com. The Nant exec task has an attribute for this.

Keep smiling
Bevan.

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 Nant, I could see whole lot of warning 
messages are being displayed/shown in the mail (which is not good) that is sent 
from CC.net after build ends.
This was not the case earlier with devenv.exe.
Any idea here? Any thread that has already discussed on this?

Kind regards,
K BBhavani.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  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 batch automation; Devenv.Exe is how the 
interactive IDE is launched.

From MSDN:
The devenv.com utility provides for the delivery of output through standard 
system streams, such as stdout and stderr, and determines the appropriate I/O 
redirection when it captures output, for example, to a .txt file.

I never tried to automate Visual Studio 2005, so it’s possible that using 
devenv.EXE worked just fine for that version; for later versions, it doesn’t.

One last thought: Deployment projects are deprecated in Visual Studio 2010 - 
and they’re not supported at all by Visual Studio 2012. I’d suggest that you 
add some tasks to your product backlog (or equivalent) to migrate away from 
.vdproj projects (I’d recommend moving to WiX); once that’s complete

[The entire original message is not included.]

Larsen  Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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

2013-06-11 Thread Bevan Arps
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), redirect the command line output of 
devenv.com. The Nant exec 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 successful using Nant, I could see whole lot of warning 
messages are being displayed/shown in the mail (which is not good) that is sent 
from CC.net after build ends.
This was not the case earlier with devenv.exe.
Any idea here? Any thread that has already discussed on this?

Kind regards,
K BBhavani.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  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 batch automation; Devenv.Exe is how the 
interactive IDE is launched.

From MSDN:
The devenv.com utility provides for the delivery of output through standard 
system streams, such as stdout and stderr, and determines the appropriate I/O 
redirection when it captures output, for example, to a .txt file.

I never tried to automate Visual Studio 2005, so it’s possible that using 
devenv.EXE worked just fine for that version; for later versions, it doesn’t.

One last thought: Deployment projects are deprecated in Visual Studio 2010 - 
and they’re not supported at all by Visual Studio 2012. I’d suggest that you 
add some tasks to your product backlog (or equivalent) to migrate away from 
.vdproj projects (I’d recommend moving to WiX); once that’s complete, you’ll be 
able to move the rest of your builds to MSBuild and leverage it’s speed and 
reliability.

Cheers,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Saturday‎, ‎25‎ ‎May‎ ‎2013 ‎3‎:‎38‎ ‎a.m.
To: Bevan Arps; nant-users@lists.sourceforge.net

Hi Bevan,
Looks like devenv.com resolved thee issue.
Befor i posted this issue, i used this devenv.com as a last try to resolv the 
issue.
Your reply on the same  confirmed it more n gave me more confidence on the fix.
What i m not sure is devenv failed always, but devenv.com resolved. Any idea 
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), devenv.exe is what you run for an interactive 
session, devenv.com for batch processing.

Some background. If you don't specify an extension, the shell looks for 
possible programs to run by trying various extensions. I #think# it uses this 
order: bat, cmd, exe, com. So specifying devenv works just like devenv.exe.

Keep smiling
Bevan



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 from NAnt fails

Hi Bevan,

Thank you for the quick response.
I was using just devenv. Later changed to devenv.exe. Same failure results.
You want me to try devenv.com?

We are not using MSbuild, since we have one setup project(deployment project).

Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: bevan.a...@clear.net.nzmailto:bevan.a...@clear.net.nz 
[mailto:bevan.a...@clear.net.nz]mailto:[mailto:bevan.a...@clear.net.nz]
Sent: Friday, May 24, 2013 2:11 PM
To: nant-users@lists.sourceforge.netmailto: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 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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.

Hope this helps,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users

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

2013-06-10 Thread Bhavani Kapparmath
Hi Bevan,

After VS2010 build is successful using Nant, I could see whole lot of warning 
messages are being displayed/shown in the mail (which is not good) that is sent 
from CC.net after build ends.
This was not the case earlier with devenv.exe.
Any idea here? Any thread that has already discussed on this?

Kind regards,
K BBhavani.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  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 batch automation; Devenv.Exe is how the 
interactive IDE is launched.

From MSDN:
The devenv.com utility provides for the delivery of output through standard 
system streams, such as stdout and stderr, and determines the appropriate I/O 
redirection when it captures output, for example, to a .txt file.

I never tried to automate Visual Studio 2005, so it’s possible that using 
devenv.EXE worked just fine for that version; for later versions, it doesn’t.

One last thought: Deployment projects are deprecated in Visual Studio 2010 - 
and they’re not supported at all by Visual Studio 2012. I’d suggest that you 
add some tasks to your product backlog (or equivalent) to migrate away from 
.vdproj projects (I’d recommend moving to WiX); once that’s complete, you’ll be 
able to move the rest of your builds to MSBuild and leverage it’s speed and 
reliability.

Cheers,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Saturday‎, ‎25‎ ‎May‎ ‎2013 ‎3‎:‎38‎ ‎a.m.
To: Bevan Arps; nant-users@lists.sourceforge.net

Hi Bevan,
Looks like devenv.com resolved thee issue.
Befor i posted this issue, i used this devenv.com as a last try to resolv the 
issue.
Your reply on the same  confirmed it more n gave me more confidence on the fix.
What i m not sure is devenv failed always, but devenv.com resolved. Any idea 
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), devenv.exe is what you run for an interactive 
session, devenv.com for batch processing.

Some background. If you don't specify an extension, the shell looks for 
possible programs to run by trying various extensions. I #think# it uses this 
order: bat, cmd, exe, com. So specifying devenv works just like devenv.exe.

Keep smiling
Bevan



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 from NAnt fails

Hi Bevan,

Thank you for the quick response.
I was using just devenv. Later changed to devenv.exe. Same failure results.
You want me to try devenv.com?

We are not using MSbuild, since we have one setup project(deployment project).

Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: bevan.a...@clear.net.nzmailto:bevan.a...@clear.net.nz 
[mailto:bevan.a...@clear.net.nz]mailto:[mailto:bevan.a...@clear.net.nz]
Sent: Friday, May 24, 2013 2:11 PM
To: nant-users@lists.sourceforge.netmailto: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 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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.

Hope this helps,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users@lists.sourceforge.netmailto:nant-users@lists.sourceforge.net

Hello All,

We are facing issue with building VS2010 from NAnt. Below are the details:


• We migrated our project from Visual studio 2005 to Visual studio 2010.

• Post migration, we are seeing build issue in the build server 
machine. Details are below.

• Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

• Building with VS 2010 causes a number of projects to start but do

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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.


Hope this helps,

Bevan.




Sent from Windows Mail



From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users@lists.sourceforge.net



Hello All,

 

We are facing issue with building VS2010 from NAnt. Below are the details:

 

· We migrated our project from Visual studio 2005 to Visual studio 2010.

· Post migration, we are seeing build issue in the build server 
machine. Details are below.

· Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

· Building with VS 2010 causes a number of projects to start but do not 
finish.

The only message appears in the log ( which is generated by /log switch of 
devenv command) is :

Rebuild All started:Project:DWRAPPER, Configuration:BuildWithPortalSVC Win 
32-

Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC Win 32---

· Count of project failure like above is not the same for every build.

· Building the project(solution file) in IDE is fine and also from the 
Command line with devenv.

· Here is the command in Nant.

 exec program=C:\Program Files\Microsoft Visual Studio 
10.0\Common7\IDE\devenv verbose = true
   arg line=${SolutionFile} /rebuild BuildTwinWithPortalSvc /out 
${BuildLog}/
/exec

We are stuck here now. there is no other error message that helps to find out 
what is happening during build of VS 2010 with NAnt. Why is the build failing 
with the above error message?

I am using NAnt 0.92. Also tried with nant-0.91-alpha2. Same results.

Seems in Win XP machine the issue is not seen.

 

Should I attached log file in the mail? Please let me know.

Kind regards,

Bhavani Kapparmath.

Tel # +91 080 6624 3452

 

The information contained in this email has been classified: 

(  )  Larsen  Toubro Limited  -  General Business 

(X) Larsen Toubro  Limited  -   Internal Use 

(  )  Larsen Toubro  Limited  -  Confidential

(  )  Larsen  Toubro Limited  -  Proprietary

 

Larsen  Toubro Limited 

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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 studio 2005 to Visual
 studio 2010.

 · Post migration, we are seeing build issue in the build server
 machine. Details are below.

 · Win 7 Professional SP1 versioned OS build machine is setup with
 Cruise control and NAnt script for automated builds with devenv.

 · Building with *VS 2010 causes a number of projects to start but
 do not finish*.

 The only message appears in the log ( which is generated by /log switch of
 devenv command) is :

 *Rebuild All started:Project:DWRAPPER,
 Configuration:BuildWithPortalSVC Win 32-*

 *Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC
 Win 32---*

 · Count of project failure like above is not the same for every
 build.

 · Building the project(solution file) in IDE is fine and also
 from the Command line with devenv.

 · Here is the command in Nant.

 * exec program=C:\Program Files\Microsoft Visual Studio
 10.0\Common7\IDE\devenv verbose = true**
arg line=${SolutionFile} /rebuild BuildTwinWithPortalSvc
 /out ${BuildLog}/
 /exec*

 We are stuck here now. there is no other error message that helps to find
 out what is happening during build of VS 2010 with NAnt. Why is the build
 failing with the above error message?

 I am using NAnt 0.92. Also tried with nant-0.91-alpha2. Same results.

 Seems in Win XP machine the issue is not seen.



 Should I attached log file in the mail? Please let me know.

 *Kind regards,*

 *Bhavani Kapparmath.*

 *Tel # +91 080 6624 3452*



 The information contained in this email has been classified:

 (  )  Larsen  Toubro Limited  -  General Business

 (X) Larsen Toubro  Limited  -   Internal Use

 (  )  Larsen Toubro  Limited  -  Confidential

 (  )  Larsen  Toubro Limited  -  Proprietary



 *Larsen  Toubro Limited *

 *www.larsentoubro.com*

 This Email may contain confidential or privileged information for the
 intended recipient (s). If you are not the intended recipient, please do
 not use or disseminate the information, notify the sender and delete it
 from your system.


 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 NAnt-users mailing list
 NAnt-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-users


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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

2013-05-24 Thread Bhavani Kapparmath
Hi Bevan,

Thank you for the quick response.
I was using just devenv. Later changed to devenv.exe. Same failure results.
You want me to try devenv.com?

We are not using MSbuild, since we have one setup project(deployment project).

Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: bevan.a...@clear.net.nz [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 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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.

Hope this helps,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users@lists.sourceforge.net

Hello All,

We are facing issue with building VS2010 from NAnt. Below are the details:


• We migrated our project from Visual studio 2005 to Visual studio 2010.

• Post migration, we are seeing build issue in the build server 
machine. Details are below.

• Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

• Building with VS 2010 causes a number of projects to start but do not 
finish.

The only message appears in the log ( which is generated by /log switch of 
devenv command) is :

Rebuild All started:Project:DWRAPPER, Configuration:BuildWithPortalSVC Win 
32-

Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC Win 32---

• Count of project failure like above is not the same for every build.

• Building the project(solution file) in IDE is fine and also from the 
Command line with devenv.

• Here is the command in Nant.

 exec program=C:\Program Files\Microsoft Visual Studio 
10.0\Common7\IDE\devenv verbose = true
   arg line=${SolutionFile} /rebuild BuildTwinWithPortalSvc /out 
${BuildLog}/
/exec

We are stuck here now. there is no other error message that helps to find out 
what is happening during build of VS 2010 with NAnt. Why is the build failing 
with the above error message?
I am using NAnt 0.92. Also tried with nant-0.91-alpha2. Same results.
Seems in Win XP machine the issue is not seen.

Should I attached log file in the mail? Please let me know.
Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary


Larsen  Toubro Limited

www.larsentoubro.comhttp://www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

Larsen  Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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

2013-05-24 Thread Bhavani Kapparmath
Hi Nikil,

Thank you for the quick response.

I cannot use MSBuild because, we have one setup project.
As an other note :

Is this below command fine to execute MSBuild within nant build script?

property name=MSBuildPath 
value=C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe/
target name=build-twin description=Build TWin targets
  exec program=${MSBuildPath}
arg line=${SolutionFile} /t:rebuild 
/p:Configuration=${TWinConfiguration} /fl /
/exec
/target


Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: Nikhil Gupta [mailto:nikhil...@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 
bhavani.kapparm...@lnties.commailto: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 studio 2005 to Visual studio 2010.

* Post migration, we are seeing build issue in the build server 
machine. Details are below.

* Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

* Building with VS 2010 causes a number of projects to start but do not 
finish.

The only message appears in the log ( which is generated by /log switch of 
devenv command) is :

Rebuild All started:Project:DWRAPPER, Configuration:BuildWithPortalSVC Win 
32-

Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC Win 32---

* Count of project failure like above is not the same for every build.

* Building the project(solution file) in IDE is fine and also from the 
Command line with devenv.

* Here is the command in Nant.

 exec program=C:\Program Files\Microsoft Visual Studio 
10.0\Common7\IDE\devenv verbose = true
   arg line=${SolutionFile} /rebuild BuildTwinWithPortalSvc /out 
${BuildLog}/
/exec

We are stuck here now. there is no other error message that helps to find out 
what is happening during build of VS 2010 with NAnt. Why is the build failing 
with the above error message?
I am using NAnt 0.92. Also tried with nant-0.91-alpha2. Same results.
Seems in Win XP machine the issue is not seen.

Should I attached log file in the mail? Please let me know.
Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary


Larsen  Toubro Limited

www.larsentoubro.comhttp://www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.netmailto:NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Larsen  Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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

2013-05-24 Thread Nikhil Gupta
This looks correct. You can also use msbuild task from nantcontrib, if you
are using that.

Unfortunately,  I've never had a deployment project with in so have no clue
on that. Bevan's clue might help.
On May 24, 2013 3:13 PM, Bhavani Kapparmath bhavani.kapparm...@lnties.com
wrote:

  Hi Nikil,



 Thank you for the quick response.



 I cannot use MSBuild because, we have one setup project.

 As an other note :



 Is this below command fine to execute MSBuild within nant build script?



 property name=MSBuildPath
 value=C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe/

 target name=build-twin description=Build TWin targets

   exec program=${MSBuildPath}

 arg line=${SolutionFile} /t:rebuild
 /p:Configuration=${TWinConfiguration} /fl /

 /exec

 /target





 *Kind regards,*

 *Bhavani Kapparmath.*

 *Tel # +91 080 6624 3452*



 The information contained in this email has been classified:

 (  )  Larsen  Toubro Limited  -  General Business

 (X) Larsen Toubro  Limited  -   Internal Use

 (  )  Larsen Toubro  Limited  -  Confidential

 (  )  Larsen  Toubro Limited  -  Proprietary



 *From:* Nikhil Gupta [mailto:nikhil...@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 
 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 studio 2005 to Visual
 studio 2010.

 · Post migration, we are seeing build issue in the build server
 machine. Details are below.

 · Win 7 Professional SP1 versioned OS build machine is setup with
 Cruise control and NAnt script for automated builds with devenv.

 · Building with *VS 2010 causes a number of projects to start but
 do not finish*.

 The only message appears in the log ( which is generated by /log switch of
 devenv command) is :

 *Rebuild All started:Project:DWRAPPER,
 Configuration:BuildWithPortalSVC Win 32-*

 *Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC
 Win 32---*

 · Count of project failure like above is not the same for every
 build.

 · Building the project(solution file) in IDE is fine and also
 from the Command line with devenv.

 · Here is the command in Nant.

 * exec program=C:\Program Files\Microsoft Visual Studio
 10.0\Common7\IDE\devenv verbose = true**
arg line=${SolutionFile} /rebuild BuildTwinWithPortalSvc
 /out ${BuildLog}/
 /exec*

 We are stuck here now. there is no other error message that helps to find
 out what is happening during build of VS 2010 with NAnt. Why is the build
 failing with the above error message?

 I am using NAnt 0.92. Also tried with nant-0.91-alpha2. Same results.

 Seems in Win XP machine the issue is not seen.



 Should I attached log file in the mail? Please let me know.

 *Kind regards,*

 *Bhavani Kapparmath.*

 *Tel # +91 080 6624 3452*



 The information contained in this email has been classified:

 (  )  Larsen  Toubro Limited  -  General Business

 (X) Larsen Toubro  Limited  -   Internal Use

 (  )  Larsen Toubro  Limited  -  Confidential

 (  )  Larsen  Toubro Limited  -  Proprietary



 *Larsen  Toubro Limited *

 *www.larsentoubro.com*

 This Email may contain confidential or privileged information for the
 intended recipient (s). If you are not the intended recipient, please do
 not use or disseminate the information, notify the sender and delete it
 from your system.



 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 NAnt-users mailing list
 NAnt-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-users

 *Larsen  Toubro Limited *

 *www.larsentoubro.com*

 This Email may contain confidential or privileged information for the
 intended recipient (s). If you are not the intended recipient, please do
 not use or disseminate the information, notify the sender and delete it
 from your system.

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get

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

2013-05-24 Thread Bhavani Kapparmath
Hi Bevan,
Looks like devenv.com resolved thee issue.
Befor i posted this issue, i used this devenv.com as a last try to resolv the 
issue.
Your reply on the same  confirmed it more n gave me more confidence on the fix.
What i m not sure is devenv failed always, but devenv.com resolved. Any idea 
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), devenv.exe is what you run for an interactive 
session, devenv.com for batch processing.

Some background. If you don't specify an extension, the shell looks for 
possible programs to run by trying various extensions. I #think# it uses this 
order: bat, cmd, exe, com. So specifying devenv works just like devenv.exe.

Keep smiling
Bevan



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 from NAnt fails

Hi Bevan,

Thank you for the quick response.
I was using just devenv. Later changed to devenv.exe. Same failure results.
You want me to try devenv.com?

We are not using MSbuild, since we have one setup project(deployment project).

Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: bevan.a...@clear.net.nz [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 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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.

Hope this helps,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users@lists.sourceforge.net

Hello All,

We are facing issue with building VS2010 from NAnt. Below are the details:


• We migrated our project from Visual studio 2005 to Visual studio 2010.

• Post migration, we are seeing build issue in the build server 
machine. Details are below.

• Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

• Building with VS 2010 causes a number of projects to start but do not 
finish.

The only message appears in the log ( which is generated by /log switch of 
devenv command) is :

Rebuild All started:Project:DWRAPPER, Configuration:BuildWithPortalSVC Win 
32-

Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC Win 32---

• Count of project failure like above is not the same for every build.

• Building the project(solution file) in IDE is fine and also from the 
Command line with devenv.

• Here is the command in Nant.

[The entire original message is not included.]
Larsen  Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


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

2013-05-24 Thread bevan . arps
Devenv.Com is designed for use for batch automation; Devenv.Exe is how the 
interactive IDE is launched.


From MSDN:


The devenv.com utility provides for the delivery of output through standard 
system streams, such as stdout and stderr, and determines the appropriate I/O 
redirection when it captures output, for example, to a .txt file.


I never tried to automate Visual Studio 2005, so it’s possible that using 
devenv.EXE worked just fine for that version; for later versions, it doesn’t.


One last thought: Deployment projects are deprecated in Visual Studio 2010 - 
and they’re not supported at all by Visual Studio 2012. I’d suggest that you 
add some tasks to your product backlog (or equivalent) to migrate away from 
.vdproj projects (I’d recommend moving to WiX); once that’s complete, you’ll be 
able to move the rest of your builds to MSBuild and leverage it’s speed and 
reliability.


Cheers,

Bevan.




Sent from Windows Mail



From: Bhavani Kapparmath
Sent: ‎Saturday‎, ‎25‎ ‎May‎ ‎2013 ‎3‎:‎38‎ ‎a.m.
To: Bevan Arps; nant-users@lists.sourceforge.net

Hi Bevan,
Looks like devenv.com resolved thee issue.
Befor i posted this issue, i used this devenv.com as a last try to resolv the 
issue.
Your reply on the same  confirmed it more n gave me more confidence on the fix.
What i m not sure is devenv failed always, but devenv.com resolved. Any idea 
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), devenv.exe is what you run for an interactive 
session, devenv.com for batch processing.

Some background. If you don't specify an extension, the shell looks for 
possible programs to run by trying various extensions. I #think# it uses this 
order: bat, cmd, exe, com. So specifying devenv works just like devenv.exe.

Keep smiling
Bevan



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 from NAnt fails

Hi Bevan,

Thank you for the quick response.
I was using just devenv. Later changed to devenv.exe. Same failure results.
You want me to try devenv.com?

We are not using MSbuild, since we have one setup project(deployment project).

Kind regards,
Bhavani Kapparmath.
Tel # +91 080 6624 3452

The information contained in this email has been classified:
(  )  Larsen  Toubro Limited  -  General Business
(X) Larsen Toubro  Limited  -   Internal Use
(  )  Larsen Toubro  Limited  -  Confidential
(  )  Larsen  Toubro Limited  -  Proprietary

From: bevan.a...@clear.net.nz [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 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 MSBuild (like a .vdproj msi deployment project), MSBuild can be a 
more reliable choice.

Hope this helps,
Bevan.


Sent from Windows Mail

From: Bhavani Kapparmath
Sent: ‎Friday‎, ‎24‎ ‎May‎ ‎2013 ‎8‎:‎15‎ ‎p.m.
To: nant-users@lists.sourceforge.net

Hello All,

We are facing issue with building VS2010 from NAnt. Below are the details:


• We migrated our project from Visual studio 2005 to Visual studio 2010.

• Post migration, we are seeing build issue in the build server 
machine. Details are below.

• Win 7 Professional SP1 versioned OS build machine is setup with 
Cruise control and NAnt script for automated builds with devenv.

• Building with VS 2010 causes a number of projects to start but do not 
finish.

The only message appears in the log ( which is generated by /log switch of 
devenv command) is :

Rebuild All started:Project:DWRAPPER, Configuration:BuildWithPortalSVC Win 
32-

Rebuild All started:Project:XYZ, Configuration:BuildWithPortalSVC Win 32---

• Count of project failure like above is not the same for every build.

• Building the project(solution file) in IDE is fine and also from the 
Command line with devenv.

• Here is the command in Nant.

[The entire original message is not included.]
Larsen  Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s). If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic