Questions tagged [custom-build]
61 questions
0
votes
0 answers
Cmake as a build step - best practice
In both Visual Studio and Xcode, in a custom build step, I run cmake to generate a makefile, then I call NMake (or make). Now, it is unnecessary for cmake to generate every time the build step is invoked, and once generated, only NMake/make are…

gil_mo
- 575
- 1
- 6
- 27
0
votes
1 answer
Configuring Visual Studio Custom Build Tool properties from Premake5
In the project I'm working on, I need to process certain filetypes with a custom command (building assemblies, namely, due to certain plugin / toolchain limitations, which are beside the point). This is configured from our premake script:
filter {…

zyndor
- 1,418
- 3
- 20
- 36
0
votes
1 answer
Tensorflow: Incompatible shapes when making a custom activation function?
I am trying to build a neural network using custom activation functions. I followed the solution given here, and it works when the input and output vectors have the same size, but not when using different sizes (like in a pooling function). Here is…

ghyur7
- 119
- 2
- 9
0
votes
0 answers
How to include R.java in a custom android build?
I'm trying to add an application to a custom android build, but it is unable to understand resources like Theme.AppCompat.Light.DarkActionBar and colorPrimary and colorAccent, which leads me to believe it is having trouble reading and building…

Michael Kemp
- 300
- 2
- 17
0
votes
1 answer
Custom Build variables
My Company works with custom buildsteps based on Powershell scripts.
My task now is to verify whether it is possible to 'export' Variables form these scripts to the global build variables available in tfs itself?
Somewhat like $env:build_Myvairable…

GGMU1878
- 17
- 2
0
votes
1 answer
TFS 2012 build template: Unable to set Environment variable with "InvokeMethod" activity
I have custom build template for my TFS 2012 Server build. I added a "InvokeMethod" activity to set an environment variable (editing it with Visual Studio 2012), but I keep getting the error
'Environment' does not have a public static method named…

user2516186
- 433
- 1
- 5
- 16
0
votes
0 answers
Build a custom Firefox distribution including a JRE installation.and Java Plugin
I need to generate a customized version of Firefox, and it will need to have the java plugin pre-enabled.
I would like to embed the installation of JRE with my firefox package customized in a subdirectory. For…

BR.eti
- 1
- 2
0
votes
2 answers
How to add Scandit barcode plugin to custom build of Phonegap developer ios app?
I use Phonegap Desktop and Phonegap Developer app for a while now. This is really interesting for quickly testing my development.
But I'm facing a limitation with the embedded barcode scanner which is displaying the camera display in full screen.
I…

idealsuspect
- 1
- 2
0
votes
1 answer
Textarea doesn't get updated when I click generate
Trying to use a custom build example to generate and load code pages only when the user clicks on check boxes and submits. However the textarea does not seem to update at all.
I am attempting to get my code working like this example…

lollipopwizardkid
- 91
- 7
0
votes
1 answer
Custom dojo build doesn't include dojo.require()
I have a legacy project that needs to be able to use dojo.require().
But I'm trying to build things in the newer builder format. No matter what I do, I cannot get the custom dojo.js file built to have "require" in it. I always get the error…

M P
- 265
- 1
- 3
- 11
0
votes
1 answer
How to show elements of custom data type in TFS custom build definition
Is it possible to show the sub elements of a custom datatype in the TFS build definition file? For example in the 'Agent setting' the menu expands to its sub elements in the same way I want to show the elements of my own…

sriprasanna MG
- 1
- 1
0
votes
1 answer
Using MSBUILD like a classic MAKEfile -- how do I do this?
I'm frustrated by the lack of flexibility in the Visual Studio project/solution, but I realized that now that it uses MSBUILD it might be quite powerful but just doesn't expose that to the IDE. So I took a look at MSBUILD docs and don't know where…

JDługosz
- 5,592
- 3
- 24
- 45
0
votes
3 answers
trying to duplicate the default process template in tfs 2013 and getting an error when trying to open it
I'm using the tfs and vs 2013.
I've downloaded the default build template (by pressing the "download" button in the build definition window), copied it, renames it, checked it in, and when I'm trying to set it as my build process template in the…

WillyCode
- 135
- 2
- 10
0
votes
4 answers
How can I compile MySQL 5.1 on a 64 bit CentOS machine in order to achieve high performance?
I hope to achieve improved performance over the stock builds by creating a custom build of MySQL, tailored for 64-bit CentOS and InnoDB.
However, I have no idea where to begin here. Would someone please be so kind as to provide me with a list of…

Santhosh S
- 1,141
- 6
- 21
- 43
0
votes
1 answer
Dojo 1.6 Custom Build Error - invalid propery id
I'm trying to use a dojo custom build for my app and set up a standard profile for it. When I run the build.sh I get this:
(...)
release: ../../release/dojo/dojox/layout/resources/FloatingPane.html
release: Optimizing (shrinksafe) file:…

Chris
- 4,204
- 1
- 25
- 30