build

qmake and QT_INSTALL_PREFIX. How can I select a new location for Qt library?

I am new to qmake and I am trying to build an existing application. Qt was originally installed in /usr/local/lib/Qt-4.3.5 and 'qmake -query QT_INSTALL_PREFIX' returns that path. I have moved the Qt library to another location and the generated Makefiles are peppered with the /usr/local original path. How can I force qmake to use the n...

TFS Build Agent not responding

Hello, I came across an issue I can't resolve, here are the details: I am using TFS2008 in my APPTier and in my Build Agent. Initially I installed everything in the Apptier server (including the build agent), and I was able to start an build in the Apptier(and build) server. Now, I have to create a new Build agent in a different server...

How to get TFS Build notification Status

Hi, I want get that Build status in TFS(whether it is succeeded or failed).Which classes and methods can be used for this purpose. Thankyou somuch for your help. ...

ANT - Run a single target but without dependencies

I know how to run a single target in ANT, but it also checks the "depends" attribute and runs those before the target. Is there a way to prevent this or a way to structure my ANT file so that I can do this more easily? ...

How can I stop execution for ALL exceptions during debugging in Visual Studio?

In my code, I currently have an exception handling setup which logs exceptions to text files. When I'm debugging the code, however, I'd rather not handle the exceptions and let execution stop rather than read the file, set a breakpoint, etc. Is there an easy way to do this using the Build and Release configurations (something like a pr...

What's the difference between compilation debug="false" and Release mode?

In ASP.NET, what's the difference between building a project with in the Web.config and with Release mode in the Configuration Manager? When would you use one and not the other? ...

How would you create this solution in visual studio?

I have project X, fully operational that compiles into X.exe I have project Y, it has a reference to project X, and compiles to: Y.exe; Y.dll I build project X's solution and the release folder has: X.exe I build project Y's solution and the release folder has: X.exe, Y.exe, Y.dll How do I remove the extra X.exe in project Y? ...

Problems building a VB.NET 2008 express project referencing a dll

I have written a program in VB.NET 2008 Express that references a .NET managed dll. I simply added a reference to the dll to the project. I then 'Imports' the dll at the beginning of the program and then can use it. Everything works fine when I am running the program in debug mode (and it uses the dll as intended), but as soon as I go to...

How can I add class folders into Eclipse?

Say Eclipse is set to compile to a build directory at 'bin' and I have a folder structure with various Java .class files (precompiled) which I won't to copy into the folder 'bin' on compile. How do I go about achieving this? ...

PHP 5.2.9 build fails on zend_execute.lo - out of memory?

I'm trying to get PHP compiled with EXIF support. Every time I try to build PHP 5.2.9 on my virtual dedicated server running CentOS 5.3, it fails when it gets to building zend_execute.lo. I tried compiling just that file by itself, and it fails. Says out of memory allocating [####] bytes after... something. How can I get PHP compiled...

How do I find the current time and date at compilation time in .net/C# application?

I want to include the current time and date in a .net application so I can include it in the start up log to show the user what version they have. Is it possible to retrieve the current time during compilation, or would I have to get the creation/modification time of the executable? E.g. Welcome to ApplicationX. This was built day-...

What's the best Scala build system?

I've seen questions about IDE's here -- Which is the best IDE for Scala development? and What is the current state of tooling for Scala?, but I've had mixed experiences with IDEs. Right now, I'm using the Eclipse IDE with the automatic workspace refresh option, and KDE 4's Kate as my text editor. Here are some of the problems I'd like to...

Using Maven to setup a Drupal PHP project

What do I want to achieve? We are currently working on a PHP project that uses Drupal. I desperately want to learn how to create a One-step build for the whole project. Preferably by using something new (for me) that seems very powerful: Maven Basically I want to automate the following process: Checkout Drupal from the official CVS ...

How do I use Qt and Scons together?

Dear all, I'm looking to use SCons as my prefered method of building my mainly Qt based applications. I'm just learning SCons and I'm struggling to find documentation or tutorials on the topic. Can anyone point me in the right direction please? This is a start but is there anything better out there? (I work mainly on Windows) Kind ...

Xcode: Running a script before every build that modifies source code directly

What I did: I have a script that Read some configuration files to generate source code snippets Find relevant Objective-C source files and Replace some portions of the source code with the generated code in step 1. and a Makefile that has a special timestamp file as a make target and the configuration files as target sources: SRC =...

Customized Drupal with pre-installed modules

I heard in Joomla world they sometimes create so called builds - Joomla installs targeted for specific kind of site. Is there something similar for Drupal? Someone may have likely created e.g. Company site with the same set of pages time and again, and it's possible that such builds are offered somewhere. I don't know how personal or co...

Ant copy file to leaf directory

I'm trying to use Apache Commons Configuration and using ant for my build tool. I have one namespaced class, and when ant builds it of course sub-directories. I need to put my .xml configuration file in the leaf directory (ie: ${build}/com/cross/xxx/). Is there an automated way to do this, or do I just manually configure the path of t...

How do I reference a classpath from Gradle 0.6

I have a project using Gradle as the build tool and I have to make use of the Java ant task. One of the sub elements in this task is a reference to a classpath and I would like to use refid. The build script uses Gradle's WAR plugin. Since the compile task works without any problem I know that the classpath is set up correctly: depende...

Previous Versions/Builds of Internet Explorer

We write Web Applications. I have a client who is reporting an issue that seems that it may be related to a specific version of IE6. IE6.0.2900.2180 to be precise. Does anyone know where I can download specific historical builds of IE in order to test problems such as this? ...

Best hardware/software solution for parallel makes?

We've got a Linux-based build system in which a build consists of many different embedded targets (with correspondingly different drivers and featuresets enabled), each one built with another single main source tree. Rather than try to convert our make-based system to something more multiprocess-friendly, we want to just find the best w...