Re: build failure

From: Adrian A. (a.adrian.tec..mail.com)
Date: Tue May 05 2009 - 18:48:43 EDT

  • Next message: Kevin Menard: "Re: build failure"

    > For one thing you must use Java 1.5.
    AFAIK Java *is* backwards compatible and allows to set
    an language level for the compiler - there's no need to
    have several old JDK versions installed.
    With ANT the user can set the required level (and it's considered
    a good practice to do so) ,e.g.:
    <javac srcdir="${src}" destdir="${build}" source="1.4"/>

    I suppose something similar should be available for maven too.

    Again, the problem still remains: the average user can't build (at least
    not always), but worst, can't fix the problem itself like with ANT :(.

    A.



    This archive was generated by hypermail 2.0.0 : Tue May 05 2009 - 18:49:52 EDT