Paul Mossman wrote: > Damian wrote: >> find -type d -name bin.eclipse | xargs rm -fr > > Thanks, that did it. > > Thought I did that on this machine already, but I guess not. I must > have confused it with another system on which unit test are failing. > > >> If you switched branches recently try getting rid of temporary eclipse >> files: spring is greedy. > > Yup, I did switch branches recently. > > Do you have any insight on what is going on here? i.e. How temporary > Eclipse files (when Eclipse isn't running) could be interfering with > Spring in the units tests? >
I think that in order to support plug-in we configure spring to look for all *beans.xml files. And during tests it actually sucks in files from bin.eclipse. We can either fix this or make sure that bin.eclipse is kept out of wherever spring looks for its files. As I mentioned (probably too many times here) I am running my tests from the different sandbox so I am not affected. The fix would be nice all the same. Kevin suggested it is also responsible for some of the memory problems during tests. D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
