woproject ant build broken

From: Bob Schwarzmann (dijourn..mail.com)
Date: Wed Nov 15 2006 - 15:04:42 EST

  • Next message: Mike Schrag: "Re: woproject ant build broken"

    I don't know about the maven build, but the ant build is broken again.

    I get this error message:

        [javac]
    /Users/bob/woproject/wolips/core/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/EOModelCreator.java:148:
    cannot resolve symbol
        [javac] symbol : method setAdaptorName (java.lang.String)
        [javac] location: class org.objectstyle.wolips.eomodeler.model.EOModel
        [javac] model.setAdaptorName(adaptorName);
        [javac] ^

    Mike, I think you forgot to commit the above file? Some sleuthing reveals
    that you removed the method "setAdaptorName" from EOModel.java (the diff
    output is just the relevant part):

    bschwarzmann:~/woproject/wolips bob$ svn log
    ./core/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/model/EOModel.java
    --limit 2
    ------------------------------------------------------------------------
    r3635 | mschrag | 2006-11-14 18:17:56 -0800 (Tue, 14 Nov 2006) | 1 line

    JNDI connection dictionary support
    ------------------------------------------------------------------------
    r3620 | mschrag | 2006-11-09 20:35:13 -0800 (Thu, 09 Nov 2006) | 1 line

    finally fixed the bizarre problem with duplicate selections ... when you
    change the name of an attribute (for instance), its hashCode changes, which
    then causes it to not be found in its containing HashSet
    ------------------------------------------------------------------------

    bschwarzmann:~/woproject/wolips bob$ svn diff -r 3620:3635
    ./core/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/model/EOModel.java

    Index:
    core/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/model/EOModel.java
    ===================================================================

    ---
    core/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/model/EOModel.java
    (revision 3620)
    +++
    core/plugins/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/model/EOModel.java
    (revision 3635)
    

    ..-390,16 +384,6 @@ return myModelGroup; }

    - public String getAdaptorName() { - return myAdaptorName; - } - - public void setAdaptorName(String _adaptorName) { - String oldAdaptorName = myAdaptorName; - myAdaptorName = _adaptorName; - firePropertyChange(EOModel.ADAPTOR_NAME, _adaptorName, oldAdaptorName); - } -

    Should the method be added back in or can you follow up with your commit?

    Can we get an automated build going on woproject to catch these?

    Cheers, -Bob.



    This archive was generated by hypermail 2.0.0 : Wed Nov 15 2006 - 15:05:22 EST