The sequence of actions required to construct a software product or executable application, or the system which performs such actions.
4
votes
0answers
184 views
Is there a way to programmatically generate an ovf file that can be used to kickstart an iso image on boot?
Similar to genisofs I want to be able to run a command on a box with minimal additional services and create an ovf and associated data files that reference an iso image and can be used to kickstart a ...
4
votes
0answers
276 views
Do I need a license to install VS 2010 premium or professional edition on a build server
We've got a few licenses for VS 2010 professional and Premium editions at work.
Do we need to buy an extra license to install VS on a build machine ??
Note: this is just to run some codedUI tests ...
3
votes
0answers
229 views
Tools for receiving build notifications in Skype group chat
My team uses skype group chat, and I would love to have a tool that could post notifications to our group chat.
I would like to avoid relying on an RSS feed, but it may come down to that. But even ...
3
votes
0answers
318 views
scons: How can I create a link to another repository's target if the target is built in the other repository
When I add a "Repository" to a SConstruct file (link), if any target in my repository has been built in this other repository ( and the dependencies haven't changed), then SCons will not build the ...
2
votes
0answers
211 views
Selenium WebDriver tests failure in TFS build process
I use ChromeDriver for web application testing. Unit tests work OK locally on my machine. But when I start automated test run on build server it fails with an exception on new ChromeDriver():
...
2
votes
0answers
311 views
Building SDL2 with NDK toolchain
I wonder if anyone did managed to build the fresh SDL2 with the toolchain of the Android NDK(r8d).
SDL2 seems to be very close to the release (since yesterday it isn't "UNDER CONSTROCTION anymore: ...
2
votes
0answers
107 views
Flexible directory structure for a cross-platform library?
I am seeking advice on how to design a flexible and logical directory structure for a cross-platform library. The library is intended to be portable to several UNIX-like operating systems and a few ...
2
votes
0answers
162 views
Specifying solution build order in the MonoDevelop
I have a C# solution being developed with MonoDevelop, there are a number of projects.
When the solution is being built, I need to make sure some project A is built after some other project B in the ...
2
votes
0answers
101 views
Customizing Auto-Build for multiple C++-Projects
Hy guys,
for a project at the university we're faced with the following problem:
For coverage analysis purposes we should instrument the code of several C++-Projects, which are automatically build ...
2
votes
0answers
275 views
Causes for slow build times of visual studio resource (.resx) files when using build solution in an asp.net website
I am working with an asp.net website and the App_LocalResources folders are very slow to compile. Could there be a problem with the resource files (.resx) files that would cause this? My language ...
2
votes
0answers
158 views
Is it possible to direct output from build scripts the Xcode build log?
Is there a way to direct output from Xcode build scripts to the build log window in Xcode?
I've see it claimed that that 'echo' will do this, but my results do not appear in Xcode, but in system.log ...
2
votes
0answers
280 views
Intermittent build error - cannot find header file
I am having a strange issue with a GNU Radio application I am working on. I have modified some of the processing blocks included with GNU Radio, and for some strange reason I get intermittent build ...
2
votes
0answers
259 views
Specify path to rule file using environment variable or macro?
In some of my Visual C++ project files I would like to specify the path to a rule file using an environment variable or macro.
I have tried editing the ToolFile element with a text editor:
...
2
votes
0answers
125 views
SGEN throwing an AccessViolation error
I have a build process using the sgen.exe tool to build Xmlserializer assemblies to optimize their use in a WinForms application. This application was originally written on the .NET 2.0 framework and ...
1
vote
0answers
45 views
Android ICS build errors
i'm trying to build Android ICS on i.MX6q board using 64-bit ubuntu 12.04
building android image is giving the following errors
============================================
...
1
vote
0answers
87 views
How to get latest code from TFService using alternate credentials?
as part of our continues integration process we want to get latest code from TFService in order to execute automated tests locally.
We already could download the latest builds, but we cannot execute ...
1
vote
0answers
24 views
Do I have to build my program on the oldest Linux OS minor version I want to support?
If I want my software to run on Red Hat Linux 6.0, do I have to build it on 6.0? Or can I build it on 6.3? (Similar question for 5.X) I'm asking a general question about runtime implications of ...
1
vote
0answers
26 views
Can i test the entity framework down() migration as part of my build and deploy process?
i use entity framework code based migrations. A simplified version of my workflow is...
Work against a local db, make changes to the model, test the up and the down migrations locally, commit code ...
1
vote
0answers
164 views
How can I make the Microsoft C++ compiler treat unknown flags as errors rather than warnings?
For various reasons, I would like to be able to script the detection of whether the MS C++ compiler honors a particular flag. I'm using the compiler from the Windows 7.1 SDK:
C:\> cl /version
...
1
vote
0answers
252 views
Maven Build is not including .class file in jar
I have looked through everything I can find on StackOverflow and I could not find an answer. I have just built out a new machine and I have projects that compiled and built on previous installations ...
1
vote
0answers
134 views
Visual studio 2012 Post Build EXE returns an error but not failing the build
I'm trying to run some exe file after my build is done that's verifies some stuff.
for this, i'm using the Post Build Hook from the build definitions and set "Treat Exe failure as build error" to ...
1
vote
0answers
234 views
Issues with multiple build template (xaml files) in project
I'm having trouble with my TFS Build project. I'm following the example from here as far as setting up the project in VS.
I have a project just for the custom activities and a separate project for ...
1
vote
0answers
193 views
XCode Copy Files build phase skips files sometimes
I followed this excellent tutorial to set up to build a framework I'm building for an iOS app.
http://spin.atomicobject.com/2011/12/13/building-a-universal-framework-for-ios/
I have everything ...
1
vote
0answers
26 views
Build system supports multiple output per target
I work in the field of bioinformatics. My daily work processes several data files (DNA sequences, alignments, etc..) and produce many result files, so I want to use something like Unix make to ...
1
vote
0answers
418 views
Output window VS2010 won't show any messages after builing solution
I am using Visual Studio 2010 Ultimate and suddenly the output window won't show any messages after building solution. For example:
1>------ Build started: Project: libdnet-stripped, ...
1
vote
0answers
182 views
Setting specific checkout change (build.vcs.number) for custom build in TeamCity with Perforce
When doing a TeamCity personal build from Perforce, is there any way to set a specific change number to checkout?
I suppose it means overriding the build.vcs.number.* variable, but I found no way to ...
1
vote
0answers
324 views
How to run a build process from Java program?
I'm writing an IDE for LaTeX. To build my a LaTeX file, I created another process within my GUI, so if the user hit the button, it will run:
pdflatex myfile.tex
This is the code in Java:
public ...
1
vote
0answers
111 views
Switching a solution between assembly references and project references
We have a .NET 4.0 solution which contains a Fortran 95 for Windows project whose output is a managed DLL. The solution builds a Winforms app which uses this managed DLL.
The Visual Studio plugin ...
1
vote
0answers
21 views
In VS2010, is there a way to automatically close Server Explorer connections to Database pre-Execute/Debug?
When I run my application, it drops and re-creates a database.
Between runs, I typically use the VS2010 server explorer view to look at various database objects.
If I forget to right-click the node ...
1
vote
0answers
1k views
jenkins: error during ant build - java.exe not recognized
I've just started setting up a build server, using Jenkins.
Right now i have an extremely vanilla setup. Just trying to get it to run the default target of a specific build file. However whenever i ...
1
vote
0answers
371 views
Changing processParameters in a TFS Build Definition
Typically its done using something similar to
Dim dicParamValues As IDictionary(Of String, Object) = WorkflowHelpers.DeserializeProcessParameters(pStrProcParam)
...
1
vote
0answers
1k views
How to setup xampp, phpunit, ant, zend framework
First post here, so take it easy please.
I'm working through the first chapter of Zend Framework 1.8 Web Application Development by Keith Pope in an effort to learn PHP and the MVC framework.
I ...
1
vote
0answers
572 views
Maven site command fails : looking for pmd plugin : I don't need it
This is my pom file reporting section:
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
...
1
vote
0answers
1k views
Eclipse cygwin error - make: *** No rule to make target `all'. Stop
From today afternoon I am trying to setup C/C++(cygwin gcc/g++) compiler for Eclipse Helios in Windows 7 inorder to run OpenGL applications in Eclipse(I have already configured Visual Studio 2008 for ...
1
vote
0answers
356 views
TFS2010 Build failing — Read permission required
I recently moved a project from TFS2008 to 2010, and I'm having trouble getting the 2010 build scripts to work. I managed to make the script run using the the upgrade template, but I'm running into ...
1
vote
0answers
356 views
Scala SBT: AssertionError on build
I am using SBT (0.7.4) with Scala(2.7.7) to build my Scala project and sometimes I get following error when building the project.
So far the only remedy seems to retry it or do a clean on the SBT ...
0
votes
0answers
23 views
Gated check-in submit my change with error
i define build with gated check-in trigger but it does not work correctly.
for example, i have an error in controller or class so gated check-in must reject check-in and does not let me submit my ...
0
votes
0answers
23 views
Maven―SCM usage
I am new to maven and I try to figure out the basics. I read a lot about maven (here, here and at the official website), so I think that I have understood the general approach to projects, ...
0
votes
0answers
3 views
Linked project references aren't being copied to target folder
I have 2 c++ projects in a solution.
ExecB (an executable) depends on ProjA (a dll).
So in ExecB's properties I add ProjA as a reference, and select Copy Local = true.
The problem is, ProjA's dll ...
0
votes
0answers
37 views
Fatal error: No compiled in support for x86_64 while trying to build qt-4.7.4 with gcc-4.7.2 on 64-bit linux platform
Trying to build qt-4.7.4 with gcc-4.7.2 and getting fatal error: no compiled in support for x86_64 during configure.
Here is the part of my configure log. Hope the information is enough to help me ...
0
votes
0answers
22 views
boost build problems when is run with Visual Studio make project
I have a c++ project that I am building with boost build jam files. I have Visual Studio projects (generated from scripts) that mimic the jam files that I use for intelli-sense and some of the other ...
0
votes
0answers
12 views
Is using build variables in localized InfoPlist.strings possible?
I'd like to distinguish Debug, Beta and App Store builds of my app like it's described here. This works fine and I have all the build variables in place, but the CFBundleDisplayName of my app is ...
0
votes
0answers
10 views
How to build 2 different exes from single project?
I am building a mfc project (VS 2008) and I have if statements which makes the executable that I generate do two different things. Right now I have to build the project twice. First setting the if ...
0
votes
0answers
23 views
build events for both release and debug mode
I have the following rule for post-build events
copy "$(TargetDir)$(TargetFileName)" ..\..\impld\
It works fine for release build but when I build in debug mode I get error
MSB3073: The command "
...
0
votes
0answers
40 views
make bootimage results in errors
i'm trying to build Android ICS on i.mx6q board using 64 bit ubuntu 12.04
i'hv installed all the libraries and packages as given on
Visit http://source.android.com/source/initializing.html/
...
0
votes
0answers
18 views
Propagate “Resources” folder between C# projects dependencies
Consider the following 3-project set up:
A template project (P1) that has a Resources folder with a bunch of templates that it uses to fill with user data. The Resources folder is copied to build ...
0
votes
0answers
22 views
When I change one project in a solution, several other projects are rebuilt
I have a large Visual Studio 2010 solution with many C# projects in it.
When I
build the solution,
then change one project in it (add a couple of Console.WriteLine statements) and
build it again,
...
0
votes
0answers
35 views
how to add .so file in android source code build in ASOP
I just want to know how to install application in system folder during build source code with .so file .
I have put .apk file in system folder but confuse where to place .so file . Then after we build ...
0
votes
0answers
20 views
Xcode Maven Plugin : adding extra headers
The Xcode Maven Plugin from http://sap-production.github.io/xcode-maven-plugin/site is a nice maven plugin for people who like maven and wan't to avoid some pain with xcode dependencies, framework ...
0
votes
0answers
20 views
Excluding conflicting resources of external project in Android project build
In Eclipse, I have an Android project which depends on roughly 250 regular Java projects. Each of these has -- among others -- a set of resource files called translation_XX.properties. The folder ...

