Questions tagged [custom-build]
61 questions
1
vote
1 answer
Use filter metadata in custom build tool VS2012 MSBuild
I have a problem which I want to solve elgantly, but for now don't know how to do it.
In my C++ solution(VS2012) I have a project which contains all .dll files which have to be copied into the Output-Directory for complete deployment. I have also…

whY
- 189
- 1
- 10
1
vote
2 answers
TFS 2013 Git Build Definition with TFVC Source
In TFS 2013, is there any way to create a custom build workflow (via a custom .xaml file) which uses source from both a TFS-Git project and TFVC project?
When creating a Build Def in a Git project, the Source Settings tab only allows selection of a…

Suchit-CM
- 55
- 6
1
vote
1 answer
Unity3d custom prefab list for build
Example:
I have two folders in my Unity3d project. In first I have Shop_Android.prefab, in second Shop_Ios.prefab.
Can I customize my builds for iOs and Android where be only first or second folder. Without delete and restore folders?

LuckSound
- 986
- 2
- 12
- 35
1
vote
1 answer
Visual Studio: Custom Build Rules - per solution?
I need to define a custom build rule for files in my projects.
However the rule may be different for different solutions (more percisely, for the same solution in a parallel dev branch).
I have two questions:
Can a .rules file be specified in a…

Gil
- 11
- 2
1
vote
1 answer
Python does not find custom PyQt5
As the offical pyqt5-installation in the ubuntu repositories seem to lack support for QtQuick, I tried to install pyqt5 from source. The installation itself seems to work correctly, but when running a python script that uses PyQt5, python complains…

Max Beikirch
- 2,053
- 5
- 25
- 36
1
vote
1 answer
Dojo Custom Build with Gridx
So I have been trying to get my DOJO to build after adding in the gridx widgets
I have added the gridx modules in my app.profile.js file like this:
layers: {
"gridx/gridx": {
include: [
"gridx/Grid",
…

Lordphartmore
- 51
- 9
1
vote
1 answer
Custom build rules for visual studio 2005: somehow my build rules are compiling the first file only
I have 5 .pc files in my project. I've created build rule for them. But every time I bulid the project it is compiling only the first .pc file.
I've also tried to manually compile the 3rd .pc file, but it then still only compiles the 1st .pc file. …

manjit
- 13
- 2
1
vote
1 answer
deleting plugins views (gsp) when building the war
We are using various plugins in our grails application (like logging, spring security core, ui, acl and many others). Now these plugins come with default gsps (in the views folder of each plugin).
I want to build a WAR without including the views…

pri_dev
- 11,315
- 15
- 70
- 122
0
votes
0 answers
Programmatically trigger CustomBuild command for a custom file of VS2019 c++ project
My VS2019 c++ project contains a custom file FileName.xyz, which I'm building using custom build command:
MyTool.exe FileName.xyz Output: FileName.cpp
Now from C# project code, I want to programmatically build this C++ project using…

Peeyush
- 31
- 6
0
votes
0 answers
CKEditor5 How to correctly install and use a custom build
CKEditor5 newbie here - thanks for any help!
I initially downloaded and installed the pre-defined Classic Build (36.1) of CKEditor5 from the downloads page and created a test page that shown the editor working. But wanted more of the plug-ins for…

Doug McClelland
- 1
- 1
0
votes
2 answers
How to use 2 different ckEditor5 in one build
I am following this link(documentation) but it is not working.
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html#creating-super-builds
When I create a build using 2 different ckEditros(ckEditor5) it give me…

Muhammad Usman
- 361
- 3
- 16
0
votes
2 answers
CKEditor5 react and custom build of ClassicEditor is not working anymore
In one of my apps i used CKEditor5 with React. Standart version was not supporting some functionalities. I made a custom build with those functionalities. It works perfect. Last week there exist a need to embed pic into editor. Although i had a…

Alper Bilgil
- 21
- 1
- 6
0
votes
1 answer
How can I create a lodash custom build with include option?
I only need 2 functions from the entire library: throttle and debounce.
If I build it with one function everything works, for instance this work
lodash include=throttle
but if I try multiple functions comma separated, I get an error. So this…

Dario Lopes
- 11
- 2
0
votes
2 answers
Visual Studio 2010 external tool args empty
Trying to use arguments for external tools within the custom build option in VS2010 but they seem to be empty, specifically:
c:\oracle\ora10g1\bin\proc $(ProjDir)\$(ItemFilename).pc
Fails with:
PCC-F-02101, Unable to open input file:…

emmotto
- 1
- 1
0
votes
1 answer
Foundation 6 Custom Build Generation Not Working
I'm trying to generate a custom build of Foundation using:
https://foundation.zurb.com/sites/download.html/#customizeFoundation
I only unchecked Typography and Forms, and selected RTL Text Direction.
After submitting the form ("Download Custom…

Liron Alon
- 1
- 1