It could be a memory issue. What happens if you increase the memory
for Maven? For example, et your MAVEN_OPTS environment variable to:

-Xms128M -Xmx256M

Matt

On 8/11/07, Britske <[EMAIL PROTECTED]> wrote:
>
> doing a walkthrough of th quickstart.
> every time I'm performing some tests by:
> mvn test -Dtest=<someTest>
>
> maven (and the rest of my pc) freezes for about 3-5 minutes at the last line
> below:
>
> INFO] [compiler:testCompile]
> INFO] Nothing to compile - all classes are up to date
> INFO] [dbunit:operation {execution: test-compile}]
> INFO] [surefire:test]
> INFO] Surefire report directory: <dir>
>
> Tests only take about 3 seconds to peform (check in log afterwards). But the
> strangest thing is that it seems to lock-up my pc completely for this time.
>
> anybody knows what's the deal here?
> Geert-Jan
> --
> View this message in context: 
> http://www.nabble.com/mvn-test-freezes-for-about-3-minutes-tf4254497s2369.html#a12108390
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

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

Reply via email to