Tagged Questions
The nightly-build tag has no wiki summary.
22
votes
15answers
2k views
10
votes
7answers
7k 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 program database ...
6
votes
6answers
373 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 does it not?
A bit ...
6
votes
10answers
837 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 build/test. But ...
5
votes
5answers
1k views
How do I automatically set assembly version during nightly build?
We have a nightly build process that automatically versions all C++ projecs. Here's how it works. There's a common header file VersionNumber.h that has a specific #define for the version number. The ...
5
votes
10answers
667 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, and where?
Do your ...
4
votes
1answer
320 views
How do I use nightly builds of scala with maven?
Recently I wanted to try some of the new features in Scala 2.9 in a small project. I would like to use maven for building it. How can I tell Maven to use the latest nightly build of Scala 2.9? If ...
4
votes
2answers
194 views
Movement towards continuous integration in progress, any suggestions?
We have a bunch of C/C++ modules and projects for QNX4, QNX6 and Linux. All of these are written in Eclipse/QNX Momentics and we use Project Sets (psf files) to combine different modules into projects ...
4
votes
5answers
168 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 team are becoming ...
2
votes
3answers
262 views
Release build vs nightly build [closed]
A typical solution is to have a CI (Continuous Integration) build running on a build server: It will analyze the source code, make build (in debug) and run tests, measure test coverage, etc.
Now, ...
2
votes
1answer
280 views
NANT, Cruise Control and ASP.net 4.0
Does anyone know of a good resource for basic samples for both a NANT.Build file and a CCNet.Config file entry for nightly build on an ASP.net 4.0 application, having had a good look around online it ...
2
votes
3answers
1k views
CruiseControl.NET build nightly IfModificationExists since Last Build Label
I am using one server to build the same project both continuously and nightly; however I would like the nightly build to only build if a modification exists during the day. I am hoping to achieve ...
2
votes
3answers
468 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 system classpath. ...
1
vote
2answers
107 views
CruiseControl.net daily build best practices using Subversion
I am planning to have a daily build in CruiseControl.net using subversion. I would like to find out if it is better practice to pull down the code and get the revision number or tag the Subversion ...
1
vote
1answer
59 views
How long does it usually take for bug fixes in the Webkit nightly build to hit Chrome/Safari updates?
How long does it usually take for bug fixes in the Webkit nightly build to hit Chrome/Safari updates?
This is one I have been looking forward to:
https://bugs.webkit.org/show_bug.cgi?id=22102
...
1
vote
1answer
162 views
Mercurial Repository Nightly Pull from a subdirectory on a server
I am attempting to run a Windows batch script nightly to pull a fresh copy of data to my local hard drive from a Mercurial repository, overwriting any data I have locally. The server on which the ...
1
vote
2answers
171 views
How to develop a Nightly Builder
I was told to create a tool like a Nightly Builder for a JUnit project. It's a client-server project with oracle database.The tests are based on QTP. Also there is a test interface written on C#. The ...
1
vote
4answers
270 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 looking forward ...
1
vote
3answers
129 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' of figuring out ...
0
votes
3answers
55 views
what are some of the industry wide used continous integration tool , nightly build system for Python based program
what are some of the industry wide used continuos integration tool , nightly build system for Python based program.
We want to automate the a lot of manual testing and then use daily running system ...
0
votes
1answer
45 views
What is the difference between a nightly build and continuous integration?
What is the difference between nightly builds and continuous integration? Is it just the frequency of checkin/build/test? For example, if a nightly build process were run every hour or every minute ...
0
votes
2answers
90 views
Is there a nightly build for BETA_JAVA7 branch of Eclipse
I want start with the Java 7 development. But the current Eclipse IDE does not support Java 7. There is a BETA_JAVA7 branch. Is there a nightly build available? Or is the only solution to compile the ...
0
votes
1answer
142 views
Hudson: Build nightly only when codebase or snapshot dependency is changed
I have a separate job to build a project during the night. But I only want to build it if the code of the project is changed or snapshot dependency of the project is built.
Building a project nightly ...
0
votes
1answer
35 views
How can I do continous integration and nightly builds on the same clone
We are trying to switch from SVN to HG right now.
We are using continuous integration with CruiseControl.NET on a special crafted build server which is running well.
Additionally we started a nightly ...
0
votes
1answer
273 views
Can I initiate Intellij IDEA indexing as the last step of a nightly build?
During our nightly builds, we pull down the latest committed checkins from a multi-site source control repository and merge our local source changes on top and compile/build. This leaves us with ...
0
votes
1answer
136 views
Nightly build for VB.NET program, Versioning
I currently have a nightly build system running as a windows scheduled task, calling at batch file, that works sort of like this:
Check out the latest revision from subversion
Modify the ...
0
votes
1answer
305 views
nightly build Script for SubVersion
I have prepared a solution with multiple projects with Netbeans IDE versioned under Linux with Subversion.
I would like to prepare a script that automatize nightly build creation:
- checkout latest ...
0
votes
1answer
23 views
Exceptions from Buildbots PeriodicScheduler intervals?
Buildbots Periodic scheduler triggers builds at fixed intervals (e.g. every 30 minutes). But there are certain times (e.g. at night, during the weekend or while regular maintenance is performed) where ...
0
votes
2answers
428 views
run buildbot on Windows XP
I recently stumbled over buildbot and wanted to give it a try.
My problem is that I have to run it under Windows because we don't use Linux on workstations or servers in my company.
I've already ...