0
votes
2answers
41 views
How can I debug (preferably in an IDE) an MSBuild script?
Hi,
We use MSBuild quite extensively as part of our continuous integration process, and whilst it is incredibly powerful and we can do practically all of our build, test and deplo …
0
votes
0answers
11 views
TFS MSBuild Strong name and code signing of assemblies.
I need to strong name and code sign my assemblies.
I dont want to change anything in Visual Studio, all changes must be on the TFS Build server.
Any know how I can do this?
0
votes
1answer
22 views
Execute Maven plugin goal on parent module, but not on children
We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and then check it into source control.
If I define the …
-1
votes
2answers
56 views
Interesting activities during a visual studio build process [closed]
Possible Duplicate:
What should I do while I’m waiting for the build / the tests / the database migrations to run?
Which is your favorite creative activity, when you …
1
vote
4answers
54 views
How are MS Visual C++ environments generally setup?
I come from a Java background, and the shop where I currently work refuses to use anything other than MS VC++ to build their legacy project. They don't appear to use any standards …
1
vote
0answers
22 views
Structure of NAnt build scripts and solution structure on build server
We're in the process of streamlining/automating build, integration and unit testing as well as deployment.
Our software is developed in Visual Studio where we have use both C# and …
3
votes
2answers
60 views
Why are my Visual C++ 2008 x64 builds 5x slower than x86 builds?
I've been trying to improve the build times for my product. We're using continuous integration, and our builds are now taking 2 hours to run.
I've looked at the NANT timings and …
0
votes
0answers
11 views
LNK4086 warning and missing dll entrypoint in VS2008 asm build
I tried to compile the following .asm file in VS2008 (as part of an empty Win32 dll project to which I added this single .asm file):
.386
.model flat, stdcall
option casemap:non …
0
votes
1answer
28 views
“Please wait while Windows configures Microsoft Visual Studio 2008”
I get the message "Please wait while Windows configures Microsoft Visual Studio 2008..." whenever I build the install project for my application. It configures VS for a while, then …
0
votes
2answers
28 views
How to keep track of the SCM revision in the build versions automatically?
I want to look at a production binary and know which revision in the SCM corresponds to that build. How it is possible? Can I accomplish that in Visual Studio using VSS?
6
votes
3answers
148 views
Automate pimpl’ing of C++ classes — is there an easy way?
Pimpl's are a source of boilerplate in a lot of C++ code. They seem like the kind of thing that a combination of macros, templates, and maybe a little external tool help could solv …
0
votes
3answers
36 views
Why does configure.sh think win32 is Unix?
I'm trying to build an application from source in windows that requires some Unix tools. I think it's the apparently standard ./configure; make; make install (there's no INSTALL fi …
3
votes
5answers
82 views
In Visual Studio, what does the “Clean” command do?
You know, the one that outputs this=>
------ Clean started: Project: Foo.Bar, Configuration: Debug Any CPU ------
========== Clean: 1 succeeded, 0 failed, 0 skipped ========= …
0
votes
1answer
18 views
Getting around redundant dependency limitation in Ant?
The limitation I'm referring to is documented here.
Essentially, in my build script if I want to do a clean, build and then another clean I'm hitting an issue because Ant consider …
1
vote
3answers
51 views
Maven - which projects or techologies you are using it for?
I've been leading rather large project that strives to "Mavenize" various testing apps produced by the engineering tools group over past 5+ years to test and optimize our home-buil …
