Questions tagged [prebuild]

87 questions
0
votes
1 answer

Pre-build out the XAML at app start (or On Navigated to)?

I've got a Windows Phone 8.1 app with a user preferences page. There is a color picker on that page that is initially 'collapsed' until the user taps a part of the page. When they do, it takes XAML about 3 seconds to build the color picker (140…
LionelGoulet
  • 557
  • 2
  • 13
0
votes
0 answers

cloudbees prebuild merge no longer works

I have two release branches for work for the current release in the next release. Rather then asking all my developers to commit to Relase1 and then merge it to Release2 I configured cloudbees to do the work using prebuild merges. That worked for…
0
votes
1 answer

VS 2008 Pre Build Command line too long for command prompt

i have a problem with VS2008 Pre build command. I need to compile a lot of XSLT style sheets and generate a common assembly, i use xsltc.exe but the command string is too long for command prompt. I tried to use also a .bat file, i use the xsltc.exe…
0
votes
0 answers

Writing more than one command in the Visual Studio 2010 pre-build events field when the commands are not batch files and contain macros

I want to execute more than one pre-build event in Visual Studio. But Visual Studio takes all the text in the pre-build events field and executes it as one single command line function, unless you were calling a bunch of batch files. In the case of…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
0
votes
1 answer

Using Boost Pre-build package

I want to use Boost.Thread library in a C++ software that I'm developing. Since I'm a complete newbie in C++, I would like to know if there are any differences between: Downloading and building Boost manually for MSVC9-x64 Using a pre-built…
guilhermecgs
  • 2,913
  • 11
  • 39
  • 69
0
votes
1 answer

How do I suppress the following commands from throwing errors on a pre-build event?

I have tried piping the following two calls to NUL with no luck: net stop "Logging Service">nul 2>&1 taskkill /IM LogServiceHost.exe /f >nul 2>&1 They will stop my build cycle from going through: Error 1 The command " net stop "Logging…
Alexandru
  • 12,264
  • 17
  • 113
  • 208
0
votes
1 answer

best practice to avoid rebuild in vs2010

I have a solution that one of its projects takes too long to compile and rarely changes. That means that if a developer "ReBuild" the whole solution it will take time (though nothing was changed in this specific project). I was suggested maybe to…
user1025852
  • 2,684
  • 11
  • 36
  • 58
0
votes
2 answers

Pre -build events on VS 2008 did not executed

I'm tring to run build of C# solution on vs2008 and discovered that pre-build events for projects containing in the solution were not executed. What can be reason of such behavior ?
Mike
0
votes
3 answers

Cruisecontrol task with can execute even if Soursecontrol is not accessible

I have deployed CruiseControl.Net (Version 1.6.7981.1) server and it does the following tasks: Build trigger Labeller VSTS Soursecontrol block (Get the soursecode from TFS 2010 server) Build the code in Debug mode Run NUnit test using Nanat…
GDG
  • 1
  • 1
0
votes
4 answers

what's the best method to write pre-build tests

I'd like to check some flags in the code and some values in xml files before starting building a java project. What's the best way to do it? Would you write a java class to do it? Would you use only scripts? I'm using Ant and I need to check that…
user1175790
-1
votes
2 answers

batch script and visual studio prebuild

I have a batch script which basically does some string replacement based on configurations in the prebuild step for visual studio. The batch script runs fine when I run it from the cmd. But if I run it from VS prebuild, the following line doesn't…
user1181950
  • 779
  • 1
  • 9
  • 21
-1
votes
1 answer

injecting a build tool into eclipse cdt

I would like to convert my file into .h and then run the build. How do I do that (particularly, in Xilinx SDK 12.4, which says that it is eclipse Version: 3.5.1.R35x and cdt Version: 6.0.0.201005121341)?
Val
  • 1
  • 8
  • 40
  • 64
1 2 3 4 5
6