• Home
  • Raw
  • Download

Lines Matching +full:- +full:jar

1 <!--
5 * Copyright (C) 2009-2016, International Business Machines Corporation and *
8 -->
9 <project name="common-targets" basedir=".">
10 <dirname property="common-targets.dir" file="${ant.file.common-targets}"/>
11 <property file="${common-targets.dir}/locations.properties"/>
13 <!-- global (top-level) propeties - need locations.properties loaded first -->
14 <property file="${global.build-local.properties}"/>
17 <property file="${common-targets.dir}/common.properties"/>
20 <!-- common targets -->
27 <echo message="build-local: ${global.build-local.properties}"/>
28 <!-- set java 6 bootclasspath to empty if not set -->
35 <echo message="--- java compiler arguments ------------------------"/>
45 <echo message="----------------------------------------------------"/>
71 <target name="@jar">
72 <mkdir dir="${jar.dir}"/>
76 <filter token="SPECVERSION" value="${jar.spec.version}"/>
77 <filter token="IMPLVERSION" value="${jar.impl.version}"/>
78 <filter token="COPYRIGHT" value="${jar.copyright.info}"/>
79 <filter token="EXECENV" value="${jar.exec.env}"/>
83 <jar jarfile="${jar.dir}/${jar.name}" manifest="${out.dir}/manifest.stub" compress="true">
88 </jar>
91 <target name="@src-jar">
92 <mkdir dir="${jar.dir}"/>
93 <jar jarfile="${jar.dir}/${src.jar.name}" compress="true">
98 </jar>
101 <target name="@build-all">
105 <target name="@full-locale-names">
124 <!-- FindBugs targets -->
127 <echo message="----------------------------------------------------"/>
129 <echo message="----------------------------------------------------"/>
136 <available file="${findbugs.home}/lib/findbugs-ant.jar" />
142 classpath="${findbugs.home}/lib/findbugs-ant.jar"/>
154 outputFile="${out.dir}/fb-${ant.project.name}.html"
155 excludeFilter="findbugs-exclude.xml">
158 <class location="${jar.dir}/${jar.name}"/>
166 outputFile="${out.dir}/fb-${ant.project.name}.html"
167 excludeFilter="findbugs-exclude.xml">
170 <class location="${jar.dir}/${jar.name}"/>
175 …<target name="@findbugs" depends="_findbugs_init, @build-all, _findbugs_empty_aux_classpath, _find…
177 <!-- Dependencies -->
179 <!-- collate -->
181 <pathelement location="${icu4j.core.jar}"/>
188 <!-- core -->
195 <!-- charset -->
197 <pathelement location="${icu4j.core.jar}"/>
204 <!-- currdata -->
206 <pathelement location="${icu4j.core.jar}"/>
213 <!-- langdata -->
215 <pathelement location="${icu4j.core.jar}"/>
222 <!-- localespi -->
224 <pathelement location="${icu4j.core.jar}"/>
225 <pathelement location="${icu4j.collate.jar}"/>
232 <!-- regiondata -->
234 <pathelement location="${icu4j.core.jar}"/>
241 <!-- translit -->
243 <pathelement location="${icu4j.core.jar}"/>
244 <pathelement location="${icu4j.translit.jar}"/>
251 <!-- test-framework -->
252 <path id="javac.classpathref.test-framework">
253 <pathelement location="${icu4j.core.jar}"/>
256 <target name="_all.test-framework" depends="_all.core">
257 <ant dir="${icu4j.test-framework.dir}" inheritAll = "false"/>
260 <!-- core-tests -->
261 <path id="javac.classpathref.core-tests">
262 <pathelement location="${icu4j.core.jar}"/>
263 <pathelement location="${icu4j.test-framework.jar}"/>
266 <target name="_all.core-tests" depends="_all.core, _all.test-framework">
267 <ant dir="${icu4j.core-tests.dir}" inheritAll="false"/>
270 <!-- collate-tests -->
271 <path id="javac.classpathref.collate-tests">
272 <pathelement location="${icu4j.core.jar}"/>
273 <pathelement location="${icu4j.collate.jar}"/>
274 <pathelement location="${icu4j.test-framework.jar}"/>
277 <target name="_all.collate-tests" depends="_all.core, _all.collate, _all.test-framework">
278 <ant dir="${icu4j.collate-tests.dir}" inheritAll="false"/>
281 <!-- charset-tests -->
282 <path id="javac.classpathref.charset-tests">
283 <pathelement location="${icu4j.core.jar}"/>
284 <pathelement location="${icu4j.charset.jar}"/>
285 <pathelement location="${icu4j.test-framework.jar}"/>
288 <target name="_all.charset-tests" depends="_all.core, _all.charset, _all.test-framework">
289 <ant dir="${icu4j.charset-tests.dir}" inheritAll="false"/>
292 <!-- localespi-tests -->
293 <path id="javac.classpathref.localespi-tests">
294 <pathelement location="${icu4j.core.jar}"/>
295 <pathelement location="${icu4j.collate.jar}"/>
296 <pathelement location="${icu4j.localespi.jar}"/>
297 <pathelement location="${icu4j.test-framework.jar}"/>
300 …<target name="_all.localespi-tests" depends="_all.core, _all.collate, _all.localespi, _all.test-fr…
301 <ant dir="${icu4j.localespi-tests.dir}" inheritAll="false"/>
304 <!-- packaging-tests -->
305 <path id="javac.classpathref.packaging-tests">
306 <pathelement location="${icu4j.core.jar}"/>
307 <pathelement location="${icu4j.charset.jar}"/>
308 <pathelement location="${icu4j.test-framework.jar}"/>
311 <target name="_all.packaging-tests" depends="_all.core, _all.charset, _all.test-framework">
312 <ant dir="${icu4j.packaging-tests.dir}" inheritAll="false"/>
315 <!-- translit-tests -->
316 <path id="javac.classpathref.translit-tests">
317 <pathelement location="${icu4j.core.jar}"/>
318 <pathelement location="${icu4j.translit.jar}"/>
319 <pathelement location="${icu4j.test-framework.jar}"/>
322 <target name="_all.translit-tests" depends="_all.core, _all.translit, _all.test-framework">
323 <ant dir="${icu4j.translit-tests.dir}" inheritAll="false"/>
326 <!-- testall -->
328 <pathelement location="${icu4j.core.jar}"/>
329 <pathelement location="${icu4j.test-framework.jar}"/>
332 <target name="_all.testall" depends="_all.core, _all.test-framework">
337 <!-- build-tools -->
338 <path id="javac.classpathref.build-tools">
339 <pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
342 <target name="_all.build-tools">
343 <ant dir="${icu4j.build-tools.dir}" inheritAll="false"/>
346 <!-- tools -->
348 <pathelement location="${icu4j.core.jar}"/>
349 <pathelement location="${icu4j.collate.jar}"/>
350 <pathelement location="${icu4j.translit.jar}"/>
351 <pathelement location="${icu4j.test-framework.jar}"/>
352 <pathelement location="${icu4j.core-tests.jar}"/>
353 <pathelement location="${icu4j.translit-tests.jar}"/>
356 …ends="_all.core, _all.collate, _all.translit, _all.test-framework, _all.core-tests, _all.translit-
360 <!-- demos -->
362 <pathelement location="${icu4j.core.jar}"/>
363 <pathelement location="${icu4j.translit.jar}"/>
364 <pathelement location="${icu4j.charset.jar}"/>
371 <!-- samples -->
373 <pathelement location="${icu4j.core.jar}"/>
374 <pathelement location="${icu4j.collate.jar}"/>
375 <pathelement location="${icu4j.translit.jar}"/>
376 <pathelement location="${icu4j.charset.jar}"/>
383 <!-- perf -->
384 <path id="javac.classpathref.perf-tests">
385 <pathelement location="${icu4j.core.jar}"/>
386 <pathelement location="${icu4j.charset.jar}"/>
387 <pathelement location="${icu4j.collate.jar}"/>
388 <pathelement location="${icu4j.tools.jar}"/>
391 <target name="_all.perf-tests" depends="_all.core, _all.charset, _all.collate, _all.tools">
392 <ant dir="${icu4j.perf-tests.dir}" inheritAll="false"/>