4
votes
5answers
108 views
How important is fixing the nightly build promptly?
We have an automated build server that builds our code nightly, which is useful for us since not everyone on our team can build the entire source tree. Lately, some members of the …
5
votes
10answers
469 views
What artifacts to save for a nightly build?
Assume that I set up an automatic nightly build. What artifacts of the build should I save?
For example:
Input source code
output binaries
Also, how long should I save them, …
1
vote
6answers
174 views
Are daily builds the way to go for a web app?
Joel seems to think highly of daily builds. For a traditional compiled application I can certainly see his justification, but how does this parallel over to web development -- or …
13
votes
15answers
852 views
Nightly Builds: Why should I do it?
Why should I do Nightly Builds?
7
votes
7answers
1k views
Compilation fails randomly: “cannot open program database”
During a long compilation with Visual Studio 2005 (version 8.0.50727.762) I sometimes get the following error in several files in some project:
fatal error C1033: cannot open progr …
1
vote
3answers
174 views
Running Nightly Builds as XP Scheduled Task - Classpath Issue
I'm running JUnit nightly builds on my computer as a scheduled task in Windows XP. My application uses Jaxb, therefore some of the tests need to reference xsd schemas using the sy …
1
vote
4answers
128 views
nightly build and virtual machines
At my place we are writing server side applications (WCF services) and we are looking forward automate the installation and run it in our nightly build process...
Moreover, we are …
5
votes
10answers
425 views
Do you use nightly builds for hobby projects?
As probably 99% of the Stackers here I have quite a few Hobby projects running simultaneously, and I try to keep them under source control and get them to the point of the one-step …
1
vote
3answers
76 views
Multiple Apps in Multiple Languages on different OS’s. Should I attempt a unified Test Harness ?
I am the newest member of a project that is an amalgam of various Applications written in various Programming Languages on both Unix and Windows operating systems. I get the 'honor …
