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 12:56:59 UTC

[jira] Commented: (BUILDR-244) buildr doesn't support ibm's j9 jvm

    [ https://issues.apache.org/jira/browse/BUILDR-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674184#action_12674184 ] 

Ittay Dror commented on BUILDR-244:
-----------------------------------

the Javac task in ant is implemented so it uses a compiler object. most of these invoke javac through an external command.



> buildr doesn't support ibm's j9 jvm 
> ------------------------------------
>
>                 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
>
>
> 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

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