Re: HEAD build error

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Mon Aug 15 2005 - 05:32:15 EDT

  • Next message: Ulrich Köster: "Api Editor"

    Moin,

    fix is in the cvs. The source and target for the javac changed to 1.4.

    Ulrich
    Am 15.08.2005 um 03:10 schrieb Greg:

    > I'm using the 3.1.1 release and all the other stuff that Ulirich
    > put in the email at the end of last week.
    >
    > [javac] Compiling 96 source files to /Users/ghulands/Development/
    > woproject/projects/temp/classes
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:122: warning: as
    > of release 1.4, assert is a keyword, and may not be used as an
    > identifier
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:132: warning: as
    > of release 1.4, assert is a keyword, and may not be used as an
    > identifier
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:142: warning: as
    > of release 1.4, assert is a keyword, and may not be used as an
    > identifier
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:122: cannot
    > resolve symbol
    > [javac] symbol : method assert (boolean)
    > [javac] location: class
    > org.objectstyle.wolips.core.resources.types.api.AbstractValidationChil
    > d
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:132: cannot
    > resolve symbol
    > [javac] symbol : method assert (boolean)
    > [javac] location: class
    > org.objectstyle.wolips.core.resources.types.api.AbstractValidationChil
    > d
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] /Users/ghulands/Development/woproject/projects/wolips/
    > plugins/org.objectstyle.wolips/java/org/objectstyle/wolips/core/
    > resources/types/api/AbstractValidationChild.java:142: cannot
    > resolve symbol
    > [javac] symbol : method assert (boolean)
    > [javac] location: class
    > org.objectstyle.wolips.core.resources.types.api.AbstractValidationChil
    > d
    > [javac] assert (list.size() == 0 || list.size() == 1);
    > [javac] ^
    > [javac] 3 errors
    > [javac] 3 warnings
    >
    > BUILD FAILED
    >
    >



    This archive was generated by hypermail 2.0.0 : Mon Aug 15 2005 - 05:32:07 EDT