Hello guyz... i am new to this continous integration tool..named Bamboo .. could someone point me to the right direction where i can get information about how to setup this bamboo .. how to write scripts for automatic deployment for different environments... thank you in advance....
...
I have a visual studio 2008 solution with multiple c# library projects, a Web Project and a Wix Setup project. The setup project takes about 2 minutes to build.
Currently when I do a build, it will build every project, including the setup project.
I want to be able to build all projects, excluding the wix project when using the debu...
I've got a couple questions about .net console applications.
I created the console app, and included a solution file during the create, but when I open the solution file, it only shows the project, not the solution. Why doesn't the solution load in the solution explorer?
Also, I don't seem to be able to build the project in 'Release' m...
I'm trying to install libjpeg on os X to fix a problem with the Python Imaging Library JPEG setup.
I downloaded libjpeg from http://www.ijg.org/files/jpegsrc.v7.tar.gz
I then began to setup the config file
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure –enable-shared
However, the enable-shared fl...
Hi,
I have a problem related to creating an instance of a WCF ServiceHost withing a set of unit tests and a project that is build within an integration build in TFSBuild. The code used in the unit test is:
[TestMethod]
public void Service_Can_Be_Dynamically_Hosted()
{
ServiceHost host = new ServiceHost(typeof(DiscoveryService));
...
Environment:
Visual Studio 2008
Release build
Generate serialization assembly "Auto" or "On"
It fails with
Error 1 The specified module could not be found.
(Exception from HRESULT: 0x8007007E) C:\Path\Projects\Project\Project\ SGEN
if I either use Debug build or set the serialization assembly to "Off" in the Release build t...
I've downloaded the Qt SDK and am trying to get started on my first Qt application using Qt Creator.
Using the wizard from the opening splash screen I selected "Qt4 Gui Application" and it threw together a little project for me.
When I try to build that project (without making any changes) I get build errors:
Running build steps for ...
I have a little private Google code project. For a SCM I use Mercurial. And for the local build i would like to use nant.
So basically:
I would like to download my source files from a known mercurial repository using a nant task
I would like to somehow get the revision number of the repository so that I can assemble a nice little asse...
Eclipse 3.5 added support for relative buildpath/classpath items, yet I cannot seem to find a graphical way to add relatively pathed items. The example in new and noteworthy (search the page for 'relative', about 40% of the way down) seems to indication I have to manually edit the .classpath file. Am I just missing something?
...
I'm a big fan of giving candidates practical tests during the interview process. It's relatively straightforward to give a developer candidate a programming test or a tester candidate a sample app to see how they would test it, but I'm not so sure what to do with a build engineer.
Added to this difficulty is the fact that I've come acr...
In my C++ project, I have a convention where whenever the macro DEBUG is defined, debugging printf-esque statements are compiled into the executable.
To indicate whether or not I want these compiled into the executable, I normally would pass the macro name to gcc with the -Dmacro option. So, in the Makefile I (currently) have:
CXXFLAG...
I'm using Netbeans 6.7.1 and I have an application which uses the JOGL libraries.
I can run my application just fine, but when I try to build it, I get this error:
C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\RAGEUI\nbproject\build-jogl-template-impl.xml:12: The following error occurred while executing this li...
Hi Everyone,
Sometimes one wants to really hate the Apple development environment. Seriously, does it need to be this complicated?
My problem is this. I am no longer able to build my project to the Simulator. I am getting the following errors. I realize it is a linker error - what I dont understand is 1) why this suddenly is no l...
Hello,
I am currently running Windows Vista Home Premium, and I have developed an application with my friend using QT Creator. We are now trying to deploy our application as just one executable, so we are trying to do a static build. We have added CONFIG += static in our .pro file.
We are using this documentation to help us:
http://d...
I moved one of my VS projects (C#) from one machine to another (SVN checkout) and when I'm trying to build it there I'm getting the following error:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions
property for more information.
That doesn't give too much information about the nature of the problem. Th...
I want to set up automated build using CMake on Windows. I am using Visual Studio 2005.
Update: Here is what I am using:
I set devenv.exe to my PATH. Then to build I run the command below. I am using Hudson to build.
devenv Crackpot.sln /build Debug /project ALL_BUILD
As per http://blogs.msdn.com/aaronhallberg/archive/2007/06/29/buil...
Hi,
I am building a modular project and am looking for the best way to enable us to build multiple skews of this product for different customers. It needs be to done inside the build process so as not to allow the customer to change the value in a config file to enable a module.
My best guess would be some kind of set of environment va...
I'm trying to build a continuous builder for my latex document, which calls latex and bibtex the appropriate number of times. It checks the myfile.fls file for all the inputs, so it seems I know what all the inputs are.
But how can I tell when to stop iterating? It is enough that none of the inputs change? Note that the input files incl...
I have the following project structure:
root/
comp/
env/
version/
build.xml
build.xml
build.xml
Where root/comp/env/version/build.xml is:
<project name="comp-env-version" basedir=".">
<import file="../build.xml" optional="true" />
<echo>Comp Env Version tasks</echo>
...
When I do this command :
sudo port clean sqlite3
sudo port install sqlite3
I get this error :
---> Computing dependencies for sqlite3
---> Fetching sqlite3
---> Verifying checksum(s) for sqlite3
---> Extracting sqlite3
---> Configuring sqlite3
---> Building sqlite3
Error: Target org.macports.build returned: shell command " cd "...