Tagged Questions

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 ...
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 ...