--- a/buildframework/helium/tools/compile/ec/ec.ant.xml Wed Oct 13 16:27:55 2010 +0800
+++ b/buildframework/helium/tools/compile/ec/ec.ant.xml Wed Oct 13 16:31:27 2010 +0800
@@ -345,6 +345,7 @@
<echo>Building ${sysdef.configuration}....</echo>
<echo file="${temp.build.dir}/${build.id}.${sysdef.configuration}_run_emake.bat" level="info">
+set JYTHONPATH=
set
${ec.emake} --emake-build-label=${build.id}.${sysdef.configuration} --emake-class=${ec.build.class} --emake-priority=normal --emake-maxagents=${ec.maxagents} --emake-job-limit=0 --emake-mem-limit=${ec.mem.limit} --emake-history=${ec.history.option} --emake-annodetail=basic,history,file,waiting --emake-annofile=${compile.log.dir}\${build.id}.${sysdef.configuration}.emake.anno.xml --emake-historyfile=${ec.historyfile} --emake-debug=${emake_debug_flag} --emake-logfile=${compile.log.dir}\${build.id}.${sysdef.configuration}.emake.g.dlog --emake-root=%EMAKE_ROOT%;${helium.dir} --emake-autodepend=1 -k -i -f ${build.drive}/${sysdef.configuration}.make LOGBUILDTIME="" VERBOSE="" SAVESPACE="" ${sysdef.configuration}
</echo>