Paketname | nant |
Beschreibung | build tool similar to Ant |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.85.dfsg1-9 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 4968 Byte |
Hängt ab von | mono-runtime (>= 1.1.8.1), libc6 (>= 2.10) | libc6.1 (>= 2.10) | libc0.1 (>= 2.10), liblog4net1.2-ci |
Empfohlene Pakete | |
Paketbetreuer | Debian CLI Applications Team |
Quelle | |
Paketgröße | 663896 Byte |
Prüfsumme MD5 | ea0629c1afe95f510eaa2dbac99362bd |
Prüfsumme SHA1 | 05b0c68df1167a5087ad2ac80241fdca0cde317e |
Prüfsumme SHA256 | 1239ea743fd18a0b9170749b7a7ff4d253d7b811482097e1d7b6b2652e5f9471 |
Link zum Herunterladen | nant_0.85.dfsg1-9_all.deb |
Ausführliche Beschreibung | NAnt is different than Make. Instead of a model where it is extended with
shell-based commands, NAnt is extended using task classes. Instead of
writing shell commands, the configuration files are XML-based, calling
out a target tree where various tasks get executed. Each task is run
by an object that implements a particular Task interface.
.
NAnt supports different target frameworks:
- Microsoft .NET Framework version 1.0, 1.1 and 2.0
- Mono 1.0 and 2.0
|