build

Can't change target platform to "any CPU"

Hey there. I work on a x86 pc and use .NET4.0 (same probelem witn 3.5) in VS2010. If i make a new Project (e.g. WinFormsApp), the first thing i want to do is to change the targetplatform of the project/solution to "Any CPU". I do the following: Project Properties -> build -> change TargetPlatform to "Any CPU" On top of the propertie...

Visual Studio clean solution doesn't delete all dlls / project reference getting moved

I have a VS 2008 C# web app with a bunch of project references to custom dlls. These are all at a relative path from the web project. Recently I've noticed that Clean Solution removes some, but not all, of the dlls from the web app's bin\debug folder. For example: <Reference Include="TowerCo.Utilities, Version=1.0.0.0, Culture=neutr...

What is the in-place/Out-of-place builds

As in the title the questions is what is the difference between (in-place/Out-of-place builds)? ...

Source and Javadoc jar generation

Hi, I think my question is easy. However it is surprising I couldn't find any easy solution. I'm developing an open source Java library project on Netbeans and like many others I want to release it as binary.jar, source.jar and javadoc.jar. Is there a way to generate them automatically on Netbeans? I know maven can do it. But the lea...

Missing assemblies: WindowsBase, PresentationCore, PresentationFramework

I got strange compile-time error: Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference list. This project is aspnet mvc web application and all was fine for a long time. After I added them Build went fine, but what could be a reason for this error? ...

How to incorporate this script into build process using VC++.

I'm using VC++ and want to write a script that can scan my source-code and at some places where it sees a text like "abc" then extract characters of that text and generate a selective piece of code like ones below at build time: first example of a piece of code : Func1(a); Func2(b); Func3(c); second example of a piece of code: {'a','...

"Build" builds my project, "Build Solution" doesn't

I've just started using VS2010. I've got a largish solution that migrated successfully from VS2008. I've added a console application project called "Test" to the solution. Selecting build->build solution does not compile the new project. Selecting build->build Test does build the project. In the failure case, no error is given. Similar...

TFS Build fails to copy to drop location

Building my solution succeeds, but the build fails upon copying from the build to the drop location. I get an error like this TF270002: An error occurred copying files from 'E:\Workspace' to '\\server\drop location_20101026.25'. Details: Access to the path '\\server\drop location_20101026.25\_PublishedWebsites\website\bin\somecompiled....

Qt Build w/ DLLs Included

In Qt when I build a project it creates the executable but it doesn't include the necessary DLLs. Is their some option I can turn on to do this for me? ...

building of jcc fails on mac

I can not build jcc on mac os. Here's what fails. gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -D_java_generics -DJCC_VER="2.6" -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -I_jcc -Ijcc/sources -I/Library/Frameworks/Python.framewo...

Mysql command line restore error "The system cannot find the file specified."

Hey, Ive got a rather strange issue, ive got an automated build tool that is calling through to the mysql command line to teardown then setup a database from an SQL file. On one computer it is working fine, and its basically calling: Mysql -h {Connection::Host} -u {Connection::User} --password={Connection::Password} < {sqlFile} Ive j...

Can't pick build target when importing Android project from existing source

I'm trying to import an Android project into my Eclipse workspace, using existing source code. When I point Eclipse to my existing source location, it doesn't populate the Build Target area on the New Android Project dialog. Why isn't it letting me pick a build target? ...

[CorePlot] Problem when compiling project with CorePlot 0.2.1

Hi everyone, I did use CorePlot 0.1, everything is ok, and now I want to upgrade to new version 0.2.1 which support pinches functionality and some other new things. But I meet some problems that, note that I use CorePlotSDK instead of add CorePlot-CocaTouch project: When I try to build "CPTestApp-iPhone" project of CorePlot, I got bel...

Selecting a Build Server

I'm planning to setup my own build server. I'm primary building C#, C/C++ and Java projects. I would also like my build server to run some external programs/scripts such as my unit tests, code static analysis and doxygen. Suggestions? ...

what can cause Visual Studio to rebuild my entire solution all the time?

I have a largeish solution in Visual Studio 2008 (around 30 projects, all C# and Script#), including some test projects. When I start the application or run my tests, way to often Visual Studio rebuilds everything rather than just the changed parts and their dependencies. If I don't change anything at all, it will not rebuild, but as s...

How to get Qt-Creator to build using cygwin make?

Does anyone know how to configure Qt-Creator to use cygwin's make to build a project? Maybe this is a simple cygwin-mangled Windows path problem, but I can't get Qt-Creator to find/run cygwin's make. My make lives in /usr/bin, which is actually c:\cygwin\c\usr\bin on my system. Either way, Qt can't seem to find it using all the obviou...

TFS 2010/Msbuild fails, StackOverFlowException

Hi! I'm having trouble with an upgraded 2008 build. I'm using the Upgrade template. Everything builds fine, but when I get to GetImpactedTests it crashes. Anyone experienced something similar? Can I turn off GetImpactedTests? Can't find a property for it. TF270015: 'MSBuild.exe' returned an unexpected exit code. Expected '0'; actual...

Modification of NetBeans Ant build script

I have an project in NetBeans. I made some preparations to make database migration easier, and I put all things related to migration in one folder in root of my project. Now I want to make this whole directory included in the distribution jar or war. I deducted that i have to modify the ="-pre-dist" target, but I not very familiar with...

Complex deployment process using Team build 2010?

Hi, In our project we have defined a build pipeline, a familiar idea in CI. Our project uses asp.net, c#.net, TIBCO and Sterling Commerce(i think both are java based) I understand we can use Hudson or Cruise control, but with TFS 2010 where build process can be defined using windows work flows 4.0, can i achieve complex workflows usi...

Ant build fail - because ant forgets property?!

Hi I am getting the following build error- BUILD FAILED C:\eclipse\workspace\ContinuousTesting\build.xml:55: C:\eclipse\workspace\ContinuousTesting\${lib.dir} Here is the build.properties file: src.dir=./src build.dir=./bin lib.dir=./lib This is the whole task <target name="compile" depends="properties, create.build.dir, xm...