Tagged Questions
Build-tools are tools designed to help and automate the process of compiling, packaging and deploying software.
11
votes
18answers
966 views
Available Build Tools (make, etc)?
There's a lot of questions on here regarding various niche build needs (.NET, continuous integration, etc) but, of course, my niche need is different.
Rather than asking a very specific question ...
9
votes
2answers
2k views
Is there an offline w3c validator tool?
I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd ...
8
votes
3answers
216 views
Which build tool to teach?
While similiar questions have been asked, this one's focused on which is best/easiest to teach.
I'm giving a weekly tutorial at my university focusing on data structures and algorithms. Fromn time to ...
8
votes
6answers
1k views
Replacing build.xml with Build.java - using Java and the Ant libraries as a build system
I've grown disillusioned with Groovy based alternatives to Ant. AntBuilder doesn't work from within Eclipse, the Groovy plugin for Eclipse is disappointing, and Gradle just isn't ready yet.
The Ant ...
6
votes
8answers
525 views
Reason for Make's Popularity vs. Alternatives
What forces are at work keeping crufty old Make (with or without makefile generator tools) prominent as a build tool? Is it deficiencies in alternatives that keep them from being widely adopted, or ...
3
votes
1answer
173 views
Are there any Build tools designed with Mercurial in mind?
I've just moved a large project out of a legacy version control system, and into Mercurial. I'm now faced with the task (opportunity!) of overhauling my old build system to work with this new source ...
3
votes
4answers
160 views
What's the ROI of using a build tool like ant or nant?
To me this sounds like a really stupid question.
Why would you not use a build tool?
However, I need to explain my co-worker why he should be using a build tool of some sort.
He's getting ...
3
votes
2answers
270 views
Choosing a scripting/build tool
We are currently working on a project with both actionscript and Java. Up to now, we were using Ant as our main build tool, but the dumb amount of duplication it implies and the lack of flexibility ...
2
votes
1answer
51 views
Setting up actions for multiple test folders in SBT using 'Simple' configuration
This is actually a duplicate of sorts of Setting up actions for multiple test folders in SBT, however the answer in that one specifically uses the Scala syntax for SBT.
In our project - currently at ...
2
votes
1answer
102 views
cmake: compilation statistics
I need to figure out which translation units need to be restructured to improve compile times, How do I get hold of the compilation time, using cmake, for my translation units ?
2
votes
5answers
391 views
Automated build tool for Delphi project
I have serveral projects written in Delphi 7 and i am looking for tool which will automate building process (including package creation and upload to the specific ftp location). I would like to find ...
2
votes
3answers
385 views
Maven-like tool for Delphi (or C#)
Does anyone know whether there are any tools that re like Maven - I'm looking for something to manage project dependencies ?
Any suggestions would be greatly appreciated.
2
votes
4answers
2k views
How can include multiple jars in the classpath using ant?
I have a bunch of .java files in a "src" folder that depend on three jars in a "lib" folder. I have the following build.xml file:
<?xml version="1.0"?>
<project name="MyProj" basedir=".">
...
2
votes
3answers
2k views
Modern Build tool suitable for Visual Studio MSBuild
I'm new to build automation and Continuous Integration, but have done extensive research on the subject.
First the question: assuming I have an unmanaged Visual C++ .sln file, and that I can build it ...
2
votes
2answers
124 views
How can I work with filenames with spaces in bjam?
I need to describe an external library in a Jamfile. The location of the library is held in an environment variable.
set EX_LIB_PATH=C:\Program Files\Ext
Here is the snippet from the Jamfile:
...
2
votes
2answers
2k views
With scons, how do you link to prebuilt libraries?
I recently started using scons to build several small cross-platform projects. One of these projects needs to link against pre-built static libraries... how is this done?
In make, I'd just append ...
2
votes
1answer
244 views
Define cross directory dependencies in Jam
After many years of using make, I've just started using jam (actually ftjam) for my projects.
In my project workspaces, I have two directories:
src where I build executables and libraries
test ...
1
vote
7answers
49 views
Java Build tool flexible enough to do conditional checks
I currently use Ant to build Java software.
However, all development that I have done so far was not very complex. So, ant was sufficient for me.
Recently, I have started working on a bit complex ...
1
vote
1answer
151 views
Tycho target Platform
I want to build an RCP-Application with a target platform which is a directory with Maven/Tycho.
Now I have some troubles that the dependencies could not be resolved.
Internal error: ...
1
vote
1answer
76 views
What's the pro and cons of fabric against ant?
I have been using ant to make a build tool for website deployment. I use Ant to glue different tools such as less-compiler, YUI-compressor, Google Closure Compiler and JSlint together.
However, one ...
1
vote
1answer
93 views
Build tools for web site
There are many html markup pages, my own css library files, project css files, my js libraries, also dependencies with other js libs, php framework, php library, project php files in my project .
For ...
1
vote
1answer
102 views
Maven Security Concerns
Are there security concerns with using Maven? I use Ant today for my main project, but I do use Maven for my "samples" project where I write program spikes. I do like some parts of Maven, but have a ...
1
vote
6answers
827 views
ETL Tools and Build Tools
I have familiarities with software automated build tools ( such as Automated Build Studio). Now I am looking at ETL tools.
The one thing crosses my mind is that, I can do anything I can do in ETL ...
1
vote
1answer
372 views
finalbuilder versus kinook visual build
Has anyone used both of these build tools? final builder and visual build (kinook.
What advantages did you see over the product you prefer? Are they basically the same just UI differences?
1
vote
5answers
247 views
General purpose build tool with good Java support?
I really need an easy to use build tool which supports multiple languages with strong Java support. I have tried Scons but found the Java support lacking. Is there anything else out there? I'm not ...
0
votes
3answers
94 views
Eclipse RCP Buildtool
I want to automate the Build Process of an existing RCP application with an own target platform.
Now I can't decide between Ant and Maven ore maybe there is a better tool?!
The tool should be easy to ...