On Wed, Apr 29, 2009 at 2:58 AM, Tim Ellison <t.p.elli...@gmail.com> wrote:
> Nathan Beyer wrote:
>> I'm running Ubuntu 9.0.4 and I'm getting this oddness.
>>
>>      [echo]                    Apache Harmony Federated Build
>>      [echo]             ==========================================
>>      [echo]             svn rev          :  769579
>>      [echo]             operating system :  linux
>>      [echo]             architecture     :  x86_64-64
>>      [echo]             ant os name/arch :  Linux/amd64
>>      [echo]             hosting Java     :  1.6.0_13 (Sun Microsystems Inc.)
>>      [echo]             build mode       :  release
>>      [echo]             output location  :  target
>>      [echo]             SVN root         :  https://svn.apache.org/repos/asf
>>
>> $> uname -a
>> Linux massimo 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC
>> 2009 x86_64 GNU/Linux
>
> That looks right to me, why do you think it is odd?
>
> Ok, the way it is displayed is a bit odd, but the code is
>            svn rev          :  ${harmony.version}
>            operating system :  ${harmony.os}
>            architecture     :  ${harmony.arch}-${harmony.bits}
>            ant os name/arch :  ${os.name}/${os.arch}
>            hosting Java     :  ${java.version} (${java.vendor})
>            build mode       :  ${hy.cfg}
>            output location  :  ${target.dir}
>            SVN root         :  ${svn.root}
>
> So I think those properties are right for your machine.
>
> I'll change the architecture onto separate lines, combining them doesn't
> help.

That's the confusing bit - arch name vs bit size. It's not obvious
that '64' was just bits. Thanks.

-Nathan

>
> Regards,
> Tim
>
>

Reply via email to