Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.
1
vote
2answers
24 views
programmable build automation tool?
I'm trying to find a build automation tool (like Apache Ant or Maven), where build script is written in an OOP language (for example Java, or Ruby, or something similar). My build process is rather ...
1
vote
1answer
95 views
Release signing in gradle.properties for Android
So I'm trying to convert all of my ant build scripts to gradle, and I've been able to find ample resources and documentation on all of it except how to configure signing in the gradle.properties file.
...
1
vote
1answer
28 views
Is plugin_LTLIBRARIES a buildin variable like lib_LTLIBRARIES and noinst_LTLIBRARIES?
Recently I read the source code of strongswan. And I found this piece of script in one Makefile.am. I didn't see plugin_LTLIBRARIES before. I searched on the internet. Most of the result is ...
0
votes
0answers
23 views
xml file is not being updated in netbeans
I have set a project in netbeans and set settings to copy the files to another directory (web root). Everything was working fine untill now. I have a script which updates an xml file dynamically ...
1
vote
1answer
79 views
Maven and Ant in IntelliJ Idea, Downloading Dependencies
I have very little experience with Ant or Maven, but I am trying to streamline my build process for a project I'm working on. I use IntelliJ Idea for Java development, and I would like to use Ant for ...
0
votes
0answers
46 views
How to Automate multi-environment Deployment
We have 4 environments : DEV, TEST , STAGING and PROD. Usually all new releases are manually deployed on each environment.This has resulted in configuration mismatch across environments due to ...
0
votes
1answer
47 views
Building Visual Studio projects for 2 Frameworks Simultaneously
I have a few class libraries that I'm using in two of our in-house projects. One of the in-house projects targets the .NET 4.0 framework, while the other one targets .NET 2.0. I'm using LinqBridge to ...
0
votes
0answers
64 views
Cakefile build task crashes on error
I've copied a few cake snippets from the internet and tried to automate the building of my project.
There are two versions of the build task. One uses exec:
{exec} = require 'child_process'
task ...
0
votes
0answers
70 views
To integrate git versions as build numbers or not? [closed]
A colleague and I have been taking turns debating/discussing the issues/merits of integrating a version derived from the current git repository into our code whenever it builds.
We think the merits ...
0
votes
2answers
74 views
How to create SVN stats using ANT?
I am sure I have seen this in maven but not sure how to do it in ant:
How can I get a list of commiters with their (preferably relative) amount of commits
i.e
Sam 80%
Joe 10%
Mike 5%
Phil 5%
...
0
votes
1answer
88 views
Ant check if remote directory exists
How would I check with ant if on a remote a given directory exists? Locally I can do that with the available task.
2
votes
2answers
67 views
Build system that is not file-centric
We have a software infrastructure which works pretty much like a software build system: Information is gathered from different sources and used to generate some outputs. Like in traditional software ...
1
vote
2answers
51 views
File type check SVN hook
I was search for two hours for SVN hook shell script which can do below two things and I am not able to find. Could you please help me if you have any relative template or materials.
Need to check ...
0
votes
2answers
62 views
Continuous Integration status monitor
I am currently installing external monitor on the wall in the office to provide feedback from Jenkins build server and wonder: what solutions do other are using?
Any one is using monitor on the wall? ...
1
vote
0answers
22 views
Can i test the entity framework down() migration as part of my build and deploy process?
i use entity framework code based migrations. A simplified version of my workflow is...
Work against a local db, make changes to the model, test the up and the down migrations locally, commit code ...
0
votes
0answers
123 views
Jenkins can't find ant.bat on my Windows slave
First I didn't set ANT_HOME as the global system environment variable, but the Jenkins failed to find ant.bat to kick off build on slave. By read of this post Windows systems need ant.bat and mvn.bat ...
0
votes
1answer
19 views
Profile not part of artifact name
My project uses code that can run on either Android or Java. To abstract out the non-common pieces, we use the same API but platform specific implementations - one for Android and one for Java.
...
1
vote
2answers
64 views
LESS deployment and build-automation
I've been wanting to get into learning build-automation within web development having only real experience with ANT in building Android applications.
I want to build websites that utilize LESS but I ...
3
votes
2answers
380 views
Javascript web app and Java server, build all in Maven or use Grunt for web app?
We are doing a web application with AngularJS and we like the idea of using Bower for Dependency Management and Grunt for building, running tests etc. (Yeoman)
The server is done with Java using ...
0
votes
1answer
86 views
RAD's autogenerated EJBs stubs, are them necessary?
recently I was involved in maintenance of a project.
This project is very old and the build process is all demanded to IBM RAD.
We have to rebuild the entire project from scratch, but in the meanwhile ...
1
vote
2answers
118 views
Build never starts on TFS2012
I'm attempting to set up some build controllers and agents in our TFS infrastructure. Our TFS server is setup as a build controller, and I have a few build agents set up as well.
When I queue a new ...
0
votes
1answer
87 views
Automatically renaming files during a TFS Merge
My development team is in the process of implementing branching and merging in TFS. Our software is contained in one solution, which many projects embedded within. One of those projects contains all ...
1
vote
0answers
124 views
Jenkins & Bitbucket: Build on link
I'm trying to bring up the bitbucket -> jenkins link. But i've no change, tried it in different settings (see on the pictures)
it works if i call
...
1
vote
4answers
119 views
A make situation! Using 3 programming languages for parts of the program. Which build tool to use? [closed]
Ok! I don't need people to ask why I'm using 3 different programming languages for a relatively simple task... (It's in the coursework specification)
My situation is, I have to write a program. This ...
0
votes
1answer
128 views
How do I use HTML5 Boilerplat build script with WordPress theme
I'm using HTML5 boilerplate for my first project, which is a WordPress theme, & want to use the build script to compress all my files.
I found this post regarding how to get the script to parse ...
0
votes
1answer
86 views
How to build same project with multiple configuration C# VisualStudio2012
I have a solution with many projects.
I Would like to build several projects with multiple configuration settings.
e.g:
ProjectA is set as target framework: 3.5 and platform target x86.
output ...
1
vote
1answer
105 views
Continuous Integration and Release Management
We are a small software development shop, small meaning one perm. software engineer and two contractors. I am considering using a continuous integration and release management process since our ...
2
votes
1answer
409 views
How can I rename files with Grunt, based on the respective file's parent folder name?
I have a the following structure:
src/
modules/
module1/
js/
main.js
scss/
main.scss
index.html
module2/
...
0
votes
1answer
34 views
Include AWSSDK refrence to the nant build file
I'm making a build file to build a website written in C#.net using NANT,
but i'm Unable to include the AWSSDK assembly to the file. it give me error
error CS0234: The type or namespace name 'S3' ...
1
vote
0answers
58 views
What is a complement and how to draw the graph
I don't know where to ask the question, here or in the mathematics section or in theoretical cs. I've seen questions about this topic, here and there.
I also saw this question, but it's too advanced ...
0
votes
1answer
59 views
Using TeamCity with GitHub for Windows
I am using TeamCity 7.1, running it on my Windows development machine. I have a team using GitHub for Windows. I am working on a demo for continuous integration. I want to teach the others how to ...
1
vote
3answers
58 views
How to make a program that automatically runs a program for many input files?
Sorry if my title didn't make much sense, but here is what I need:
So I am running an open source ocr program tesseract and I use it in command prompt (I use windows), such that 'tesseract input.jgp ...
0
votes
3answers
322 views
SQL Server 2012 command line parameters
I am trying to install SQL Server 2012 via some command line parameters. I have a simple form that has a few buttons to install various projects. One is to install a SQL Server with set names and ...
2
votes
1answer
182 views
how to add “android.library=true” with the “android update” command
I want to build an Android project from command-line and want to add the android.library=true flag to the project.properties. I also want to do it with he the android command from the sdk and NOT add ...
0
votes
1answer
54 views
TeamCity - Disable artifacts being sent back to build server
At the end of a TeamCity build, it sends the artifacts back to the TC server. I don't need this to happen because my build script is pushing them to S3 where our web servers pick the payload up from. ...
1
vote
0answers
62 views
Run the HTML5 Ant Build Script on a server
The HTML5 Ant Build Script seems to be primarily a front end tool - https://github.com/h5bp/ant-build-script
But does anyone know if it's possible to run the build script on a server? Reason for this ...
0
votes
2answers
86 views
Dynamic files include on Visual Studio build process
I got a question about the build process on VS.
I have a DLL Project with 3 .cs files inside. I would like to be able to define which files to include in the compilation process. So I can build a dll ...
0
votes
2answers
43 views
MSBuild get all project referencing/using a project
We want to setup a build process to prevent breaking changes on our branch. We have a common library/project being referenced by multiple projects. So that, when a change is made on this common ...
1
vote
2answers
221 views
Grunt watch plugin does not display UglifyJS abort message
grunt-contrib-watch plugin provides nice auto-build feature but in some occasions does not display warning message from tasks, here is my grunt.js:
min: {
app: {
src: [
...
0
votes
1answer
80 views
TFS 2012 CI doesn't run sheduled builds
I've setup the build definition to trigger the build on scheduled basis. This build runs when ran manually but not when scheduled.
I've checked the date time etc on TFS server and also no build ...
1
vote
1answer
57 views
In CMake, is it possible to build a dependency imported from a build tree?
I am trying to use the CMake feature for exporting/importing targets from a build tree (see this wiki page). I have this dependency library:
add_library(dependency SHARED dependency.cpp)
...
0
votes
1answer
48 views
Open Source Tool For Running My Automated Tests
I would like to know a best Open Source Tool that I can use to manage and maintain automation testing for every build and every product release.
Basically, during every build, I would like to click ...
1
vote
1answer
69 views
NuGet pack Ignoring -Prop Arguments When -Build Specified
I am trying to deploy to NuGet using a script. I have the following command for doing the actual deployment:
nuget pack MyProjection.csproj -Build -Properties Configuration=Release
Based the ...
-3
votes
2answers
42 views
1
vote
1answer
128 views
CMake generate C header via shell script
I have a shell script that takes a JSON file in and outputs a .h file which one of my targets depends on. It would appear that CMake's add_custom_command is what I need to accomplish this, but I can't ...
0
votes
0answers
256 views
Excel VBA for Automating monthly reports from different sources and templates
I am new to the VBA world and hoping you can help me. I have a master excel template that I need to update every month from different sources all with different templates. I want to create a macro (or ...
-1
votes
1answer
173 views
Is there a simpler alternative to Jenkins?
I'm looking for a nightly/CI build server for a .Net project. Building it and running the NUnit tests is very simple. I've looked at Jenkins/Hudson, but the setup for it seems hard not just on a ...
4
votes
0answers
386 views
TFS2010 with VS2012 workflow build process templates
It's known that Visual Studio 2010 works extremely slow with build process templates using Visual Designer for editing the XAML file (more info at: Why is the Workflow Designer so extremely slow when ...
0
votes
1answer
555 views
How to setup new local artifactory for maven?
I've read many questions and articles on this and tons of other sites, I still can't get this working.
I have maven configured to perform my builds, and now want to put the artifacts into a ...
1
vote
2answers
70 views
Best way to optimize the building/Compilation task of C library on various machines
We need to build a C library on various environment like (suse x86, suse itanium, solaris, HPUX, IBM AIX) with different compiler options(like compiler flags, 32bit or 64 bit, static or dyanamic, ...