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/08 17:32:59 UTC

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

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.


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

Posted by "Ittay Dror (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839372#action_12839372 ] 

Antoine Toulme commented on BUILDR-244:
---------------------------------------

It is up to javac to decide how to stop, not to Buildr. For example, try javac -X with the IBM compiler to see the non-standard options there.

Additionally, you can use ecj (see BUILDR-317)


> 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
>
> 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.


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

Posted by "Daniel Spiewak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Spiewak closed BUILDR-244.
---------------------------------

    Resolution: Won't Fix

> 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
>
> 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.


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

Posted by "Ittay Dror (JIRA)" <ji...@apache.org>.
     [ 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.