From: Steve F. <st...@m3...> - 2002-11-03 11:38:48
|
I can't reproduce that. The src archive might be out of date, so I'll put another one up. You should at least copy junit.jar in the lib directory. From: "Vincent Massol" <vm...@oc...> > I'm trying to build the mockobject core library by executing "ant jar" > and it fails with the following kind of errors: > > compile-core: > [mkdir] Created dir: > E:\Dev\mockobjects\mockobjects-java\out\core\classes > [javac] Compiling 62 source files to > E:\Dev\mockobjects\mockobjects-java\out\core\classes > > compile-jdk: > [mkdir] Created dir: > E:\Dev\mockobjects\mockobjects-java\out\jdk\classes > [javac] Compiling 38 source files to > E:\Dev\mockobjects\mockobjects-java\out\jdk\classes > [javac] > E:\Dev\mockobjects\mockobjects-java\src\jdk\common\com\mockobjects\sql\C > ommonMockResultS > etMetaData.java:86: addActual(java.lang.Object) in > com.mockobjects.AbstractExpectationCollection can > not be applied to (int) > [javac] myColumnNameIndexes.addActual(aColumnIndex); > > What am I missing? Note: I haven't put any jar in the lib/ directory but > the error doesn't seem to be about any missing jar. Well, I thought it would make the numbers line up better. I've just changed the formatting, not the value. > In addition it seems the latest version is 0.07 but the previous version > was 0.6 ... Isn't that strange? Are we going backwards? ;-) S. |