| Building Virgo Kernel on Windows (7) [message #648424] |
Wed, 12 January 2011 15:44  |
Peter ardfj Messages: 19 Registered: July 2009 |
Junior Member |
|
|
Hi,
I would like to start experimenting with the Virgo kernel code. I am, however, having difficulties building the kernel on my Windows 7 machine. The build fails during the deployer tests. It would be really nice to have a working build to make sure I don't break anything with my modifications. It is not just the latest version that fails. As a matter of fact, I have never managed to build the kernel, although I have followed the instructions on the wiki page.
The following is the end of the log output from the build. I've attached the complete log file for the DeployerLogMessageTests.
Is the build supposed to work in a Windows environment?
[exec] [junit] ------------- ---------------- ---------------
[exec] [junit] Testcase: malformedApplicationContext(org.eclipse.virgo.kernel.deployer.test.DeployerLogMessageTests): Caused an ERROR
[exec] [junit] Unexpected exception, expected<org.eclipse.virgo.kernel.deployer.core.DeploymentException> but was<java.lang.AssertionError>
[exec] [junit] java.lang.Exception: Unexpected exception, expected<org.eclipse.virgo.kernel.deployer.core.DeploymentException> but was<java.lang.AssertionError>
[exec] [junit] at org.eclipse.virgo.test.framework.OsgiTestRunner.run(OsgiTestRunner.java:74)
[exec] [junit] at org.eclipse.virgo.kernel.deployer.test.DeployerLogMessageTests.malformedApplicationContext(DeployerLogMessageTests.java:110)
[exec] [junit]
[exec] [junit]
[exec]
[exec] BUILD FAILED
[exec] C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\virgo-build\common\quality.xml:50: The following error occurred while executing this line:
[exec] C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\virgo-build\common\quality.xml:208: Tests failed
[exec]
[exec] Total time: 3 minutes 26 seconds
[subant] Leaving directory: C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\org.eclipse.virgo.kernel.deployer.test
BUILD FAILED
C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\virgo-build\multi-bundle\quality.xml:46: The following error occurred while executing this line:
C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\virgo-build\multi-bundle\common.xml:166: The following error occurred while executing this line:
C:\work\src\osgi\virgo.20110109\org.eclipse.virgo.kernel\virgo-build\common\common.xml:175: exec returned: 1
Total time: 13 minutes 57 seconds
best regards, Peter
|
|
|