petemounce / rake-dotnet
- Source
- Commits
- Network (6)
- Issues (20)
- Downloads (20)
- Wiki (1)
- Graphs
-
Branch:
master
-
1 comment Created 8 months ago by petemounceHaving learned spec, cover the rest of the library0.1.xxEnough said...
Comments
-
0 comments Created 8 months ago by petemounceTools should look for themselves in standard installation directories too0.1.xxTools should search for themselves first in local TOOLS_DIR as now, and then failing that in their own standard install locations. This will negate the strict need for tools to reside in source control. This seems acceptable since tools are part of the build process, not deployment; libraries will be referenced in project files, so that's entirely at the user's discretion.
Comments
-
1 comment Created 6 months ago by petemounce0.1.xxHarvester / PackageTask should not default to use RDNVERSION...BugxIt's actually simpler if output ends up in friendly-name directories rather than with version information (or at least, version-info that changes each build/commit) baked into the paths.
Comments
petemounce
Sat Oct 10 16:28:07 -0700 2009
| link
Done. Will be released in 0.2.0 shortly.
-
0 comments Created 6 months ago by petemounce0.2.xxNCover - shouldn't assume Full editionBugxIt has a feature to merge coverage files with eg *.xml - but this will fail in the standard version.
Comments
-
0 comments Created 3 months ago by petemounce0.2.xxUpdate ncover custom tasks to take path to xunitBugxxunit 1.5 introduces possibility of wanting to run the x86 runner vs the x64 runner. Should be possible to push in a preference when (for example) on an x64 box running a set of tests using the x86 runner (because the test DLL depends on something that is x86-only, like WatiN).
Comments
-
1 comment Created 7 months ago by petemouncePush version into AssemblyDescription, too0.2.xx... so that if it's non-numeric (eg DVCS generated), it's still part of the assembly information.
And, while I'm at it, make the assemblyinfo part use the erb template engine.
Comments
petemounce
Fri Sep 04 01:51:19 -0700 2009
| link
-
0 comments Created 3 months ago by petemounceMake it possible to ignore building some projects0.2.xxmsbuild will blanket-build the contents of src where there is a project file in a sub-directory. Make it possible to ignore some of that file-match glob.
Comments
-
0 comments Created 6 months ago by petemounceMake dependencies happen twice; one for local environment, one for CI0.2.xxIt's convenient to follow dependencies in the local environment, but have things be more explicit in CI (because not all agents may be running all tasks, for example). So, make it possible to have some dependencies for local, and others for CI (or, none, to start with).
Comments
-
0 comments Created 8 months ago by petemounce0.2.xxSupport Gallio test-runnertest runnerx.
Comments
-
Support NDepend
Comments
-
Support NUnit test fixtures via the console runner
Comments
-
0 comments Created 8 months ago by petemounceSee whether it works against IronRuby0.2.xxSince we ARE targetting .NET guys, after all...
Comments
-
Per title - want to create and drop websites.
Comments
-
0 comments Created 3 months ago by petemounce0.2.xxShould be possible to invoke test-task just by supplying project name, not whole path0.3.xxxunit['out/reports/Foo.Unit.Tests/'] is not as friendly as xunit['Foo.Unit.Tests']
Comments
-
Like it says...
Comments
-
.
Comments
-
Include publishing to rubyforge...?
Comments
-
0 comments Created 8 months ago by petemounce0.3.xxSupport PartCover coveragecode analysisxMaybe?
Comments
-
Can do this by using FileLists to replace the constants as now, so for example
src_dir_list = ['src/*', 'tests/*']...? Perhaps I'll wait for someone to vote... Personally, I'm happy with my own conventions! :-)
Comments
-
When running rake in rake-dotnet\presentation\DemoRoot\Demo\build the following error is returned:
rake aborted!
no such file to load -- ../../../../lib/rake_dotnet.rbThis file doesn't appear to exist.
Comments
petemounce
Wed Dec 23 12:20:26 -0800 2009
| link
You need to build the library; in the repo-root, in a command prompt, run
rake generate_libto build the rake_dotnet.rb file.
- 0.1.x▾
- 0.2.x▾
- 0.3.x▾
- Bug▾
- code analysis▾
- test runner▾
- utility▾
- Apply to Selection
-
Change Color…
Preview:preview
- Rename…
- Delete





In progress. Will release 0.2.0 with respectable coverage.