Is there a way to find which architecture the ant script is running on? I currently have the following:
<echo>System = ${os.name} ${os.arch}</echo>
which produces:
[echo] System = Linux i386
This is not true as I am running 64-bit Linux.
thanks
source
share