openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
NAnt
Settings
|
Report Duplicate
265
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 14, 2024 — May 14, 2025
Showing page 8 of 148
Search / Filter on:
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
Sam Calder
More...
about 13 years ago
Merge remote-tracking branch 'upstream/master'
Ryan Boggs
More...
about 13 years ago
Update the announcement part of the web page for NAnt.
Ryan Boggs
More...
about 13 years ago
Wrapping up the 0.92 Beta1 release.
Ryan Boggs
More...
about 13 years ago
Committing files for 0.92 Beta1 release.
Ryan Boggs
More...
about 13 years ago
Moved SFNetInclude.xml to etc/shellconfig.xml for organizational purposes.
Ryan Boggs
More...
about 13 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.
Ryan Boggs
More...
about 13 years ago
Moved the TryCatch and Choose tasks from NAntContrib to NAnt.
Ryan Boggs
More...
about 13 years ago
Wrapping up the NAnt 0.92 Alpha1 release.
Ryan Boggs
More...
about 13 years ago
Committing files for 0.92 Alpha1 release.
Ryan Boggs
More...
about 13 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).
Ryan Boggs
More...
about 13 years ago
Updated index.html to point to github.com
Ryan Boggs
More...
about 13 years ago
Merge pull request #42 from rmboggs/asminfoupdates
Ryan Boggs
More...
about 13 years ago
Merge remote-tracking branch 'origin/master' into asminfoupdates
Ryan Boggs
More...
about 13 years ago
Merge pull request #39 from rmboggs/filemovementupdates
Ryan Boggs
More...
about 13 years ago
Adjusted one of the move tests to check the existance of the base directory.
Ryan Boggs
More...
about 13 years ago
Added comment in DirectoryScanner for clarity. Added move test to check moving files in subdirectories.
Ryan Boggs
More...
about 13 years ago
Updated the DoFileOperations methods for the Copy/Move tasks for better efficiency.
Ryan Boggs
More...
about 13 years ago
Changed FileUtils methods CopyDirectory, MoveDirectory, and GetTempDirectoryName methods to internal for the time being as suggested by Gert Driesen.
Ryan Boggs
More...
about 13 years ago
Merge pull request #40 from jsargiot/master
Ryan Boggs
More...
about 13 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.
Ryan Boggs
More...
about 13 years ago
Adding unit test for Zip flatten attribute. Removed irrelevant Tar unit test.
jsargiot
More...
about 13 years ago
Adding flatten attribute to Tar task. This attribute makes the Tar ignore the directory structure.
jsargiot
More...
about 13 years ago
Adding unit tests for Tar task. - Added simple test (create tar file) - Added test for flatten.
jsargiot
More...
about 13 years ago
Added additional methods to FileOperation class to better understand the status of directory operations.
Ryan Boggs
More...
about 13 years ago
Make sure that the fullname of the parent path is passed to the root string.
Ryan Boggs
More...
about 13 years ago
Updated FileUtils.MoveDirectory method for better error handling and additional comments.
Ryan Boggs
More...
about 13 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.
Ryan Boggs
More...
about 13 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.
Ryan Boggs
More...
about 13 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.
Ryan Boggs
More...
about 13 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
147
148
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree