From: Vincent M. <vm...@oc...> - 2002-11-02 17:31:37
|
Hi, 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. 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? ;-) Thanks -Vincent |