Rashi - 2007-05-29

Whenever I use

    <property environment="env"/>
    <echo message="architecture = ${env.PROCESSOR_ARCHITECTURE}" />

it always give value of architure as x86.
"set" command on command prompt shows AMD64.
and I am using AMD64 machine.

How can i determine architecture of processor through Ant

Any help is appreciated