Hey,

I'm trying Maven2 for the first time and have troubles getting started
(using the "Getting started" guide)

I started with:
  mvn archetype:create -DgroupId=org.vac.app -DartifactId=VacApp
and then
  mvn compile 
so far so good.
But then i tried 
  mvn test
and this gave me

[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
---
[INFO] Building Maven Quick Start Archetype
[INFO]    task-segment: [test]
[INFO]
------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 1 source file to D:\test\VacApp\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: D:\test\VacApp\target\surefire-reports
Het systeem kan het opgegeven pad niet vinden.
Het systeem kan het opgegeven pad niet vinden.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Sun Oct 08 14:37:21 CEST 2006
[INFO] Final Memory: 3M/10M
[INFO]
------------------------------------------------------------------------

The dutch system message says "The system cannot find the given path"
I have no idea at all what is going wrong (running WinXP, jdk1.5.0_09, maven
2.0.4)
-- 
View this message in context: 
http://www.nabble.com/problem-getting-started-tf2404688.html#a6703584
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to