Tagged Questions

4
votes
2answers
67 views

Getting started with autotools

Anyone recommend how a person could get started with autotools in building a C project?
2
votes
2answers
36 views

Team City Command Line Build Runner

In Team City, we are currently using a command line build runner. While it works just fine, we don't get any output shown in the Team City log. We essentially get a notification …
4
votes
3answers
82 views

Visual Studio Build statistics

Hi, I'm interested in how much time I am spending on building my projects every day. Is there any existing tool which provides such statistics? Thanks!
2
votes
1answer
37 views

How do I share a label value between multiple CC.NET builds?

I have two projects set up in CC.NET: CI build and daily build. Both of them execute the same nant script, but with different parameters. The CCNET label (currently generated by …
1
vote
2answers
24 views

Advice on creating self contained project, and distributing a web server with the source code

Hi, I need some advice on configuring a project so it works in development, staging and production environments: I have a web app project, MainProject, that contains two sub-proj …
2
votes
1answer
45 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 …
0
votes
1answer
54 views

Powershell script to enable ‘IIS Management Scripts and Tools’

After looking around (for not terribly long I have to admit) I wonder if anyone can point me to a Powershell script that checks if 'IIS Management Scripts and Tools' is enabled and …
0
votes
2answers
26 views

Building a VS2008 .NET 3.0 solution without installing .NET 3.5 on build server

I am developing using 3.0 and VS 2008. The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the …
3
votes
1answer
36 views

Continuous Integration with Teamcity and Clearcase

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size p …
0
votes
0answers
13 views

How can I copy files in the middle of a build in Team System?

I have two solutions that I want to include in a build. Solution two requires the dll's from solution one to successfully build. Solution two has a Binaries folder where the dll' …
1
vote
3answers
74 views

Programming Definitions: What exactly is ‘Building’.

What does it mean to BUILD a solution/project/program? I want to make sure I have my definitions correct (so I don't sound like a idiot when conversing). In IDE's, you can (corre …
0
votes
1answer
42 views

CruiseControl.NET: Building a project in Debug and Release configurations.

I am using CruiseControl.NET to build a C# project. I am using an msbuild task to achieve this. I want to build the project in both Debug and Release mode irrespective of whether e …
15
votes
30answers
1k views

What are the cool and interesting things that you do during build-automation?

I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to c …
0
votes
1answer
25 views

Tool for Merging Database Scripts

Hey all, I'm wondering if anyone has ever used a tool which will take a series of .sql scripts and a manifest file of some sort and merge them into one big .sql file according to t …
1
vote
1answer
68 views

How can I merge resource files in a Maven assembly?

I'm using Maven and its assembly plugin to build a distribution package of my project like this: one project assembles a basic runtime (based on Felix), with the appropriate dire …

1 2 3 4 5 24 next
15 30 50 per page