build
Tracking code versions in an executable
I have a reasonable sized ( around 40k lines) machine learning system written in C++. This is still in active development and I need to run experiments regularly even as I make changes to my code.[详细]
2023-04-02 18:40 分类:问答How do I get and use the Apache Ivy.jar file from inside my project, without having it in my .ant folder?
At the moment I have this configuration: build.xml: <!-- Ivy settings start--> <condition property=\"ivy.home\" value=\"${env.IVY_HOME}\">[详细]
2023-04-02 15:54 分类:问答jenkins ci : how to select the artifacts to be archived
I\'m using Jenkins to build a maven 2 project. As part of the build a couple of jar files get generated in the target directory. I would like Jenkins to archive/copy a specific jar from the target loc[详细]
2023-04-02 15:19 分类:问答growing apk file size
It appears that each time I export to apk in eclipse the file is getting ~ half a meg bigger. I am making minor code edits so this large a difference s开发者_StackOverflow中文版houldn\'t be happening.[详细]
2023-04-02 12:59 分类:问答SBT + Lift - Not being able to build with sbteclipse
I just installed SBT 0.10.1. I\'m using Lift 2.4-M3 I can build with Scala 2.9.0-1 but when it tries to search for sbteclipse it just hangs:[详细]
2023-04-02 12:39 分类:问答Effect of mutually dependent targets in Xcode 4?
In my project, I have my main target (The one with all my product code). Halfway through the project I created another target to hold unit tests.[详细]
2023-04-02 12:16 分类:问答Build Dependencies In Eclipse Java Library Project For Multiple Providers
We are writing a JMS library in Eclipse to be used in our applications. Preferably, we want this to work with many JMS providers.[详细]
2023-04-01 20:21 分类:问答TFS Build Definition - Can you add this to source control?
I w开发者_开发知识库ould like to add my Build Definitions to TFS Source Control.Is there anyway to do this?Not really, no. If you\'re trying to track changes to your build definitions, you can use a c[详细]
2023-04-01 20:14 分类:问答Determine list of source files (*.[ch]) for a complex build with scons
Suppose you have a complex source tree for a C project, lots of directories with lots of files. The scons build supports multiple targets (i386, sparc, powerpc) and multiple variants (debug, release).[详细]
2023-04-01 19:37 分类:问答How to build dll in Eclipse without dependency of Cygwin1.dll
I have developed my own dll in Eclipse using cygwin compiler. Currently, I have to开发者_运维技巧 load cygwin1.dll and call cygwin_dll_init method in cygwin1.dll to load my own dll.[详细]
2023-04-01 18:00 分类:问答