265
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added nant folder to list.(dist folder) More... about 22 years ago
Added ignore file so cvs doesn't complain about certain file/folders. (Or try to add them...) More... about 22 years ago
* Corrected name and added my e-mail. More... about 22 years ago
* updated home page to make it clear where users and developers should talk * added astyle to links for source code formatting More... about 22 years ago
* Added more authors, spam proofed emails More... about 22 years ago
* new authors * fixed links * cleaned up homepage More... about 22 years ago
* Fix for regression problem: modify nant.dstamp to tstamp.date and nant.tstamp to tstamp.time to reflect modification in TStampTask.cs on 2002-03-06. More... about 22 years ago
* fixed problme with bad build file names being loaded More... about 22 years ago
* userdoc task in buildfile now uses images that exist in /doc folder * added tstamp task More... about 22 years ago
Fix: <nunit /> attributes changed to all lowercase to reflect recent change in NUnitTask. More... about 22 years ago
Added TypedCollection task based on Chris sells CollectionGen Tool More... about 22 years ago
* Fix broken link to 'NAnt Print Ready Logo'. More... about 22 years ago
* added Eric and Phillipe as contributors More... about 22 years ago
* updated authors More... about 22 years ago
* Added formatters to tstamp task * Added Chris Jenkins date string support to tstamp task * Added TStampTaskTest * Added Chris Jenkins fix for ZipTask and Nant -D bugs * Fixed problem with Delete task reporting duplicate messages More... about 22 years ago
* updated to use new style of writing tasks More... about 22 years ago
changes project help to load xslt right out of the embedded resource More... about 22 years ago
Changed <absolute> to <includes asis='true' ...> More... about 22 years ago
* default project base directory is build file directory * Project.ExpandText => Project.ExpandProperties * <delete> task always produces a message (verbose=true not needed) * <delete> task can now only delete directories by the dir attribute * improved nant task * larger reworking of FileSet - removed include all by default - only works on files - more default excludes - asis/if/unless attributes for includes/excludes - defaultexcludes attribute * added if/unless to target * target depends are space-sepereated (comma still supported) More... about 22 years ago
* Overhaul of how build file text locations are managed (see LocationMap) * Target is now an Element * Project.ExecuteDefaultTarget => .Execute() * Project.ExecuteTarget => .Execute(Target) * Added TaskDefTaskTest (say that 10 times fast!) * Improved output Nunit LogFormatter * Removed unneeded ExpandText calls from many tasks * Rewrote <include> task (href => buildfile) * Added IncludeTaskTest * Removed the nant.onsuccess and nant.onfailure environment variables (these will be replaced with BuildListeners) * Renamed TaskTestCase to BuildTestBase More... about 22 years ago
* fix to Documenter to force all filenames to lowercase More... about 22 years ago
* updated xslt for documenter to sort index page and make nice tables * changed the default properties set by nant to just nant specific * sysinfo task can set system specific properties * changing the way tstamp will set properties to be more predictable More... about 22 years ago
* fixed typo More... about 22 years ago
* fixed error with doc task More... about 22 years ago
* added sysinfo task and test More... about 22 years ago
* added failonerror, verbose, if, unless attributes to Task class (all tasks will now have these attributes by default) * added TaskTest to test mentioned attributes * removed custom support of these attributes in tasks that implemented them More... about 22 years ago
* updated changed log and todo list More... about 22 years ago
* added attrib task and test * added gac task * added Simple example * clean up on various tasks More... about 22 years ago
fixed build file so extra's compiles correctly More... about 22 years ago
fix to allow tas attributes to be defined as enums More... about 22 years ago