You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/10/02 20:25:51 UTC

[jira] Closed: (CXF-985) Wrong java version verification

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

Daniel Kulp closed CXF-985.
---------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2
         Assignee: Daniel Kulp

> Wrong java version verification
> -------------------------------
>
>                 Key: CXF-985
>                 URL: https://issues.apache.org/jira/browse/CXF-985
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.0.1
>            Reporter: Diego Pires Plentz
>            Assignee: Daniel Kulp
>             Fix For: 2.0.2
>
>
> In samples\common_build.xml, the java verification is wrong. It just check if java version is equals, but, must be > 1.5. A simple way to solve this is doing something like this.
>     <condition property="is.java.version.15">
>       <or>
>         <equals arg1="${ant.java.version}" arg2="1.5"/>
>         <equals arg1="${ant.java.version}" arg2="1.6"/>
>       </or>
>     </condition>

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