DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38927>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38927





------- Additional Comments From [EMAIL PROTECTED]  2006-03-13 16:22 -------
(In reply to comment #7)
> Niall, what is the exact error during failure?  Maven is notorious for running
> out of memory on every Windows machine I've had for the last 2 years, and so
> this little gem has done wonders for me...
> set MAVEN_OPTS=-Xmx768m

There isn't acutall any error where the problem is occurring - a number of the 
tests delete/create a test directory ("test/io") in their setup() method. In a 
single test case it will happliy do that correctly for a number of tests - but 
then just stop. The test directory is being created using File's mkdirs() 
method - if it doesn't create the directories it just returns false - that then 
causes the tests to fail, since its expecting the dir to exist.

I tried increasing the memory - but that didn't change anything. Thanks for the 
suggestion though.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to