The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
21 views

Pre Build script - access is denied while copying files [closed]

I had a scenario to implement to manage multiple configuration files for different environment during TFS build (say one build for System integration and another one for Prod environment). I have ...
0
votes
1answer
21 views

IAR - Adding pre-build command to delete an object file

In IAR embedded workbench IDE, I need to force the compilation of a file, every time I build the project (in order to recompile DATE and TIME). So I need to "touch" that file (i.e., delete the ...
1
vote
1answer
50 views

How to kill process that may not exist on prebuild step in Visual studio?

Problem is if this process doesn't exist, build fails. I try to write something like this tasklist /nh /fi "imagename eq XDesProc.exe" | find /i "XDesProc.exe" && ( TASKKILL /F /IM ...
0
votes
0answers
100 views

PreBuilt LMMS Mac DMG

Does anyone have a dmg or prebuilt LMMS package for Mac OSX? I have been trying for hours to get it to work, but I have failed.
1
vote
1answer
177 views

cannot do chroot with init shell script in android

I want to run glibc within Android ICS Emulator, for which I have bundled the glibc as a separate folder in AOSP root folder, with Android.mk in it with below contents: LOCAL_PATH:= $(call my-dir) ...
0
votes
0answers
87 views

Delphi XE2 does not care about pas file changes in pre-build scripts

Using Delphi XE2 I have some things I want to have auotmatically baked into every compilation: computer name, svn revision and a few more. I managed to make it work using a bat file generating an .rc ...
0
votes
3answers
361 views

Adding prebuilt set of files structured in folders to android out folder

I have glibc compiled for arm which is different from Android glibc or the bionic C as the glibc environment I have complied will help in providing more api's. Now I can copy the glibc environment on ...
0
votes
1answer
44 views

Copy the content of an appxmainfest file to another using Pre-build command

I've been trying to get this re-build command working for a Windows 8 Project in Visual Studio 2012. if "$(ConfigurationName)"==ReleaseOEM copy "$(ProjectDir)PackageOEM.appxmainfest" ...
0
votes
1answer
25 views

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: ...
1
vote
1answer
303 views

NDK Crash when use class from prebuild library with std::string

I have two shared libs: lib1 and lib2. lib1 is prebuilded to lib2. I have Class in lib1: #include <android/log.h> #include "stdlib.h" #include <string> class Foo { public: Foo() ...
0
votes
1answer
125 views

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 ...
0
votes
2answers
346 views

How to check if a pre-built package exists on Ubuntu [closed]

I am trying to install gtk-pixbuf 2.61.1 but it says that it is missing a TIFF library, from the gnome site it says to Before installing these libraries from source, you should check if your ...
0
votes
3answers
111 views

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 ...
0
votes
4answers
67 views

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 ...
2
votes
1answer
455 views

How to make a C macro pre-build pre-processor?

Let's say I have a string that I would like to obfuscate in my code. (This example is just for learning.) My plan is to wrap the string literal with a macro, e.g. #define MY_STRING "lol" const char ...
2
votes
2answers
380 views

Indirect way to reference “C:\Windows\Microsoft.NET\Framework64\v4.0.30319\datasvcutil.exe” in a prebuild event

I am running the datasvcutil.exe command in a prebuild event. datasvcutil.exe is located in "C:\Windows\Microsoft.NET\Framework64\v4.0.30319" (on 64 bit machines.) I can just hard code this as ...
1
vote
3answers
622 views

Pre-build event to run before any project in a solution is built

I have a little program I wrote to download all NuGet packages for a solution. I would like to setup a pre-build event that would run this program every time I build. But I need it to run before the ...
0
votes
1answer
247 views

Running a pre-build event on every file in a MSVC 2010 project

I'm trying to get Visual Studio 2010 to execute a FOR loop - just like the ones that can be done in a .bat file - as a pre-build event command... No luck this far. Long story short, I'm trying to get ...
2
votes
2answers
340 views

How can I compile auto-generated C files in pre-build?

I have an Eclipse project that I need to auto-generate some files before compiling it. I do not want to put this auto-generated files in my repository, so each time I compile the projetct I perform a ...
0
votes
1answer
315 views

How to pick up the latest version AssemblyInfo.cs as modified by the pre-build event?

I'm currently playing around with the pre and post build events in VS2010, trying to get my SVN version number into the AssemblyInfo.cs file and hence compiled into my build dll. In the pre-build I ...
0
votes
1answer
1k views

How to interpret pre build error codes from Visual Studio 2010

I have been working with Visual Studio pre build events and I find the error codes rather unhelpful for example, adding a pre-build event like this: $(ProjectPath)\DoStuff.exe This gives me an ...
5
votes
3answers
727 views

Swallowing errors in pre-build steps in Visual Studio 2010

My solution has a bunch of projects one of which is a windows service; I have a prebuild step to stop the service and a postbuild step to restart it (this way the windows service exe is not locked ...
0
votes
1answer
1k views

Visual Studio 2010 precompile or prebuild actions

I'm looking for ability to make some replacements in my code files in prebuild or precompile phase (user transparent). I was thinking about Visual Studio extension, but haven't found solution yet. ...
2
votes
1answer
3k views

How to add pre-build step in qmake/qtcreator?

I want the compiled application to have the commit number, source files checksums and other things to be available during the compilation. In plain Makefiles I do like this: prog: VERSION source.c ...
2
votes
1answer
490 views

Visual Studio pre-build action to skip project build based on condition

In a VS 2008 solution, I have several projects. I run the build on the entire solution with msbuild. Based on the existence of a file on the disk, I want to skip the build for one of the projects. How ...
2
votes
1answer
121 views

Can i set dynamically the name of a shortcut while deploying with the VS Setup Deployment Project?

i would like to publish my application with a name (and desktop shortcut) based on a config file. So can i dynamically set the name of a shortcut while deploying with the VS Setup Deployment Project? ...
0
votes
3answers
2k views

CCNet - prebuild task cmd.exe?

Im using a command line prebuild task in the ccnet.config file to delete the contents of thw working directory before i do a clean build. <prebuild> <exec> ...
0
votes
2answers
2k views

Pre-build event fails

I set a prebuild event to: $(TargetDir)MyConsoleApp But when I run the application I get the following output: ------ Build started: Project: BlahBlahBlah, Configuration: Debug x86 ------ ...
1
vote
1answer
469 views

I want to run a script during C# build, but **only** when the project is not up to date

I am trying to set up a proper way to do automatic versioning for my C# projects in .Net. The requirements are: the assembly is to be built only when is is not up to date. (normal behaviour in ...
6
votes
3answers
2k views

MS-Build BeforeBuild not firing

I'm customising a .csproj project to run some custom tasks before the main build. However, I can't get the tasks to execute at all. I uncommented the <Target Name="BeforeBuild" /> element in ...
1
vote
1answer
289 views

best way to handle prebuild and post build events while making a setup

hi i have many prebuild and postbuild events in different projects. i want to write these events in a single batch file and then call this script in the main project please tell me this is the ...
5
votes
2answers
1k views

Auto-generating C++ code in a pre-build event using Visual Studio

I'm trying to use a pre-build event in Visual Studio (VS 2005 to be specific) to run a Python script which will automatically generate a .cpp file. The trouble I'm running into is that the compiler ...
3
votes
5answers
4k views

Pre-build step in makefile

Hi! How can I run a script, which must execute before all other makefile commands? And it will be nice (but not mandatory) to the script is not executed if there is nothing to build. I've searched ...
12
votes
3answers
5k views

Multiple Pre-Build Events in Visual Studio?

I've followed a blog post by Scott Hanselman for managing configuration with PreBuild Events and have it working fine. I now want to split up my configuration into a couple of different files, so ...
1
vote
1answer
76 views

Making output in VC++ point to lines of source code

At work we have a prebuild step that reads over our source code and automatically generates data based on some annotations in the code. If the prebuild tags are poorly formatted or it finds something ...
13
votes
6answers
13k views

What is the easiest way to reset ERRORLEVEL to zero?

I have a post-build event that runs some commands for a c# project. The last command would sometimes cause the ERRORLEVEL value not equils to zero and then the build fails. I want to append an extra ...
0
votes
2answers
401 views

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 ?
3
votes
1answer
2k views

Problem with prebuild event in Visual Studio replacing $(SolutionDir) with *Undefined*

I believe the problem is documented here and looks like it might be a bug in visual studio, but I'm wondering if anyone knows of a workaround. Basically I have the following 2 lines (among other ...
2
votes
2answers
2k views

Visual Studio Setup Project— adding prebuild step

I want to make my build process for producing a setup project to be a single click. However, I also want to add {smartassembly} to the build step to obfuscate the build, but only on our build ...
18
votes
4answers
7k views

Pre-build MSBuild task to update AssemblyInfo not in sync with built exe

I am using a pre-build task in Visual Studio 2008 that invokes msbuild: C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe $(MSBuildProjectDirectory)\version.targets ...
2
votes
2answers
3k views

What's an easy way to access prebuild macros such as $(SolutionDir) and $(DevEnvDir) from code in C#?

Right now I'm thinking write the paths to a file in the pre-build event and then read from that file in the code, but I'm wondering if there's an easier more elegant way. edit: This is sort of a ...