You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Ittay Dror (JIRA)" <ji...@apache.org> on 2009/02/17 13:06:59 UTC

[jira] Updated: (BUILDR-244) buildr doesn't support non-sun jdks

     [ https://issues.apache.org/jira/browse/BUILDR-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ittay Dror updated BUILDR-244:
------------------------------

    Description: 
for example Javac class from the J9 vm returns 0 even if there are compilation errors. This means compilation doesn't stop on the first error but continues through the whole build, adding more and more errors making diagnostics very hard.

some platforms (s390x for example) have only IBM J9 VM.

# /opt/ibm/java2-s390x-50/bin/java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxz64devifx-20070806 (SR5a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux s390x-64 j9vmxz6423-20070426 (JIT enabled)
J9VM - 20070420_12448_BHdSMr
JIT  - 20070419_1806_r8
GC   - 200704_19)
JCL  - 20070725


  was:
Javac from the J9 vm returns 0 even if there are compilation errors. This means compilation doesn't stop on the first error but continues through the whole build, adding more and more errors making diagnostics very hard.

some platforms (s390x for example) have only IBM J9 VM.

# /opt/ibm/java2-s390x-50/bin/java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxz64devifx-20070806 (SR5a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux s390x-64 j9vmxz6423-20070426 (JIT enabled)
J9VM - 20070420_12448_BHdSMr
JIT  - 20070419_1806_r8
GC   - 200704_19)
JCL  - 20070725


        Summary: buildr doesn't support non-sun jdks  (was: buildr doesn't support ibm's j9 jvm )

> buildr doesn't support non-sun jdks
> -----------------------------------
>
>                 Key: BUILDR-244
>                 URL: https://issues.apache.org/jira/browse/BUILDR-244
>             Project: Buildr
>          Issue Type: Bug
>          Components: Compilers
>    Affects Versions: 1.3.2
>            Reporter: Ittay Dror
>             Fix For: 1.3.4
>
>
> for example Javac class from the J9 vm returns 0 even if there are compilation errors. This means compilation doesn't stop on the first error but continues through the whole build, adding more and more errors making diagnostics very hard.
> some platforms (s390x for example) have only IBM J9 VM.
> # /opt/ibm/java2-s390x-50/bin/java -version
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pxz64devifx-20070806 (SR5a))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux s390x-64 j9vmxz6423-20070426 (JIT enabled)
> J9VM - 20070420_12448_BHdSMr
> JIT  - 20070419_1806_r8
> GC   - 200704_19)
> JCL  - 20070725

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.