Alireza,
It is not related to your error but building the system vm doesn't work on
windows:
mvn install -pl developer,systemvm -Dnoredist
should be
mvn install -pl developer -Dnoredist
As for the error; you have a conflict with windows vs unix paths. You
python installation doesn't handle the cy
Hi
I try to build build cloudstack 4.4.3 in eclipse.
I read these docs:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+dev+environment+on+Windows
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+CloudStack
I use embedded maven in eclip