InfoQ

Topic/Tag specific view

All content and news on InfoQ about Ant


Latest featured content about Ant

Implementing Automated Governance for Coding Standards

Community
Architecture
Topics
Code Analysis,
Delivering Quality,
Build systems

Most development organizations of a significant size have some form of coding standards and best practices. Simply documenting these standards and keeping them up to date can be a significant challenge and enforcing them even harder. Our organization has found that enforcing coding standards and best practices in an automated fashion through our build process has been highly effective.

News about Ant

Hands-off Load Testing with JMeter and Ant

Community
Java
Topics
Performance & Scalability,
Software Testing

Automation expert Paul Duvall highlights in a recent post the value of earlier and continuous integration of load tests throughout the development cycle and presents simple step-by-step techniques to create a scheduled integration build that runs JMeter tests.

Debate: Is Maven the right tool for builds?

Community
Java
Topics
Artifacts & Tools,
Build systems

Recently, there has been a lot of debate around the usefulness Maven, which is a Java-based build and dependency management tool being used in many projects. InfoQ took a closer look at this debate to understand what issues are being encountered, and what has resulted from the debate.

Boost your Java Test with Ruby and JtestR

Community
Java,
Ruby
Topics
Unit Testing

The ease of Ruby for scripting tasks makes it a very powerful candidate for writing your Test suites. Until recently there was no real standalone framework to test your Java with Ruby. JtestR, written by Ola Blini (a member of JRuby team) and Anda Abramovici, makes it possible now. Ruby coupled with powerful Ruby tools such as RSpec, mocha will make writing Java tests smoother.

Review: Continous Performance Management

Community
Agile
Topics
Software Testing,
Unit Testing,
Code Analysis,
Build systems

Steven Haines from Quest has published an article demonstrating the use of performance analysis tools in the continuous build cycle as best practice and makes some thought provoking points about the cost of not doing so.

Catching Up with Maven 2

Community
Java
Topics
Build systems

Maven is a pattern-based build framework for Java and J2EE projects; more than just scripting builds for arbitrary projects, Maven knows about J2EE, Struts, Hibernate, etc. and has a prescribed way of structuring and organizing a project from its moment of creation through testing, packaging, and deployment.

JRake: Ant-Killer Combo of JRuby and Rake

Community
Ruby
Topics
JRuby,
Build systems

As JRuby becomes a viable solution for real development tasks, former ThoughtWorker Matt Foemmel is hard at work improving the world of build scripts by replacing ant with rake. He's winning fans among heavy-hitters such as Martin Fowler.