ant StackOverFlowErro
Hi friends,
i am trying to run junit tests on my project,
unfortunally when i launch the ant task that run junit i get this message:
BUILD FAILED
java.lang.StackOverflowError
Total time: 33 seconds
java.lang.StackOverflowError
ANT compilation done.
i tryed to increase the java stack size using the-oss command line option, i used huge stack size 32m (standard size is 256k), but the problem still persist :( !
i am wonderring if there are some programming issues in my test classes
such as infinit recursing call, ...
for debuging purpose i tryed to run tests set by set, the problem does'nt appear, but when i run the complete test campagne in one step i get it again!
is there any one can help me solving this problem?

