On 12/20/12 4 :48PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>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? My guess is the the directory should not exist if there aren't property files for it. We used to get the locale files at the end of the release since they were done by another team. Perhaps the build engineer used the empty.properties to test the builds. Maybe includeEmptyDirs="false" should be includeEmptyDirs="true" but I only put about 2 seconds of thought in that. Carol > > <!-- 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