I want to recursively delete files that match a certain pattern as part of my post-build cleanup routines in TFS Build. I\'ve tried this...
EDIT: Added some of the output of the mvn -X -e commands at the end My company is developing a GWT application. We\'ve been using maven 2 and GWT 1.7 successfully for quite a while. We recently decid
I\'m starting to use WiX in order to do automated builds to create msi\'s of my c# projects and am experiencing the error \"Undefined preprocessor variable \'$(var.MyProject.TargetDir)\'\"
I have \"inherited\" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 an开发者_StackOverflowd not much m
My version number looks like 开发者_如何学Go0.1.3 and has two components: 0.1 (the tag) 3 (commits after tag)
How can I specify some unique flags for DLL only builds. By default libtool adds -DDLL_EXPORT which is fine for most projects that follow GNU conventions, but if I work, for example, with Boost I may
I\'m trying to build our web application automatically. I need to be a开发者_如何学Goble to copy the VB6 DLL\'s to a server and register them since the webapp is using them as a backend. I can\'t seem
I\'ve got a lot small projects (at home as well as at work). I\'m writing a script to automate releases. I\'m doing it in my free time to learn Python.
There are some build systems that are able to generate platform specific project files like Visual Studio sln,vcproj,开发者_如何学JAVAvcxproj files or XCode xcodeproj projects under OS X.
How can I remotely execute a commands on a Windows box as part of a build process? If it matters, I want to initiate the commands from 开发者_StackOverflow社区a linux machine which is performing the