mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-4414 need a way to query the os, computername and arch
X-SVN-Rev: 17409
This commit is contained in:
parent
209c1cc6b3
commit
1e3f245815
1 changed files with 8 additions and 0 deletions
|
@ -115,11 +115,19 @@
|
|||
<property name="richedit.jar.file" value="${richedit.dir}/richedit.jar"/>
|
||||
<property name="richedit.zip.file" value="${richedit.dir}/richedit.zip"/>
|
||||
<property name="richedit.manifest" value="${src.dir}/com/ibm/richtext/manifest.stub"/>
|
||||
|
||||
<!-- Load environment variables -->
|
||||
<property environment="env"/>
|
||||
|
||||
<!-- Capture the computer name in a cross-platform manner -->
|
||||
<property name="env.COMPUTERNAME" value="${env.HOSTNAME}"/>
|
||||
|
||||
<mkdir dir="${build.dir}"/>
|
||||
<echo message="java home: ${java.home}"/>
|
||||
<echo message="java version: ${java.version}"/>
|
||||
<echo message="ant java version: ${ant.java.version}"/>
|
||||
<echo message="${ant.version}"/>
|
||||
<echo message="${env.COMPUTERNAME} with ${os.name} ${os.version} on ${os.arch}"/>
|
||||
<echo message="clover initstring = '${clover.initstring}'"/>
|
||||
|
||||
<uptodate property="icu4j.resources" targetfile="${src.dir}/com/ibm/icu/impl/data">
|
||||
|
|
Loading…
Add table
Reference in a new issue