Hi,
> Well if you built in the tree you had an empty.properties in each locale
> directory which you don't have on the kit.
Found the issue the stage-locales target is removing all empty.properties files
- anyone know why?
<!-- frameworks/projects -->
<!--
Remove these files from the binary kit.
copylocale looks for bundles and then uses default locale so if
there is
not a locale sub-directory don't include the bundles directory.
-->
<delete dir="${basedir}/temp/frameworks/projects"
includeEmptyDirs="false">
<include name="airspark/bundles/**"/>
<include name="automation_air/bundles/**"/>
<include name="automation_dmv/bundles/**"/>
<include name="automation_flashflexkit/bundles/**"/>
<include name="automation_spark/bundles/**"/>
<include name="*/bundles/**/empty.properties"/>
<include name="*/bundles/**/docs/**"/>
<include name="*/bundles/*/*.xml"/>
<include name="*/bundles/*/packages.dita"/>
<exclude name="*/bundles/${locale}"/>
</delete>
Thanks,
Justin