problem getting started

2006-10-08 Thread Bart Zagers
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

Re: problem getting started

2006-10-09 Thread Bart Zagers
This doesn't really help, the intro is the same/similar as with the basic Maven starting guide and naturally does not mention my basic (and probably stupid) problem. [INFO] [compiler:testCompile] Compiling 1 source file to D:\test\VacApp\target\test-classes [INFO] [surefire:test] [INFO] Surefire

Re: problem getting started

2006-10-09 Thread Bart Zagers
ed it on a secondary machine (same jdk, same Maven) and there it works fine. mvn archetype:create -DgroupId=org.vac.app -DartifactId=VacApp mvn test Naess, Ronny wrote: > > Can you paste your POM? > > > -Opprinnelig melding- > Fra: Bart Zagers [mailto:[EMAIL

Re: problem getting started

2006-10-09 Thread Bart Zagers
that). When I switched TEMP and TMP to something like c:\temp, my problem was solved. Is this worth filing somewhere and if so, where? Bart. mmistroni wrote: > > hello, > can you run mvn --debug to have more informations? > > hth > marco > > On 10/9/06, Bart Za