On Dec 28, 2007 7:22 PM, Evan Worley <[EMAIL PROTECTED]> wrote: > Hi Erik, > > We have a few projects that use NMaven/NUnit to build/test .net components, > but they are not public. Also we are currently using a home baked version > of NMaven from approximately 9 months ago. I will be working on re-building > NUnit support into the new and improved NMaven, and once it is ready we plan > to consume the latest release.
What is the status of the nunit-plugin today? How different will the NUnit plugin be when the rebuild is complete? Is it only internal changes, or will it have external impacts? Im wondering if I integrate with it today, will I have to redo it when the rebuild is complete? > As part of this work, I will be creating some integration tests which will > be simple .net projects with NUnit tests. These might serve your > development needs, the only downside is that the test suites will be small > and simple. That would very nice to have. Currently Im trying to get NMaven (Stable-2007-12-16) to work on my debian (etch) box without any success. Perhaps someone here could shed some light on it (i found a thread about it at nabble.com but couldnt really find a solution)? (BTW, Ive added NMaven to my Hudson CI server if anyone is interested on how it looks http://hudson.ramfelt.se/job/NMaven/ ) ---------------------------------------------------------------------- sh bootstrap-build.sh <snip> [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.maven:maven-embedder:jar:2.0.8 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven -DartifactId=maven-embedder \ -Dversion=2.0.8 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.maven.dotnet:dotnet-embedder:jar:0.14-incubating-SNAPSHOT 2) org.apache.maven:maven-embedder:jar:2.0.8 ---------- 1 required artifact is missing. for artifact: org.apache.maven.dotnet:dotnet-embedder:jar:0.14-incubating-SNAPSHOT from the specified remote repositories: codehaus-snapshot-repo (http://snapshots.repository.codehaus.org), central (http://repo1.maven.org/maven2), apache.org (http://people.apache.org/repo/m2-snapshot-repository), aduna.org (http://repository.aduna-software.org/maven2) ---------------------------------------------------------------------- cheers //Erik > > Cheers, > Evan > > > > On Dec 28, 2007 2:40 AM, Erik Ramfelt <[EMAIL PROTECTED]> wrote: > > Hi > > > > Ive developed a NUnit plugin for the Hudson continuous integration > > server (https://hudson.dev.java.net/), that displays the test results > > for every build. A while ago I noticed the NMaven project and its > > NUnit support, and now Iam interested in adding support for maven > > (really NMaven) and NUnit into Hudson. > > > > Therefore I wonder if there are any public projects that are using > > NMaven to build software and are using NUnit to test it. That way I > > can use a real project when implementing the support. Or is the NMaven > > project using NUnit to test any of its parts? > > > > > > //Erik > > > >
