Menu

Error while making new build

NLTC
2005-05-16
2013-04-25
  • NLTC

    NLTC - 2005-05-16

    Hi Sujit

    I am getting the following error, while making the new build.

        [javac] Compiling 10 source files to I:\sourcefor\sqlunit\sqlunit\build
        [javac] Compiling 105 source files to I:\sourcefor\sqlunit\sqlunit\build
        [javac] I:\sourcefor\sqlunit\sqlunit\src\net\sourceforge\sqlunit\handlers\Re
    sultHandler.java:157: cannot resolve symbol
        [javac] symbol  : method setEchoOnly (boolean)
        [javac] location: class net.sourceforge.sqlunit.beans.DatabaseResult
        [javac]             dbResult.setEchoOnly(true);
        [javac]                     ^
        [javac] I:\sourcefor\sqlunit\sqlunit\src\net\sourceforge\sqlunit\handlers\Te
    stHandler.java:214: cannot resolve symbol
        [javac] symbol  : method getEchoOnly ()
        [javac] location: class net.sourceforge.sqlunit.beans.DatabaseResult
        [javac]         if (expResult.getEchoOnly()) {
        [javac]                      ^
        [javac] 2 errors

    Thanks
    Meghanath

     
    • Sujit Pal

      Sujit Pal - 2005-05-17

      Hi Meghanath,

      Yes, I discovered that when I was checking in the change for the "not-exception" assertion, that I had missed checking in the DatabaseResult.java. Check the version number in the DatabaseResult.java file (its in the class level javadocs), you will find that you will need to download these versions for everything to work.

      Sorry about that.

      -sujit
      ---
      Checking in src/net/sourceforge/sqlunit/Assertions.java;
      /cvsroot/sqlunit/sqlunit/src/net/sourceforge/sqlunit/Assertions.java,v <-- Assertions.java
      new revision: 1.19; previous revision: 1.18
      done
      Checking in src/net/sourceforge/sqlunit/beans/DatabaseResult.java;
      /cvsroot/sqlunit/sqlunit/src/net/sourceforge/sqlunit/beans/DatabaseResult.java,v <-- DatabaseResult.java
      new revision: 1.8; previous revision: 1.7
      done
      Checking in test/mock/assertiontests.xml;
      /cvsroot/sqlunit/sqlunit/test/mock/assertiontests.xml,v <-- assertiontests.xmlnew revision: 1.9; previous revision: 1.8
      done

       

Log in to post a comment.