265
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding flatten attribute to zip task. This task will behave exactly like the same attribute in the Copy task More... about 12 years ago
Fixed DirectoryScanner.IsEverythingIncluded so it is only updated when checking files, not directories. Fixed new MoveTask test to take recent DirectoryScanner.IsEverythingIncluded fix into account. Added additional MoveTask test and added DirectoryScanner test. More... about 12 years ago
Update Makefile.nmake file to pass debug flag to nant bootstrapper during build. Matches recent change to Makefile. More... about 12 years ago
Added IsEverythingIncluded property to DirectoryScanner class and FileSet class (as protected internal property). Added IsNullOrEmpty static method to FilterChain class as an internal method. Reworked MoveDirectory static method in FileUtils class for clarity. Removed copytask test that was no longer relevent. Added more move task tests. Documented copy/move task to include details about directories operations. More... about 12 years ago
Removing old RPM build targets and spec file. NAnt RPMs are being built at build.opensuse.org under Mono:NAnt project. Added new spec file (etc/obs.spec) that is being used at build.opensuse.org More... about 12 years ago
Updated README.txt file to reflect recent changes to NAnt. More... about 12 years ago
Removed a few of the see tags from docs to get rid of the compiler warnings during build. These tags added little value anyway. More... about 12 years ago
Add more tests for the Move and Copy tasks. More... about 12 years ago
Add additional tests for the Copy and Move tasks. More... about 12 years ago
Cleanup using statements in Copy/Move Task classes. More... about 12 years ago
Removed IsNullOrEmpty static method in FilterChain class. Added protected FileCopyMap property back in CopyTask (as obsolete property). Reworked Copy/Move tasks to move entire directoriesif CopyFileSet Includes list is empty. Added method to convert FileOperationMap to Hashtable (for FileCopyMap property). Added private static method to FileUtils static class to check if FilterChain is null or empty. More... about 12 years ago
Fix line endings in CopyTask. More... about 12 years ago
Update DirectoryIsEmpty methods to take directory inforamtion into consideration. Also added comments. More... about 12 years ago
Fixed the OperationType property of the FileOperation class. Also fixed documentation reference. More... about 12 years ago
Added methods to count the number of file and directory operations in the FileOperationMap class. Updated the Log outputs in the copy and move tasks to take directory operations into account. Added more comments. More... about 12 years ago
Added comments to the recent changes to the copy and move tasks. Also cleaned up the formatting and removed some commented codes. More... about 12 years ago
Updated copy and move tasks to take directory operations into account. Comments and additional tests needed. More... about 12 years ago
Merge branch 'master' into filemovementupdates More... about 12 years ago
Add initial target support for Silverlight 5. While here correct a couple task assembly paths for Silverlight 4. More... about 12 years ago
Set the copy/move tasks to add **/* to the CopyFileSet Includes list if the Includes list is empty when the tasks are called. More... about 12 years ago
Merge remote-tracking branch 'upstream/master' into filemovementupdates More... about 12 years ago
Merge pull request #24 from nant/nunitupdates More... about 12 years ago
Added copy/move directory static methods to FileUtils. Added IsNullOrEmpty static method to FilterChain. Added test to Move task to check issue that was reported regarding moving directories. More... about 12 years ago
Added labels attribute to nunit2 task More... about 12 years ago
Update the NUnit version number in the nunit2 task docs More... about 12 years ago
Remove old Assertion.Assert methods from the RegexTask and StyleTask tests. More... about 12 years ago
Remove comments regarding NUnit 2.6 upgrade. They are no longer needed. More... about 12 years ago
Update nunit libs to 2.6 final release More... about 12 years ago
Merge remote-tracking branch 'upstream/nunitupdates' into nunitupdates More... about 12 years ago
Merge remote-tracking branch 'origin/master' into nunitupdates More... about 12 years ago