The process of converting source code files into standalone software artifact(s) that can be run on a computer
0
votes
2answers
9 views
Ant - Delete all folders with name?
In Ant, here's what I use to delete a folder with my build directory called "uncompressed":
<delete dir="${BUILD_DIR}/uncompressed"/>
...but how would I recursively delete all folders that ...
0
votes
0answers
3 views
is there a precompiled gpu-powered cuda opencv build for haar training?
if you ever worked with haar training on opencv you know that with sample of 3000+ positive images the training takes literally days. i have tried running smaller sets on cpu but i really think that ...
0
votes
1answer
14 views
Build unsigned APK file with Android Studio
I'm developing an android app with the Android Developer Tool.
Now i tried the new Android Studio, everything works fine if connect my smartphone with the pc and directly run the program in the ...
0
votes
4answers
40 views
R.java not generated after ADT update [duplicate]
I update my android tools and also my ADT. I cleaned my project and build it again. However after this action my /gen folder is empty.
I have made sure that none of my resource contains errors and ...
0
votes
0answers
10 views
Build libaacplus 2.0.2 for ios
Does anyone build libaacplus2.0.2(Download here) successed for iOS? I want ffmpeg support that.It cast me one day to build that, but failed.
This is libaacplus2.0.2/autogen.sh, It was edited, just ...
0
votes
0answers
30 views
Facebook.jar in referred libraries list, how to include it by buid file? [closed]
I'm trying to use an ant build file to build my Android project. since I have integrated facebook connectivity in the app I think I have to include facebook.jar files. my facebook.jar file in in the ...
2
votes
1answer
37 views
How do I get a text file to be a part of my build?
I wrote a program that reads from text files and can create them to load and save data. I have a few files that are the "default" data that are loaded as soon as the program start. The files are ...
0
votes
0answers
8 views
Android Use Google APIs as Library in Eclipse
I am working on android based application which includes few layouts with calls to web services using ksoap and displaying information on the screen. In a list view, I plan to display list of ...
0
votes
0answers
9 views
Building and debugging an iPhone app in XCode with a custom makefile
For reasons I won't go into, I want to use XCode to build and debug my iPhone app BUT I don't want XCode to compile and link the app, I want to run a script that calls the compilers and linkers ...
0
votes
0answers
11 views
How to build and run samples comes with Mali OpenGL SDK 2.0 for linux x86 architecture
it could be a small question but i am facing this issue as I am new to OpenGL SDK 2.0.
I have setup MaliOpenGL Emulator 3.0 and the sample comes with this emulator is building and running properly ...
0
votes
0answers
9 views
Errors while trying to build openmeeting from its sources
I am trying to build open-meetings project from its source and I followed this page to do that
http://openmeetings.apache.org/BuildInstructions.html
but after I executing the command
ant ...
0
votes
1answer
10 views
How do I copy files from project directory to outside project directory?
Scons Copy builder doesn't do anything when the path I want to copy to points outside the project directory. Is there any way to get it to actually do it? Below is more or less the test case:
p4_dir ...
0
votes
0answers
11 views
Android Dex: trouble processing “javax/transaction/xa/XAException.class”:
I am trying to build my project in the new Android Studio IDE and am unable to. I get this error but I cannot find where this class is being used.
I found this: ...
0
votes
0answers
23 views
incomplete build (apk file won't install) after Eclipse update
My builds were working as expected until I updated Eclipse and Android SDK yesterday. Now my apk file won't build completely (I can tell because the file size is much smaller) and it won't install on ...
0
votes
0answers
10 views
Problems with Sublime text system build and cygwin
I downloaded the 64 version for windows of sublime text, but whenever I try to compile a C++ file using the system build I get the following message:
"The program or feature ...
0
votes
1answer
33 views
Buck vs Gradle, pro's and cons for Android build systems
I'm currently using ant to build Android projects but it simply doesn't cut it for larger projects and maintaining different deliverables is becoming a pain.
Two alternatives I'm looking at are ...
-7
votes
3answers
59 views
')' expected runtime error [closed]
I'm a beginner at Java and instead of learning the basics I've dived right in to a program for work to copy data from our practices patient record software by using robot to tab and copy(Ctrl-C) ...
0
votes
0answers
13 views
ELF file OS ABI invalid
I am recently doing some experiment on building a cluster system for computing tasks. My server is Suse Linux Enterprise 11, and one of the client is Redhat Enterprise Linux 5. I compiled openmpi on ...
0
votes
0answers
14 views
Define Symroot when using static library
I'm trying to run my project fron command line:
xcodebuild -project dev/gd/PhoneGap_plugin/iOS/testing/iOS/PluginUnitTest/PluginUnitTest.xcodeproj -target PluginUnitTest -sdk iphonesimulator clean ...
0
votes
0answers
15 views
How can I trigger a TFS build when data in Dynamics CRM changes?
The setup we are envisoning is perhaps a little convoluted. However let me start by describing our main goal. We have a Microsoft Dynamics CRM setup which contains data that we would like to build ...
6
votes
1answer
74 views
Programmatically get Build settings values?
Is it possible to get the build settings values programmatically like iOS Deployment Target,
Preprocessor Macro values?
0
votes
1answer
26 views
How do I know the project is targeted for Windows Phone Emulator when it is being built?
In my Windows Phone project for SDK 7.1 I want to conditionally include a file:
<Content Include="MyFile.jpg" Condition="'$(Configuration)' == 'Debug'" />
all good, but the condition is not ...
0
votes
0answers
8 views
Building for iOS with Corona SDK: multiple binaries are created, causing “Invalid Bundle Structure” error from Apple
I am building an app called 'ToyBox.
When I build for iOS, I get a ToyBox.app directory which contains a ToyBox executable and the other typical iOS-related files (Info.plist, pkg.info, etc.), in ...
0
votes
0answers
10 views
How to build a hadoop release version of my modefied version?
I've made some modifications of the hadoop branch-1, and I'm wanting to build and release version, so I can install it and do some real test in distributed mode. But I stuck in build the release ...
0
votes
0answers
22 views
Jenkins : Invalid gitTool selection Git
i've setup my own jenkins buildserver today on my windows PC to build commits to my bitbucket.org-repository automatically.
Sadly i'm deep in trouble with the conenction between jenkins and git.
...
0
votes
1answer
25 views
Can one specific different compiler options for different modules in the same IntelliJ IDEA project?
We have an Android project with multiple modules. One of the modules is mostly code from a different team that doesn't care about things like deprecated APIs. Due to some business and process ...
0
votes
0answers
10 views
dll and pdb get copied to and then removed from bin during build in VS2010
I'm tackling a solution with multiple C# projects on Visual Studio 2010. Among them, the projects A > B > C are dependent and built in this order. A is a class library, B and C are console ...
0
votes
1answer
13 views
How to force SCons to use absolute path instead of relative in targets?
I'm trying to build a project that uses tsc (TypeScript compiler) on Windows, and it seems like when SCons invokes the compiler, it invokes it in the wrong directory. Besides, the command it ...
1
vote
1answer
22 views
How do I configure the SVN HTTP proxy from the command line?
I script the set up of my build environment. (So the build process can bootstrap itself if it finds itself running on a clean image).
As part of this process, certain dependencies are retrieved from ...
1
vote
1answer
33 views
Compiling Qt 5, getting warning “The build will most likely fail.”
I'm following this tutorial on compiling Qt 5 on Windows, using Visual Studio 2008 as the compiler.
When running configure.bat I get a warning - The build will most likely fail.
This is the complete ...
1
vote
1answer
30 views
build fails when a class in a referenced library is extended
Good day
I am using maven to build my java project. I've added a log4j jar as a dependency and tried to extend its RollingFileAppender class. I tried to build it again and surprisingly an error ...
0
votes
0answers
17 views
Checkstyle Issues in Build
I am having trouble with adding checkstyle to my build file. I have been attempting to follow the tutorial at http://checkstyle.sourceforge.net/anttask.html as well as look at examples of code that ...
1
vote
0answers
27 views
How to make Jenkins trigger a build when RSS is updated?
I have a SCM that only allows HTTP push/pull/poll requests. Without modifying my SCM, I would like Jenkins to trigger a build (as soon as possible) when new code is checked in.
Developers usually get ...
1
vote
1answer
23 views
How do I manage inter-branch dependencies in Perforce?
We are using Perforce and Maven and we are in a situation where we have one branch A that hosts a mature project and another branch B, that we are starting to dev on that uses the code hosted in the ...
0
votes
0answers
26 views
Auto Increment version code in IntelliJ IDEA (Android)
How can I have auto increment versionCode (or versionName) in IntelliJ IDEA for an Android project?
Here's another SO question already asked for Eclipse.
0
votes
2answers
22 views
Project dependencies not loading in Visual Studio 2012
I'm not sure if this is a add-on/extension issue but I'm having a heck of a time with Visual Studio 2012 on two computers. I believe it is DevExpress CodeRush causing the problems as it seems to work ...
1
vote
1answer
46 views
How to add dependency on library that is published locally for Play Project?
I have a Play project that is intended to be a library that I would like to publish locally during development phase.
I can achieve this by running publish-local
My question is how to add dependency ...
0
votes
1answer
11 views
Importing a makefile inside Eclipse - symbols could not be resolved
I'm trying to import an existing project into Eclipse. I did the following steps:
- I downloaded the source from a repository.
- I ran ./autogen.sh
- I ran ./configure
- I selected Makefile Project ...
1
vote
1answer
40 views
Where is the documentation for Play sbt-plugin (Build.scala)?
I am currently using Play version 2.1.1, and trying to modify Build.scala.
By default, it imports a package called play.Project._
I have been trying to find out the API of this package so that I ...
0
votes
0answers
19 views
big data makes the build very slow
I have a web application coded in Netbeans. I'm using a very large image directory consisting of 50k images with total size of near 1gb. The actual project is very small.
When I try to build the ...
0
votes
1answer
26 views
Build error: bad reloc address
I am trying to build IPopt with MKL blas on a 64 bit machine using MingW 64,
I can go through the configure process using the command below:
../configure ADD_FFLAGS=-fopenmp ...
0
votes
0answers
12 views
MSBUILD.EXE gives exception: MSB1025: An internal failure occurred while running MSBuild
I am trying to generate the build using the TFS automated process.
When i add a database project to the projects to build. The TFS build process fails givng erre MSB1025
Found a workaround to set ...
2
votes
3answers
270 views
I have updated Android SDK to rev. 22 yesterday and there is no apkbuilder in tools
I have checked with my friend who has Android SDK tools version 21, the apkbuilder is there. I have updated the Android SDK tools to version 22 and I can't find apkbuilder anymore.
So it seems that ...
0
votes
0answers
16 views
Error while running bjam in Boost Python
I have installed boostpro (boost 1.47) in my system. (Windows 7 32-bit)
when I run bjam command on "C:\Program Files\boost\boost_1_47\libs\python\example" I get the following error
C:\Program ...
0
votes
0answers
22 views
Jenkins builds failing while recording test results
We have Jenkins version 1.494 and Java 6. It is deployed on JBoss server. I was able to build the projects (using Maven 2) earlier but not sure what has changed and I am getting below error after the ...
0
votes
1answer
17 views
Create gradle wrapper using newest stable Gradle version
I want to create a wrapper, who finds the newest stable version and to use it.
If it is 1.5 to download it and use it , if it is 1.7, then to download it.
Now using code like this doesn't works.
task ...
0
votes
1answer
37 views
java.io.IOException: Cannot run program “ant”
I'm running a Job in Hudson.
I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
This is the result:
Started by user builder
Building remotely on Linux-Node
...
0
votes
1answer
44 views
how to fix broken project where R. no longer recognised?
Help, my project's completely broke!!!
I'm coding an Android app in Eclipse. I just made a change to the Strings file, replacing an existing named string ("button_text") to two strings ...
0
votes
0answers
16 views
Two TFS Projects - Making one project reference another within source control
I have two projects.
Project1 - A project within TFS that I wish to keep up to date that I want to make available for other applications to use.
Project2 - My first application that will need to ...
0
votes
1answer
31 views
Is it possible to configure a Jenkins Build Job to pick maven artifacts from local maven repository
Is it possible in someway to configure my build job such that rather than picking maven artifacts from the central repo , it picks them from the local maven repo. residing on my system?
NOTE - I want ...




