Hi, I reported same error here on 22 July:
http://groups.google.com.ag/group/ccnet-user/browse_thread/thread/e611249141c1ab7f/bb060fd7d70cd4ce?lnk=gst&q=devenv#bb060fd7d70cd4ce Seems like no-one interested/can help. Essentially, cc.net seems broken for devenv task. I used msbuild (works also with Visual Studio 2005 Visual C++ projects too as it calls vcbuild under the covers for those projects since they are only in msbuild format with Visual Studio 2010). Msbuild seems to run ok. HTH. On 30 Jul., 17:49, sanjeev <[email protected]> wrote: > What's the error message which gets thrown? > > On Jul 26, 7:58 pm, ramesh kumar <[email protected]> wrote: > > > Hi, > > > I was not able to do a build usingDevenv.exe in the configuration > > file. I can able to get the latest file from the VSS but the while > > doing the build it fails and also i am not sure where the built file > > will be dropped in ??? . > > > Please find the configuratin file > > > <cruisecontrol> > > <project name="SYS"> > > <sourcecontrol type="vss" autoGetSource="true" applyLabel="true"> > > <executable>C:\Program Files\Microsoft Visual SourceSafe\ss.exe</ > > executable> > > <project>$/Project/Release3/UWB</project> > > <username>Ramesh</username> > > <password></password> > > <ssdir>c:\vss\</ssdir> > > <workingDirectory>C:\Project\</workingDirectory> > > <cleanCopy>true</cleanCopy> > > </sourcecontrol> > > > <triggers> > > <intervalTrigger seconds="60" /> > > </triggers> > > <tasks> > > <devenv> > > <solutionfile>c:\Project\UWB.sln</solutionfile> > > <configuration>Debug</configuration> > > <buildtype>Build</buildtype> > > <executable>C:\Program Files\Microsoft Visual Studio > > 8\Common7\IDE\devenv.com</executable> > > <buildTimeoutSeconds>60</buildTimeoutSeconds> > > </devenv> > > > </tasks> > > > <publishers> > > <xmllogger /> > > </publishers> > > > </project> > > </cruisecontrol> > > > Thankking you in advance for your kind co operation.
