Apache .NET Ant Library 1.0 review

Download
by rbytes.net on

Apache .NET Ant Library doesn't strive to replace NAnt or MSBuild, its main purpose is to help those of us who work on projects

License: The Apache License 2.0
File size: 79K
Developer: Apache Ant Development Team
0 stars award from rbytes.net

Apache .NET Ant Library doesn't strive to replace NAnt or MSBuild, its main purpose is to help those of us who work on projects crossing platform boundaries. With this library you can use Ant to build and test the Java as well as the .NET parts of your project.

This library provides a special version of the < exec > task tailored to run .NET executables. On Windows it will assume the Microsoft framework is around and run the executable directly, while it will invoke Mono on any other platform. Of course you can override these assumptions.

Based on this a few tasks to run well known .NET utilities from within Ant are provided, namely tasks to run NUnit, NAnt, MSBuild and the Wix toolkit.

The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET for example) have also been moved to this Antlib and will see further development here.

What's New in This Release:
This release adds a few attributes to the NUnit, NAnt, and MSBuild tasks that allow more control over failing tasks.

Apache .NET Ant Library 1.0 search tags