Re: MSBuild Visual Studio

2014-03-13 Thread Sébastien Lachance
Hello, I ran into the same problem as you. I'm old enough that I play with DOS short path when I was teenager that he saved me here!! The solution, use this path: C:\PROGRA~2\MSBuild\12.0\Bin\MSBuild.exe ArchieCoder On Wednesday, 19 February 2014 11:01:12 UTC-5, Jmata wrote: Hello Guys,

MSBuild Visual Studio

2014-02-19 Thread Jmata
Hello Guys, Im running into a small issue in regards to the MSBuild Plugin . All setting seem to be correct in our configuration path, (pointing to the correct path C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe As soon as we run a build job we get the following error. msbuild.exe' is not

Re: MSBuild Visual Studio

2014-02-19 Thread Mark Waite
You could add a build step which executes a Windows batch to echo %PATH%. I suspect that the PATH (or other environment) setting is not what you want when running that job. On Wed, Feb 19, 2014 at 9:01 AM, Jmata jmat...@gmail.com wrote: Hello Guys, Im running into a small issue in regards to

RE: MSBuild Visual Studio

2014-02-19 Thread David Aldrich
\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe (set in the Jenkins project config page) David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jmata Sent: 19 February 2014 16:01 To: jenkinsci-users@googlegroups.com Subject: MSBuild Visual Studio Hello Guys