Questions tagged [custom-build]
61 questions
3
votes
1 answer
How to use TeamCity REST API to get the triggered build's buildId?
I have triggered one custom build by TeamCity REST API:
http://{buildServer}/httpAuth/action.html?add2Queue={buildTypeId}
But this http request hasn't any response message, so I can not know whether this build is running or in build queue.
Does any…

user1397558
- 63
- 1
- 9
2
votes
1 answer
How do i build a custom build with an older revision(svn) than in teamcity registered?
I have an older revision "1xx" in SVN, which I would like to run with TeamCity via custom-build.
The TeamCity project was not established until the revision of 2xx, so that I can choose when you custom build only the revisions to 2xx.
How do I find…

Manuel S.
- 21
- 1
2
votes
0 answers
Dojo loading unnecessary files (shape.js & path.js)
I am using customized Dojo library. When I load my client application, Dojo load the below two files after loading the "dojox/gfx/svg.js" file.
1. dojox/gfx/shape.js
2. dojox/gfx/path.js
Even though I have included these two files in to my Dojo…

osdevkid
- 137
- 2
- 3
- 14
2
votes
0 answers
CentOS 7 - MySQL 5.7 re-installation corrupted data
I have a CentOS 7 virtual machine with a DirectAdmin installation. It used to run a MySQL 5.6 installation, built using DirectAdmin Custombuild 2.0. I wanted some functionality (e.g. JSON ops) that was not available in MySQL 5.6, so I manually…

riccardo_92
- 89
- 13
2
votes
0 answers
Setting up custom build environment
I am trying to set up my custom build environment for Sublime Text 3 for competitive Programming.
My target is as follows :
Build the current source file
Run it and read inputs from a file input.in
Write output to a file output.out
diff expected…

Naveen
- 7,944
- 12
- 78
- 165
2
votes
1 answer
Managing custom client builds with SBT
We have an application that is extensible via modules. The (multi-project) SBT build produces a distribution artifact that is easy to deploy.
Some custom deployments for clients do require specific modules to be part of the build (in other words, an…

Manuel Bernhardt
- 3,135
- 2
- 29
- 36
1
vote
0 answers
Extending a Dojo custom build without profile definition?
In order to become acquainted with a poorly documented Dojo/JS project, I need to extend its current Dojo custom build by some more modules.
I have done it a several times for my own projects, checking-in the *.-profile file into version control…

proximus
- 689
- 7
- 20
1
vote
1 answer
limit the part of the workspace checked out by tfs 2010 build service
I am working in a project where a main branch is set up with several parallel development and release branches. This means a lot of files that are identical or quite similar exist side by side in the same workspace. When a new build is triggered on…

Mats Isaksson
- 1,939
- 2
- 14
- 18
1
vote
0 answers
Visual Studio 2010 "default-ing" custom build
as it might be clear while looking at this posts title, I'm not quite sure what to google for.
Hence I hope someone here can help me out.
Recently I happened to begin using Qt.
I don't want to use Qt creator, rather stick with Visual Studio.
The…

Andy
- 176
- 1
- 1
- 10
1
vote
1 answer
Android Launcher app does not restart after a crash until the user wake up the device
I am working on an application that will be installed in a custom android device (api 28, specs are irrelevant here i think)
I have root privileges and i can edit the android OS too if needed.
The application is a supervision UI interface that is…

Nicola Valcasara
- 113
- 1
- 5
1
vote
1 answer
Eclipse IDE C/C++ automatic include paths from custom build script
I have a custom python script to build my projects in order to keep dependency simple, I would like to use Eclipse as a C++ IDE but keeping my build script.
To maintain autocompletion and intellisense (with docs etc...) I would like to tell Eclipse…

DarioDF
- 301
- 1
- 10
1
vote
1 answer
Kodi custom build : unable to create application
I have prepared xbmc-Krypton build with custom skin and applied necessary changes as below :
At : \system\settings\settings.xml
CHANGE SKIN NAME
my skin name
At : \system\addon-manifest.xml
ADD…

Gahan
- 4,075
- 4
- 24
- 44
1
vote
1 answer
MSBuild unnecessarily runs custombuild tool when run for different configurations
I have a C++ project for which I need to run a custom build tool on some header files to generate code that is required when compiling this project. In general my configuration works. I trigger a build, VS/MSBuild detects whether the output files…

sigy
- 2,408
- 1
- 24
- 55
1
vote
1 answer
ol3 custom build missing export for map.getSize
I'm trying to make a custom build of ol3. I can get everything to work with:
{"exports":["*"], ...}
but not with an export list. it appears it should be under ol.Map, but I have that. Any reason why my custom build throws an exception for…

HelaciousK
- 13
- 3
1
vote
0 answers
android custom build. adding an app to the build
i want to make a custom build of android by editing the code of android.
The main motive is to adding and removing apps from the build.
Removing an app from the build is pretty simple. i just deleted its entry from the core.mk file.
but now i want…

shiv garg
- 761
- 1
- 8
- 26