Hi Harmony Team
The target "-check" in the depends.xml file is missing the icu component:
<target name="-check">
<check-one-file src="${ecj.url}" dest="${ecj.jar}" />
<check-one-file src="${junit.url}" dest="${junit.jar}" />
</target>
should be in fact
<target name="-check">
<check-one-file src="${ecj.url}" dest="${ecj.jar}" />
<check-one-file src="${junit.url}" dest="${junit.jar}" />
<check-one-file src="${icu.url}" dest="${icu.jar}" />
</target>
Rgds
FA
