Index of /code/nant-msbuild-AntTask

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AntTask-1.0.0.zip2016-03-13 18:14 19K 
[TXT]AntTask-1.0.0.zip.asc2016-03-13 18:14 189  
[   ]AntTask-src-1.0.1.zip2016-03-13 18:14 11K 
[TXT]AntTask-src-1.0.1.zip.asc2016-03-13 18:14 189  
[TXT]README.html2016-03-13 18:14 2.7K 
[   ]de.samaflost.AntTask.dll2016-03-13 18:14 9.5K 
[TXT]de.samaflost.AntTask.dll.asc2016-03-13 18:14 189  

Ant Task for NAnt ond/or MSBuild

Ant Task for NAnt ond/or MSBuild

Contains source and binaries for my Ant task for NAnt and MSBuild signed with my OpenPGP key.

The 1.0.0 version is my initial code drop from December 2005, 1.0.1 is updated in February 2009 to be .NET 2.0 or newer only and ships with a VS solution inside the source zip.

The 1.0.1 binary (de.samaflost.AntTask.dll) has been compiled against NAnt 0.8.5 as well as MSBuild using VS 2008 but targeting the 2.0 framework.

1.0.1 fixes a problem reported by Martin Harper, it should now allow Ant properties to use the correct case (formerly they always were all lowercase).

By now I've moved the sources from my local darcs installation to github.

Everything here is licensed using the BSD license:

Copyright (c) 2005,2009 Stefan Bodewig
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.

    * The name Stefan Bodewig must not be used to endorse or
      promote products derived from this software without specific
      prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.