Hi, Hong:
When I run the dev tests related to the deployment, I find the dev tests
can't be executed successfully when it run in the windows platform.
Here's some useful messages:
start-process-windows:
BUILD FAILED
E:\GF_MAIN\appserv-tests\devtests\deployment\config\common.xml:825: The
followin
g error occurred while executing this line:
E:\GF_MAIN\appserv-tests\devtests\deployment\config\common.xml:1011: The
followi
ng error occurred while executing this line:
E:\GF_MAIN\appserv-tests\devtests\deployment\config\common.xml:1291: The
followi
ng error occurred while executing this line:
E:\GF_MAIN\appserv-tests\devtests\deployment\config\common.xml:1303: taskdef
cla
ss SpawnTask cannot be found
So I have tried to find the SpawnTask and found the address is not correct.
So I have changed the classpath from "${env.APS_HOME}/modules" to
"${env.APS_HOME}/lib"
I will check to see whether the dev tests can be run successfully at the
windows platform.
Thanks
Jeremy