265
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix XmlPoke when XPath matches zero nodes, so it will fail the build if failonerror=true More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' More... almost 12 years ago
Update the announcement part of the web page for NAnt. More... almost 12 years ago
Wrapping up the 0.92 Beta1 release. More... almost 12 years ago
Committing files for 0.92 Beta1 release. More... almost 12 years ago
Moved SFNetInclude.xml to etc/shellconfig.xml for organizational purposes. More... almost 12 years ago
Created ElementContainer class based on NestedTaskContainer class that was imported with the ChooseTask class. This was done to share the container class with other Task classes, such as the TryCatchTask class that was just imported from NAntContrib. Suggested by Gert D. More... almost 12 years ago
Moved the TryCatch and Choose tasks from NAntContrib to NAnt. More... almost 12 years ago
Wrapping up the NAnt 0.92 Alpha1 release. More... about 12 years ago
Committing files for 0.92 Alpha1 release. More... about 12 years ago
Updated release.xml to reference the appropriate set-${framework::get-target-framework()}-framework-configuration based on the current target framework rather than hardcoding net-1.0 (which is no longer a supported runtime for NAnt). More... about 12 years ago
Updated index.html to point to github.com More... about 12 years ago
Merge pull request #42 from rmboggs/asminfoupdates More... about 12 years ago
Merge remote-tracking branch 'origin/master' into asminfoupdates More... about 12 years ago
Merge pull request #39 from rmboggs/filemovementupdates More... about 12 years ago
Adjusted one of the move tests to check the existance of the base directory. More... about 12 years ago
Added comment in DirectoryScanner for clarity. Added move test to check moving files in subdirectories. More... about 12 years ago
Updated the DoFileOperations methods for the Copy/Move tasks for better efficiency. More... about 12 years ago
Changed FileUtils methods CopyDirectory, MoveDirectory, and GetTempDirectoryName methods to internal for the time being as suggested by Gert Driesen. More... about 12 years ago
Merge pull request #40 from jsargiot/master More... about 12 years ago
Update move task to allow for renaming directories with the same name but different casing (ie: C:\nant to C:\NAnt) on windows system. Added test for this change and additional comments for clarity. More... about 12 years ago
Adding unit test for Zip flatten attribute. Removed irrelevant Tar unit test. More... about 12 years ago
Adding flatten attribute to Tar task. This attribute makes the Tar ignore the directory structure. More... about 12 years ago
Adding unit tests for Tar task. - Added simple test (create tar file) - Added test for flatten. More... about 12 years ago
Added additional methods to FileOperation class to better understand the status of directory operations. More... about 12 years ago
Make sure that the fullname of the parent path is passed to the root string. More... about 12 years ago
Updated FileUtils.MoveDirectory method for better error handling and additional comments. More... about 12 years ago
Renamed newly added tests to better describe what the tests are for. Added new asminfo test for attributes that do not have default constructors. More... about 12 years ago
Reworked the asminfo tests. Reverted asminfo to only look for attribute names specified by the user and if not found, raise an error. Updated error to give the user the hint that the word Attribute may be required if attribute name does not end with Attribute. More... about 12 years ago
Corrected issue when specifying AssemblyInfo attributes that have constructors without parameters. Added ability to add attributes without Attribute suffix (ie: AssemblyTitleAttribute and AssemblyTitle both work). Added unit tests for recent changes. Should fix NAnt Issue #41. More... about 12 years ago