Questions tagged [build]

The process of converting source code files into standalone software artifact(s) that can be run on a computer

In the field of computer software, the term software build refers either to the process of converting source code files into standalone software artifact(s) that can be run on a computer, or the result of doing so.

Useful Links

23199 questions
9
votes
4 answers

Installing Babel to use with React and JSX

I'm new to React and Babel and JSX. I'm trying to figure out how to install Babel so it will "do the right thing" with React and JSX in the browser. However, the documentation for Babel assumes that I already know the entire NPM/Node + many other…
Elisabeth
  • 2,972
  • 6
  • 35
  • 39
9
votes
1 answer

MonoTouch / MonoDevelop Ad Hoc Build Failure But Project Bundle ID and Provisioning Profile Match

I'm running into a really vexing problem with MonoTouch/MonoDevelop. I'm trying to build an app for Ad Hoc distribution in MonoDevelop for the iPhone. I've followed these steps: Requested, created, and installed my Distribution certificate on the…
9
votes
0 answers

Openshift 3 - Build stuck in pending state

I have been using Openshift 3 seamlessly to build and deploy a Node.js application for several months. Since yesterday, new builds of the same app systematically fail because they are stuck forever in the Pending state, with the "Started status: not…
Ety
  • 334
  • 5
  • 13
9
votes
3 answers

Go build error: no non-test Go files in

Getting an error when trying to run go build ./... from my $GOPATH/src . no non-test Go files in The error is correct there are no test files in but why is that causing a compile error? Is it a bug?
Clintm
  • 4,505
  • 3
  • 41
  • 54
9
votes
4 answers

Build Hangs While Running 'react-native run-ios'

I am stuck on a problem. While running commnand from cli react-native run-ios Found Xcode project myproject.xcodeproj Launching iPhone 6 (iOS 10.3)... Building using "xcodebuild -project myproject.xcodeproj -configuration Debug -scheme myproject…
Tahmid Rahman
  • 748
  • 1
  • 8
  • 20
9
votes
2 answers

No Protection by Signature on Specific Manifest Entry in Building an Android Application

I'm trying to sign an APK for publishing on the Play Store that was originally built with Cordova and Ionic. Now, after going through the steps: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore release-key.jks…
user7722867
  • 478
  • 3
  • 17
9
votes
5 answers

Using Ant to merge two different properties files

I have a default properties file, and some deployment specific properties files that override certain settings from the default, based on deployment environment. I would like my Ant build script to merge the two properties files (overwriting default…
Justin
  • 111
  • 1
  • 1
  • 3
9
votes
3 answers

Jenkins Build Error: Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is failing with Build step 'Invoke top-level Maven targets' marked build as failure I am new to Jenkins and not sure why build is failing. Please see the log: [INFO] yarn install v0.27.5 [INFO] [1/4] Resolving packages... [INFO] [2/4]…
Umair Cheema
  • 403
  • 2
  • 6
  • 14
9
votes
5 answers

"CreateRiaClientFilesTask" task failed unexpectedly

This error has started occuring when attempting to build my VS 2010 Silverlight project after some minor changes to my RIA domain services, which are hosted within the Silverlight website application. There appears to be no reason for this error and…
9
votes
1 answer

How to force 64-bit LMDB to generate a 32-bit database?

The executable which uses the lmdb library is in 64 bit linux format . Because dependency libraries of the executable are in 64 bit .Building executable & lmdb lib as 32bit solution not possible. Is there any way i can force 64 bit lmdb lib to…
Rajesh Gopu
  • 863
  • 9
  • 33
9
votes
2 answers

Run jest with electron instead of node

To make a long story short, I'd like to run my jest tests (using CLI) with electron instead of node. It's relevant when using native module, because you need to build them using electron header while jest run them using plain node. So I must either…
Eric Burel
  • 3,790
  • 2
  • 35
  • 56
9
votes
2 answers

Hudson - missing Trigger builds remotely option

I'm trying to set post commit build on Hudson but I can't enable Trigger builds remotely (e.g., from scripts) option in Hudson. I have installed lots of plugins, google it for a while but all without success. This problem is kind of solved in…
Sobis
  • 1,385
  • 4
  • 20
  • 29
9
votes
1 answer

error: exportArchive: The operation couldn’t be completed. (IDEDistributionErrorDomain error 3.)

I am building iOS project on command line using xcodebuild. Building with Release configuration is ok which created and App.xcarchive. Then I am trying to export archive for App Store IPA using, xcodebuild -exportArchive -archivePath App.xcarchive…
Sazzad Hissain Khan
  • 37,929
  • 33
  • 189
  • 256
9
votes
1 answer

Environment independent builds using the Vue webpack template

I use a build server to build my Vue projects, using the npm run build command nicely supplied by the Vue 2 template. The Vue template also provides the ability to access environment-specific data that can be configured in files underneath the…
amoe
  • 4,473
  • 4
  • 31
  • 51
9
votes
1 answer

non standard file "data-raw" note on building/checking a package in R

I get this warning Non-standard file/directory found at top level: ‘data-raw’ when building my package, even there is the recommendation of creating this folder to create package data http://r-pkgs.had.co.nz/data.html#data-sysdata Any comments…
drmariod
  • 11,106
  • 16
  • 64
  • 110