If the the nunit-console runs, puts the output in the target\nunit-reports directory. Is there more info coming from the GUI console? If so, it might be useful to consider putting an interactive flag (or plugin configuration parameter) within the test plugin that causes the GUI to show up on failure.
Shane On 5/17/07, Evan Worley <[EMAIL PROTECTED]> wrote:
We see a similar message when nunit tests fail, the output isn't very helpful. If you already have nunit on your path, and you are still seeing the message below, then you might try the following. Copy the first line of the error and change nunit-console to nunit-gui, assuming nunit-gui is also on your path. nunit-gui C:\Users\roland\Documents\SharpDevelop Projects\Guice.NET\target\test-assemblies\Guice.NET-test.dll Running that from the command line should popup the nunit gui runner which will give you meaningful nunit failures, if that is the case. Hope that helps, Evan On 5/17/07, Shane Isbell <[EMAIL PROTECTED]> wrote: > > Hi Roland, > > Add the location of the nunit-console.exe to your PATH environment > variable > and that should solve the problem. > > Regards, > Shane > > On 5/17/07, Roland Kofler <[EMAIL PROTECTED]> wrote: > > > > > > [INFO] NMAVEN-1100-007 > > > > Embedded error: NMAVEN-040-001: Could not execute: Command.... > > > > When I am trying to reproduce whit nunit-console it works: > > > > nunit-console "C:\Users\roland\Documents\SharpDevelop Pro > > jects\Guice.NET\target\test-assemblies\Guice.NET-test.dll" > > "/xml:C:\Users\roland\Documents\SharpDevelop Projects\Guice.N > > ET\target\nunit-reports\TEST-Guice.NET-0.1.0.0.xml" > > "/output:C:\Users\roland\Documents\SharpDevelop Projects\Guice.NET\t > > arget\nunit-reports\TEST-Guice.NET-0.1.0.0-RESULTS.txt" > > "/err:C:\Users\roland\Documents\SharpDevelop Projects\Guice.NET\ > > target\nunit-reports\TEST-Guice.NET-0.1.0.0-ERROR.txt" /labels, Result = > > 1<--i dont do Result=1 since i beliebe its not part of the command you > > issue > > > > what can be wrong? > > thanks roland > > > > -- > > View this message in context: > > http://www.nabble.com/mvn-test-doesnt-work-tf3770848.html#a10661217 > > Sent from the nmaven-dev mailing list archive at Nabble.com. > > > > >
