Tagged Questions

0
votes
2answers
35 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 anythin …
1
vote
1answer
130 views

Is there an offline w3c validator tool?

Hi, 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 …
7
votes
18answers
532 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 sp …
6
votes
6answers
478 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 …
0
votes
5answers
114 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 ou …
0
votes
2answers
473 views

Modern Build tool suitable for Visual Studio MSBuild

Hi 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, …
1
vote
1answer
64 views

finalbuilder versus kinook visual build

Hi, 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 …
2
votes
2answers
472 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 …
0
votes
1answer
58 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 fr …
1
vote
1answer
148 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 an …