build

Nant: instruct MySql to create db and run scripts

How do I instruct Nant to tell MySql to run ddl scripts from a particular location and then run other scripts as instructed? Google let me to many sites which unfortunately do not work... ...

compiling qwt for windows mobile

Hi I have succesfully built Qwt 5.2.1 for use with Qt 4.6.2 on the Win32 platform. I can create and build projects in VS 2005 without problem. However I also want to use Qwt on a Windows Mobile 6.0 platform and I simply cannot get this to work. I have tried a shared build of Qt and Qwt, then using the QWT_DLL preprocessor command and t...

Any good tutorials/books on GNU Tool Chain & Gnu Build System?

Hello, I'm looking for good tutorials/books on Gnu Tool Chain and Gnu Build System. To be more specific, I am looking for information that starts with just the source code & gradually adds build files & uses Gnu Tool Chain step by step. In other words looking for an example which shows how to construct/build a project from the scratc...

build errors with Crypto++ on iphone

I am trying to build Crypto++ for iPhone but encountering issues. I managed to get it to build to the device by removing a few .asm files and test.cpp but two issues: 1) the simulator gets build errors relating to: {standard input}:13583:suffix or operands invalid for `call' 2) there are hundreds of warnings (kind of annoying) Has a...

How to get notification when a successful build has finished?

I'm writing an VS add-in and I need to run a certain method after a successful build. I've tried using dte.Events.BuildEvents.OnBuildDone but that event happens even if the build failed. Is there a property or some other event I should use? ...

Batch build using IAR tools

I am trying to do a batch build of a project using IAR tools. The processor is a CC2530, and it builds fine in the IDE. I have followed the documentation for batch build (Project/Batch Build) and created a .cspy file that is suppose to be my batch file, but in the comments in that file it indicates that I need a debug file (.ubrof) to ex...

Is it possible to have an Android build.xml that supports 1.5, 1.6 and also supports different screen densities?

I know that I can have Eclipse build for 1.5 and 1.6 SDKs for different screen densities if I have the following snippet in AndroidManifest.xml <supports-screens android:anyDensity="false"/> <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" /> and if I set up my assets in the following manner in res folder: /res/drawab...

Fixing lots of broken references in a working asp.net mvc project

The last time I worked on this project everything was fine. That was about 4 days ago. Now, when I open the project, all the references to .Net are not working, I cannot build my project any more. I have tried following the advice in posts here, but to no avail. Even simple things, like Request.cookies - Request is underlined in curli...

"Delete Build in Hudson after Keep Forever"

Hi, I've used the Simple Promote Plugin in Hudson and it set my build to "keep this build forever". Is there any way i can delete it? I got access to the slave who build it and to the master (tried to find anything related in there but no luck). Thanks, Tiago ...

How to override ant task stored in ant lib directory

At my work we use AspectJ in some of our Java projects. To get this to work with ant builds we have been placing aspectjtools.jar within ant/lib/. I am now working on a particular Java project and need to use a newer version of aspectJ. I don't want to have to get everyone who uses the project to update their local copy of aspectjtools....

Get Visual Studio to produce the same DLL for the same C# source

I noticed that when I build a given C# or VB.NET source to produce a DLL, the binary output is different each time. It would be helpful for our build / deployment process if this was not the case. Can I control this? ...

Best approach for Java/Maven/JPA/Hibernate build with multiple database vendor support?

I have an enterprise application that uses a single database, but the application needs to support mysql, oracle, and sql*server as installation options. To try to remain portable we are using JPA annotations with Hibernate as the implementation. We also have a test-bed instance of each database running for development. The app is bui...

How to specify prerequisite jobs in Hudson

I have a Hudson job that just does a check-out/update to a third-party library. Call this Job A. Several other jobs depend on this library. Call them Jobs B and C. They use the stuff checked out by Job A, and need it to be up-to-date. My question is, how can I require Jobs B and C to always run Job A (to update the library) before th...

building SQL Query From another Query in php

When I Try to built Query from another Query in php code I Faced some problem can you tell me why? :( code : $First="SELECT ro.RoomID, ro.RoomName, ro.RoomLogo, jr.RoomID, jr.MemberID, ro.RoomDescription FROM joinroom jr,rooms ro where (ro...

How can I include data text files with ant in a jar file?

In my src folder there is another folder called data which contains data1.txt and data2.txt. The application loads a graph from these files in the initialization so I want to include these files in my final jar. I use ant to produce the jar file. ...

Including configuration files while compiling a Flex application with MXMLC

Hello there, I'm using: - Flex SDK 3.5.0 - Parsley 2.2.2. - Flash Builder 4 Down in my src folder (which is configured as part of the source path in the Flash Builder), I have a logging.xml which I configure via Parsley: FlexLoggingXmlSupport.initialize(); XmlContextBuilder.build("com/company/product/util/log/loggi...

C++ build systems

I will start a new C++ project (it may have some C components as well) soon and I am looking for a modern, industrial-strength (i.e. non-beta) build system. The software will be created by several developers in 3-5 years and will run on Linux (Mac OS X and Windows might be supported later). I am looking for something that has better comp...

make command to get only symbols directory in out

Hi, Is there a way to compile the code in such a way that we get only specific files/directory in out folder rather than the whole out directory. what if i want to get only symbols directory specific to the target without host directory in it.Is it possible? ...

ASP.Net with VS 2010 Debugging and running

I am using ASP.Net with VS 2010. Actually i am getting crazy from the compiler. When i change my code and run the project, most of the time an old version of my code is executed. This means that the website is not compiled and the dll's are old. I tried to clean and rebuild my solution many times, some times it worked, others not.I had t...

NUNIT + VS2010 = Unable to copy file from /obj to /bin...being used by another process

I am trying to run some unit tests using NUnit while I have the project open, and VS 2010 cannot rebuild the project while the assembly is loaded in NUnit. I have looked around and haven't found any solutions that seen to fix it. I can close NUnit, then the project builds fine. This is a the same solution based on Rob Conery's BDD demo f...