-
Notifications
You must be signed in to change notification settings - Fork 8
optimized nant macrodef task
License
sanjayprabhu/macrodef
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAnt Macrodef Task by Eoin Curran (http://peelmeagrape.net/) with the support of Exoftware (http://www.exoftware.com/) Addon task for NAnt (http://nant.sourceforge.net/) that allows for defining new tasks, similarly to ant (http://ant.apache.org/). Licensed under GPL - see COPYING.txt Update: Whenever it comes across a new macrodef, it will SHA the content to generate a unique identifier. If a dll with that name exists in the temp directory, it will use that dll instead of recompiling it. If not, it will compile the macrodef and save it with the unique identifier. What this means is that all macrodefs will be compiled only once and should be significantly faster to load. It should detect changes and recompile them automatically. If you need to delete the cached dlls, you'll find them in %temp% ending with *_mdef.dll.
About
optimized nant macrodef task
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published