The sequence of actions required to construct a software product or executable application, or the system which performs such actions.

learn more… | top users | synonyms

0
votes
0answers
6 views

Is it possible to create a custom manifest for Dbscripts which is packaged into a product separately using java?

I have a set of DBscripts to be packaged into a product for release.I need to maintain the integrity of my scripts , so that no one changes it.Is there any possible way to create a Custom manifest to ...
0
votes
1answer
144 views

Which Xcode build settings for iPhone app so it can run on ipad as well?

I have written an app intended for the iphone. Obviously it is ok if it used on the ipad in the iphone mode, but it is an iphone app. My app got rejected by Apple, I received a mail with a screenshot ...
2
votes
2answers
151 views

How to automatically download the last build from TFS online?

as part of the continues integration process we want to download the last build form TFS online in order to execute automated tests locally. Do you know if there is a way to download it ...
1
vote
0answers
156 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 ...
0
votes
1answer
182 views

Jenkins configuration of git plugin

I get this error when configuring git repo in a new jenkins project: Failed to connect to repository : Error performing command: ls-remote -h file:///c:\Dev\git\rx HEAD I have a local git repo on ...
1
vote
1answer
52 views

will compiling with the same source, compiler and library version result in exactly the same binary

I would like to know if I get exactly the same binary result if I compile with: the same source code the same compiler, version, command the same library Or are there other constraints as well ...
1
vote
2answers
130 views

Does it Build? - A virtualbox image to build software packages successfully

I would like to set up a minimal Linux system which has nothing else to do then building software packages. But reliably and successfully! Goal: Set up and provide publicly a virtualbox image and a ...
0
votes
1answer
115 views

Where is the build path with Gradle

I want to use Gradle to build the snapshot version for file-uploader https://github.com/valums/file-uploader . My grade version is 1.4 and when I run gradle zip on Mac OS X 10.7.5, it shows BUILD ...
0
votes
1answer
56 views

TeamCity - Disable artifacts being sent back to build server

At the end of a TeamCity build, it sends the artifacts back to the TC server. I don't need this to happen because my build script is pushing them to S3 where our web servers pick the payload up from. ...
0
votes
2answers
45 views

MSBuild get all project referencing/using a project

We want to setup a build process to prevent breaking changes on our branch. We have a common library/project being referenced by multiple projects. So that, when a change is made on this common ...
1
vote
1answer
83 views

How to determine tools chosen by waf?

How can I determine which specific tool waf chose as 'cxx_compiler' etc? Exempli gratia: def configure(ctx): print('Running ' + ctx.cmd + ' in ' + ctx.path.abspath() ) ctx.load('compiler_c') ...
0
votes
2answers
568 views

Using VSTest to run unit test cases instead of MSTest

I have a x64 platform C# solution(VS2012) on a TFS2010 server. I have attached a unit test project (also x64) to this solution and created a build definition. When I queue the build, it succeeds but ...
2
votes
0answers
250 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: ...
0
votes
0answers
206 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
1answer
57 views

In CMake, is it possible to build a dependency imported from a build tree?

I am trying to use the CMake feature for exporting/importing targets from a build tree (see this wiki page). I have this dependency library: add_library(dependency SHARED dependency.cpp) ...
0
votes
1answer
112 views

C++ APIs: Best Practices for Publishing and Exporting Header Files [closed]

When other C++ projects consume a published API, (lib, etc), what is the best way to publish the headers of that lib? I am decoupling interfaces from implementations for several small projects, ...
2
votes
0answers
215 views

CMAKE_TOOLCHAIN_FILE was not used by the project

Cmake gives this warning when building one third-party script: CMake Warning: Manually-specified variables were not used by the project: CMAKE_TOOLCHAIN_FILE Is there any common advices what ...
0
votes
1answer
224 views

How to add Flash Player prebuilt application to the system.img in android?

I am trying to customize my android system by adding Flash Player to the default system applications. I added the .apk file to packages/apps/FlashPlayer, with the Android.mk file LOCAL_PATH := $(call ...
1
vote
1answer
49 views

I keep getting an arc error when building

I am working on an app that is basically a terminal app. When I try to build it I'm getting a build error. Ld ...
0
votes
1answer
27 views

Java run scrpits generated based on annotation

A have a java - maven project in Intellij. I want to build Jar file (I can do that) along with .bat scripts that will run this jar with specific Main classes - those classes should be marked with ...
1
vote
0answers
128 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
2answers
71 views

Best way to optimize the building/Compilation task of C library on various machines

We need to build a C library on various environment like (suse x86, suse itanium, solaris, HPUX, IBM AIX) with different compiler options(like compiler flags, 32bit or 64 bit, static or dyanamic, ...
0
votes
2answers
132 views

Build Process in TFS 2010

I have read articles on build automation and it looks simple, but I am really not sure about parameterized build. I believe, there must be a xml file for that. When we say build is automated, I ...
1
vote
0answers
208 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
3answers
154 views

Dynamic (compile-time generated) Java package name

I am developing a generic Android game engine that will be used in many of my Android apps as the base system. The problem is that in all of my Java files I currently have to hardcode the package name ...
0
votes
0answers
96 views

Build custom files w/o 'Custom Tool' in MSVS2012

What I like to do is compile a custom file to generate a C# file. I only need it to compile when its been changed but compiling everytime is ok. When I looked around I kept finding reference to ...
0
votes
0answers
40 views

Building a ST2 Build for C that both builds and runs

I am trying to build a Build System for C that both builds and runs the current program. When I use this build: "cmd" : ["gcc", "$file_name", "-o", "$file_base_name.out"], "selector" : "source.c", ...
1
vote
0answers
174 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 ...
0
votes
1answer
24 views

Target confusion at compile time

I am working on a project, in xCode 4.5.2 with 2 targets T1 and T2. When I want to build T1, I get error messages about one file only belonging to T2. Obviously, even though I think the file belongs ...
1
vote
1answer
35 views

Encode time, date and a number into a few alphanumeric characters

I'd like to encode certain information, such as date and time of build and the SVN revision, into a reversible alphanumeric string so I can easily identify a build (besides maintaining a table of ...
1
vote
1answer
96 views

Unable to do maven clean install

I am new to this maven concept, I am building one android application for which I am want to robospice lib. Rebospice demo example need maven clean install. I installed maven on my ubuntu 12.04 mvn ...
1
vote
2answers
458 views

Visual Studio - Before Build - TypeScript Compling

Is there a way to setup a "BeforeBuild" step that compiles each TypeScript to it's own file in a specific directory? For instance, I would like all TypeScript files to compile to a '\tsbuild' ...
0
votes
2answers
190 views

XCopy failing during build but not from command line?

I have a console program that outputs its exe & dlls to a specified directory. As a post build event I am trying to copy everything in that directory to another directory. My xcopy command works ...
2
votes
0answers
103 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 ...
0
votes
2answers
109 views

Download full nuget package so I can copy to another machine?

Background I'm in a computing environment that utilizes Indirect Internet access (via a VM) for security. I have the following machines: Desktop -- the machine I develop on; no internet access. ...
0
votes
1answer
77 views

Should Brunch.io build tool copy hidden files?

I've started using Brunch: http://brunch.io to build my javascript based application. I'm using Backbone.js which needs a .htaccess file in place in order to handle routing with HTML5 pushState. ...
6
votes
4answers
330 views

MSBuild to copy dynamically generated files as part of project dependency

I have a custom msbuild task that is generating some output files to the output directory ($(TargetDir)) of a ProjectA. Current code is something like this: <MyCustomTask ...> <Output ...
0
votes
1answer
93 views

Build multiple environments with a single target and single command(Anding -D and property file)

I have to create a single command to create multiple(dev|qa|uat) war/ear. Something like : ant -f build.xml -Denv=dev|qa|uat -propertyfile= devProp|qaProp|uatProp -Dstage.dir=devdir|qadir|uatdir ...
0
votes
1answer
75 views

IAR Embedded Workbench and Custom Build

I have a project in IAR Embedded Workbench that works fine. In this project there is a source file (webpages.c) that is automatically created by another tool. This tool creates the file webpages.c ...
0
votes
1answer
70 views

Nant errors displayed in summary of job in Jenkins

I used CCNet before for my builds and there was a clever plugin to parse errors from NAnt and display it in summary of the build. Now i try to move to Jenkins and have problem with that. I want to ...
3
votes
2answers
44 views

When should you mess with Ant Buildfiles?

On large team projects, I've needed to manually edit the Ant Buildfile. On small programs I've written from scratch, I haven't needed to make or edit any sort of helper files for the build (e.g. never ...
1
vote
1answer
43 views

Different Builds for Simulator and iPhone

The app that I'm working on has a URL that it accesses for data, this URL is defined as a constant as follows: #define kURLToSendRequestsTo @"http://www.localhost.com/dataAccess.php" However, this ...
3
votes
1answer
165 views

Better approach to download php composer dependencies

I have been using maven in JAVA and started using PHP Maven, recently I switched to composer. My project is with Zend Framework 2 and the team only checks in the application code not anything on the ...
0
votes
2answers
93 views

tools for remote linux based machines for compiling C/C++ projects

I have 2 machines, i would like to use the most powerful one only when I need it and only for compiling purposes. Right now I'm only interested in C/C++ projects and in the support for gcc and clang, ...
-1
votes
2answers
62 views

Visual studio 2010: Where is variable like $(…)? [closed]

I would like to know where variables like$(...) are declared and how to define a custom one. I mean, when you open a C# project configuration file (.csproj) there are a lot of variable like: ...
0
votes
1answer
474 views

build failed with “taskdef class com.android.ant.SetupTask cannot be found”

i am following the instructions here: http://ofps.oreilly.com/titles/9781449383268/ch07_id35817064.html in order to build a native android app from a HTML project using Phonegap on my Mac with ...
3
votes
2answers
308 views

build vim with MinGW

I'm trying to build vim with MinGW by running ./configure && make in the vim repository root, but I'm getting the following error: checking --with-tlib argument... empty: automatic terminal ...
2
votes
1answer
71 views

Check for life-cycle/phase and file existence in Maven and report error

I want to check in Maven if authentication data from property file is provided by developer during application testing if call integration-test life-cycle. As state common practice it is bad to ...
4
votes
1answer
120 views

Run an MSBuild target only if project is actually built

I have an MSBuild file that builds */.sln files (builds all .sln files that exist). The build uses the Build target, so if no changes were made to input files, no project should be built again. I ...
1
vote
1answer
183 views

Unity3D: Build & Run on two Android devices without replugging

Is it possible to install a app with one Build & Run process on two connected Android devices? Or is it possible to have at two devices connected and select the device to build the app without ...

1 2 3 4 5 33