Ramu Sethu wrote:
Hi
We have a build script which runs in both windows and Linux m/c. Recently i
added property to print the computer name of the m/c in which the script
runs.
Is COMPUTERNAME only for windows? Is there any workaround to print the
hostname(Linux)?
Indeed yes COMPUTERNAME is a
Just use the
(http://ant.apache.org/manual/CoreTasks/concat.html) task to create your
property file in any way you like.
Sam.
Z W <[EMAIL PROTECTED]> wrote: Hi
I have a list of properties in a properties file.
I like to write these property values into a file to be used as an input to
a shell
I am attempting to migrate a large ANT build system from 1.6 to 1.7 and
am running into a problem with xmlproperty.
We use xmlproperty massively in our build system and very often "stack"
several xmlproperty calls in order to build a complex property 'tree',
where several inter-dependent build f