Hi,
I have a question to our VM people: why VM build ignore the 'test' target if I add it after the 'build' target? For example, in the classlib module the command "ant build test" leads to the build update and tests run. But for the vm module it leads to the build update only. How I can build VM and run all tests by one command? In more details: - the command "build.bat build unit.test" leads to the message: "BUILD FAILED C:\harmony.top\drlvm\trunk\build\make\build.xml:434: the attribute component has already been specified" - the command "build.bat build kernel.test" works OK. - the command "build.bat build smoke.test" leads to build update only. Thanks, Vladimir
