You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Ivanov <iv...@gmail.com> on 2006/11/24 14:12:15 UTC

[drlvm][build] problem: can't run build.bat build test

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