Tagged Questions

0
votes
0answers
16 views

How can a build system support code generation but force declaration of all external dependencies?

I'm currently working on a build tool where its come up that it would be desirable to support code generation. Currently the tool simply compiles any out of date C and C++ source files it finds in the …
6
votes
3answers
332 views

Are there any libraries/frameworks for SCons?

Each project using SCons seems to be reinventing the wheel. I would be glad to take someones directory layout, and/or solution for variant builds(debug/release), and/or testing framework, and/or best …
0
votes
1answer
27 views

How to enable verbose output using the ant task and inheritall=”false”

When starting a build in verbose mode (ant -v) the verbose mode is not propagated to the "subants". The ant task looks like this: <ant antfile="${buildproject}" inheritall="false" …
4
votes
5answers
142 views

What is currently the best build system.

A few years ago I looked into using some build system that isnt Make, and tools like CMake and SCons seemed pretty primitive. I'd like to find out if the situation has improved. So, under the …
1
vote
1answer
22 views

Tools to diagnose slow compile/build reasons

In a number of situations as a programmer, I've found that my compile times are slower than I would like, and I want to understand the reason and fix them. Particular language (yes, I'm using C/C++) …
1
vote
4answers
48 views

Maintaining same piece of code in multiple files

I have an unusual environment in a project where I have many files that are each independent standalone scripts. All of the code required by the script must be in the one file and I can't reference …
0
votes
1answer
21 views

Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the parent area?

This is a follow-up question to my original query: http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm Now that I have this …
9
votes
5answers
296 views

How does C# compilation get around needing header files?

I've spent my professional life as a C# developer. As a student I occasionally used C but did not deeply study it's compilation model. Recently I jumped on the bandwagon and have begun studying …
2
votes
3answers
224 views

How to build a class library with Nant

How do I go about compiling a .net 3.5 class library into a dll with Nant (0.86)? This is what I have so far: How do I go about referencing a system dll in the GAC? This line done seem to work. …
7
votes
1answer
84 views

Infrastructure required for TDD?

Hi all, I am 'relatively new' to unit-testing and TDD. Only more recently have I completed my first production application that has (at least in theory) 100% code coverage. I have done unit-testing …
2
votes
4answers
234 views

IllegalAccessError when calling ant script from maven-antrun-plugin

I just updated Maven from 2.0.9 to 2.2.1 and I'm getting the following exception when running a maven build: INFO] [antrun:run {execution: precompile-jsp}] [INFO] Executing tasks default: jspc: …
0
votes
1answer
20 views

buildbot: run svn with --trust-server-cert

I am trying to install buildbot for my project. I always run my svn commands with trust-server-cert option. How can I pass that to SVN thru buildbot? I don't see there is a way for doing that. What …
1
vote
1answer
47 views

Compiling on Linux and Mac OSX: Working with Xcode build and make?

I'm writing a plain C project. I'm using a Mac and I like working with Xcode and I want to use the Xcode project and build environment. I'd like to be able to build it on other platforms though. Not …
2
votes
4answers
140 views

How to learn about building tools in linux ?

Hi SO Friends, I am writing code in embedded linux since last couple of years, I use make utility to build my code and I am not at all an advance user of it. But now, It is necessary to have better …
0
votes
2answers
37 views

Deployment: Build on production machine or not?

I have an automated deployment process for a Java app where currently I'm building the app on a build machine, checking the build into scm, and having the production machine pull the build artifact …

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