Re: woproject ant build broken

From: Mike Schrag (mschra..dimension.com)
Date: Wed Nov 15 2006 - 15:16:53 EST

  • Next message: Chuck Hill: "Assertion Failure Editing WOComponent"

    Fixed ... I accidentally had the wizards plugin closed when I was
    making changes so it didn't reveal the error.

    On Nov 15, 2006, at 3:04 PM, Bob Schwarzmann wrote:

    > 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:17:05 EST