Re: MSBuild VC++ User settings

2013-01-10 Thread Simon Stevenson
Are you specifically putting settings in this file? Generally it is just
IDE settings and shouldn't be needed for building. What is radiated
output?

If you are using it to define build parameters, you should be able to pass
those on the msbuild command line instead.

On 10 January 2013 10:20, mwpowellhtx mwpowell...@gmail.com wrote:

 Well, I sort of half answered my own question.

 Configuration tends to land in the form:
 ProjectName.vcproj.COMPUTER.USER.user.

 I need for it to land in a general manner that Jenkins CI can work with
 when MSBuild sees it.

 i need that to pick up radiated output. I might look at other ways to
 capture that that aren't as settings specific.


 On Wednesday, January 9, 2013 5:15:40 PM UTC-6, slide wrote:

 What configuration do you mean?

 Sent from my Windows Phone
 --
 From: mwpowellhtx
 Sent: 1/9/2013 4:05 PM
 To: jenkins...@googlegroups.com

 Subject: MSBuild VC++ User settings

 Hello,

 Probably more a VS2008 and/or MSBuild question, but I'll ask here anyway

 I've got a VS2008 VC++ project that I want to build from Jenkins. The
 trick is, VS2008 wants to store its configuration in a machine / user
 specific USER file.

 Is there a way to include a global (any machine / any user) USER file?

 Regards,

 Michael




RE: MSBuild VC++ User settings

2013-01-09 Thread Alex Earl
What configuration do you mean?

Sent from my Windows Phone
--
From: mwpowellhtx
Sent: 1/9/2013 4:05 PM
To: jenkinsci-users@googlegroups.com
Subject: MSBuild VC++ User settings

Hello,

Probably more a VS2008 and/or MSBuild question, but I'll ask here anyway

I've got a VS2008 VC++ project that I want to build from Jenkins. The trick
is, VS2008 wants to store its configuration in a machine / user specific
USER file.

Is there a way to include a global (any machine / any user) USER file?

Regards,

Michael


Re: MSBuild VC++ User settings

2013-01-09 Thread mwpowellhtx
Well, I sort of half answered my own question.

Configuration tends to land in the form: 
ProjectName.vcproj.COMPUTER.USER.user.

I need for it to land in a general manner that Jenkins CI can work with 
when MSBuild sees it.

i need that to pick up radiated output. I might look at other ways to 
capture that that aren't as settings specific.

On Wednesday, January 9, 2013 5:15:40 PM UTC-6, slide wrote:

 What configuration do you mean? 

 Sent from my Windows Phone
 --
 From: mwpowellhtx
 Sent: 1/9/2013 4:05 PM
 To: jenkins...@googlegroups.com javascript:
 Subject: MSBuild VC++ User settings

 Hello,

 Probably more a VS2008 and/or MSBuild question, but I'll ask here anyway

 I've got a VS2008 VC++ project that I want to build from Jenkins. The 
 trick is, VS2008 wants to store its configuration in a machine / user 
 specific USER file.

 Is there a way to include a global (any machine / any user) USER file?

 Regards,

 Michael