• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:env

2     <!ENTITY icu-config SYSTEM "./icu-config.xml">
3 <!ENTITY icu-locale-deprecates SYSTEM "./icu-locale-deprecates.xml">
4 <!ENTITY icu-coll-deprecates SYSTEM "./icu-coll-deprecates.xml">
5 <!ENTITY icu-rbnf-deprecates SYSTEM "./icu-rbnf-deprecates.xml">
7 <!--
12 * Copyright (C) 2005-2015, International Business Machines Corporation and *
16 -->
17 <project name="icu-build" default="all" basedir=".">
21 <!-- Load environment variables -->
22 <property environment="env"/>
24 …<!-- Ant won't set properties that have already been set, so environment variables that have been
25 <property name="env.ICU4C_DIR" location="../.."/>
27 <condition property="is.cldr.dir.set" >
28 <isset property="env.CLDR_DIR" />
30 …<fail unless="is.cldr.dir.set" message="Please set the CLDR_DIR environment variable to the top le…
32 …<available property="cldrtools.dir" value="${env.CLDR_DIR}/cldr-tools" file="${env.CLDR_DIR}/cldr-
33 …<available property="cldrtools.dir" value="${env.CLDR_DIR}/tools/java" file="${env.CLDR_DIR}/tools…
36 …<available property="env.CLDR_CLASSES" value="${cldrtools.dir}/classes" file="${cldrtools.dir}/cla…
38 <condition property="is.cldr.classes.set">
40 <isset property="env.CLDR_CLASSES" />
44 …<fail unless="is.cldr.classes.set" message="CLDR classes not found in ${cldrtools.dir}. Please eit…
45 … <!-- Android-changed: By default proddata is getting build to cldr-staging instead of cldr-aux -->
46 <property name="env.CLDR_TMP_DIR" location="${env.CLDR_DIR}/../cldr-staging" />
47 <property name="cldr.prod.dir" location="${env.CLDR_TMP_DIR}/production/" />
54 <echo message="cldr tools classes: ${env.CLDR_CLASSES}"/>
55 <echo message="CLDR_TMP_DIR: ${env.CLDR_TMP_DIR} "/>
59 <mkdir dir="${env.CLDR_TMP_DIR}"/> <!-- make sure parent dir exists -->
69 <echo message="Rebuilding ${cldr.prod.dir} - takes a while!"/>
71 <!-- setup prod data -->
73 …code.cldr.tool.GenerateProductionData" /> <!-- change to short alias 'proddata' or similar when an…
74 <arg value="-v" />
75 <!-- TODO: for now, we just let the default source/target paths used.
76 could set '-s' / '-d' for explicit source/dest -->