SergioLuis / xnant

This is an experimental reimplementation of NAnt. NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles.

Home Page:nant.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAnt

This is a modern NAnt re-implementation made to run on top of modern .NET versions.

It is in a very preliminar stage, and it is not supposed to be used in production environments. The original NAnt project can be found under nant/nant.

In compliance with the GNU General Public License v2.0, this derivative work is also licensed under the aforementioned license and holds the original Copyright notices where necessary.

License

Copyright (C) 2001-2012 Gerry Shaw
Copyright (C) 2022 Sergio Luis Para

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

As a special exception, the copyright holders of this software give you permission to link the assemblies with independent modules to produce new assemblies, regardless of the license terms of these independent modules, and to copy and distribute the resulting assemblies under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on these assemblies. If you modify this software, you may extend this exception to your version of the software, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.

A copy of the GNU General Public License is available in the COPYING.txt file included with all NAnt distributions.

For more licensing information refer to the GNU General Public License on the GNU Project web site. http://www.gnu.org/copyleft/gpl.html

About

This is an experimental reimplementation of NAnt. NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles.

nant.sourceforge.net

License:GNU General Public License v2.0


Languages

Language:C# 91.8%Language:HTML 5.9%Language:XSLT 2.0%Language:CSS 0.1%Language:Makefile 0.1%Language:JavaScript 0.1%