Questions tagged [buildconfiguration]

The process, mechanism and results of configuring the build of a source-code project or hierarchy-of-files into its target artifacts (executable files, object libraries, generated documents etc.)

191 questions
0
votes
1 answer

Why do custom build configurations fail to load source location data

I am using Visual Studio 2015 Community Edition. In my project, I have NUnit tests covering a variety of projects. The NUnit tests are version 3.0.1, and the test runner is version 3.0.8.0. I have the usual build configurations (Debug and…
0
votes
0 answers

Build Configuration for Telerik Appbuilder Mobile App other than Debug,Release mode (need for dev,stag,preprod)

I am using telerik appbuilder to create my mobile app and i need seperate configurations for various environments.So i referred Build Configurations and how to Create Environment Settings.But these two ariticles fully dealing with debug and release…
0
votes
1 answer

Hide common parent folders of project files in Premake

I am new to Premake. I am using Premake 4.4 beta 5 because Premake 5 has a few issues where it does not generate proper VS2010 solutions (generates VS2012 solutions with 2010 compiler), and it setting libdirs and links for all projects when written…
Jehanlos
  • 77
  • 1
  • 8
0
votes
1 answer

Unit Tests, Build Configuration and Internals

I am writing my UnitTests in a seperate Project from my Project under Test. To be able to test Internal classes/members I use the [InternalsVisibleTo] Attribute in my Project Under Test. #if "BUILD_CONFIGURATION" [assembly:…
joerg
  • 717
  • 2
  • 8
  • 18
0
votes
1 answer

Build Configurations with Facebook SDK for iOS in Swift

I have configured an app with server and client components for Facebook. But since one app can only have 2 URLs (including the mobile site URL), I had to create another app for the development environment and register localhost there. You can tell…
Gob
  • 305
  • 2
  • 11
0
votes
1 answer

How to set Project Settings with Configuration specific values in VS2013?

Is there a way to set Project Settings with Build Configuration specific values in VS2013? I need to set different values for a WebServiceURL setting from one Build Configuration to another (say MSSQL configuration vs Oracle configuration). I saw…
0
votes
1 answer

Resources in a separate assembly not visible in different build configurations

I have a problem with resources with localizations in web application. I need to use them from different assemblies (WebSite, BLL, etc.) so I decided to move them to a separate library. I'm using three different build configurations (Debug, Release…
J.R.
  • 185
  • 1
  • 2
  • 10
0
votes
1 answer

Possible to store build configuration in a file other than solution file?

I work with a solution that has a lot of projects in it. I created a new build configuration to speed up working with it. To speed up compiling, I set most of the projects not to build in my new build configuration. To speed up debugging, I set most…
0
votes
1 answer

TeamCity can't find javac, trying to run a build config with an ant build step

This is the error I'm getting: Compilation error: javac Class not found: org.eclipse.jdt.core.JDTCompilerAdapter I'm trying to run a build config with an ant build step and keep getting this error. As far as I know I've set environment variables…
Petrus K.
  • 840
  • 7
  • 27
  • 56
0
votes
2 answers

Grails 2.3.6 Missing Repo Issue

My Grails (2.3.6) app's BuildConfig.groovy: grails { project { dependency { resolution = { repositories { inherits true grailsHome() mavenLocal() …
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
1 answer

Get return value of build configuration

I create a CDT eclipse plugin with specific build configuration. I use the setBuildCommand() and setBuildArguments() functions which call to a batch file. My current code is: ICProjectDescriptionManager mngr =…
0
votes
1 answer

XCode 5.1 -> Xcode schemes not visible on another machine

I created two schemes in a project. Live and staging and it's working fine for my xcode 5.0. But then I updated my xcode to 5.1. Now xcode shows schemes only on my system and when I send code to another machine in zip-format. It opens with only…
Abid Hussain
  • 1,529
  • 1
  • 15
  • 33
0
votes
1 answer

C# Build-Config dependent Compilation

I'm using VS2010 professional, and I have a project, but i want to have a way that compiles only some of the code in one configuration, and the rest in another. #ifdef is rather clunky, as it must surround said code, and there are lots of fragments.…
AlphaModder
  • 3,266
  • 2
  • 28
  • 44
0
votes
2 answers

Different preprocessor directives within one solution configuration

In one of our projects, we adapt parts of our software to specific customer requirements (logos and about boxes, for example). Each of the customers gets its own release which does not include specifics of another customer. Currently this is…
Zvonko
  • 363
  • 2
  • 19
0
votes
0 answers

`Debug' build configuration works, copying the build configuration doesn't

With Microsoft Visual Studio 2012, I have a project (https://github.com/ThrosturX/freespace/), I can build this project using the Debug build configuration -- interactive stars in the background, a planet and a controllable space ship. However, when…
abanana
  • 140
  • 2
  • 10
1 2 3
12
13