Ant Content on InfoQ
Latest featured content about Ant

- Topics
- Agile in the Enterprise,
- Agile Techniques,
- Operations,
- Team Collaboration,
- Agile,
- Adopting Agile,
- Architecture
Two of ThoughtWorks’ finest, Martin Fowler and Jez Humble, talk about the notion of Continuous Delivery, which enables organizations to build software that is production ready at all times. To do this, enterprises automate the build, deployment, and testing process, and improve collaboration between developers, testers, and operations. The duo discusses a variety of related issues.

- Topics
- Web 2.0,
- Rich Internet Apps,
- Rich Client / Desktop,
- Unit Testing,
- Software Testing,
- Java,
- Web Frameworks,
- User Interface
This article explores how Gorilla Logic's new, open source Flex user interface automation testing tool, FlexMonkey, can enhance the productivity of both developers and QA testers. FlexMonkey allows developers to incorporate user interface testing into unit test suites and continuous integration environments, and allows QA testers to expand those tests into comprehensive quality tests.

- Topics
- Delivering Quality,
- Build systems,
- Architecture,
- Code Analysis
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
- Topics
- Java,
- .NET,
- Deployment / Datacenter,
- Cloud Computing
Microsoft has made available a kit for streamlining the process of deploying Java applications to Windows Azure.
- Topics
- Dynamic Languages,
- Configuration Management,
- Ruby,
- Package Managers,
- Java,
- Build systems,
- Tools
Managing libraries and dependencies is tedious. Clojars is a new hosted repository for Clojure libraries inspired by Ruby Gems and Gemcutter. Together with a new build tool, Leiningen, Clojars takes the pain out of library management. InfoQ talked to Alex Osborne about Clojars and how it works.
- Topics
- Java,
- 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.
- Topics
- Artifacts & Tools,
- Build systems,
- Java
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.
- Topics
- Unit Testing,
- Java,
- Ruby
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.
- Topics
- Build systems,
- Agile,
- Unit Testing,
- Code Analysis,
- Software Testing
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.