|
Re: Building Virgo Kernel on Windows (7) [message #648434 is a reply to message #648424] |
Wed, 12 January 2011 22:15 |
Borislav Kapukaranov Messages: 80 Registered: September 2010 |
Member |
|
|
Hi Peter,
I've never seen that error before. I just ran the build+tests procedure on Windows 7 and this testcase passed just fine. I got some failures but they were caused because of the very restrictive settings on my firewall, so i guess these cases would otherwise pass.
In the past i also had trouble building the kernel on Windows. The reason back then was that my old machine was lacking resources - when building Virgo now, i can see the java process consume no less than ~1.5 Gigs of memory.
It could be that you are facing the same problem here.
Is this test always failing or it is a sporadic event?
In order to check that you can try first building the kernel with "ant clean clean-integration jar" and the go to the folder with the deployer tests and execute "ant test" from it - that will run only the deployer's tests so it might consume less resources and go further the testcase chain without failures.
Anyway if you just want to produce a build of Virgo's kernel packaged as a distribution you can try "ant clean clean-integration jar package" - but that would only guarantee you that the compilation is successful.
You can also run the tests with "ant -Dci.build=true clean clean-integration test" this way the execution will proceed even if there are some test failures. The build will always be successful but keep in mind to check the "<virgo.kernel.home>\build-kernel\target\test-results\html\index.html " for errors after the run.
That's all i can think of at the moment. Get back to us if you have more trouble with the build.
Best Regards
Borislav
[Updated on: Wed, 12 January 2011 23:44] Report message to a moderator
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04487 seconds