C:\jython\jython_on_JDK1.2\apache-ant-1.5.2\bin>ant -buildfile c:/jython/jython_on_JDK1.2/ws/jython/build.xml developer-build Buildfile: c:\jython\jython_on_JDK1.2\ws\jython\build.xml developer-build-called: pre-init: [echo] loading properties from C:\Dokumente und Einstellungen\huo/ant.properties [echo] loading properties from C:\jython\jython_on_JDK1.2\ws\jython/ant.properties developer-init: post-init: [echo] . [echo] Build environment for jython [echo] (Note: if ${propertyname} is displayed, then the property is not set) [echo] --- optional libraries --- [echo] threadlocal = 'true' [echo] secureclassloader = 'true' [echo] servlet = '${servlet.present}' [echo] readline = '${readline.present}' [echo] oracle = '${oracle.present}' [echo] informix = '${informix.present}' [echo] mysql = '${mysql.present}' [echo] postgresql = '${postgresql.present}' [echo] jndi = '${jndi.present}' [echo] jdbc = '${javax.sql.present}' [echo] jdbc3.0 = '${jdbc30.present}' [echo] --- properties --- [echo] work.dir = 'C:\jython\jython_on_JDK1.2\ws\jython' [echo] jython.base.dir = 'C:\jython\jython_on_JDK1.2\ws\jython' [echo] source.dir = 'C:\jython\jython_on_JDK1.2\ws\jython/src' [echo] parser.dir = 'C:\jython\jython_on_JDK1.2\ws\jython/src/org/python/parser' [echo] output.dir = 'C:\jython\jython_on_JDK1.2\ws\jython/build' [echo] dist.dir = 'C:\jython\jython_on_JDK1.2\ws\jython/dist' [echo] apidoc.dir = 'C:\jython\jython_on_JDK1.2\ws\jython/dist/Doc/javadoc' [echo] python.lib = 'C:\jython\jython_on_JDK1.2\ws\jython/CPythonLib' [echo] javaccHome = '${javaccHome}' [echo] ht2html.dir = '${ht2html.dir}' [echo] build.compiler = 'modern' [echo] jdk.target.version = '1.2' [echo] jdk.source.version = '1.3' [echo] deprecation = 'off' [echo] debug = 'off' [echo] optimize = 'on' [echo] nowarn = 'false' [echo] --- properties (used for full-build only ) --- [echo] python.exe = '${python.exe}' [echo] svn.tag = '${svn.tag}' [echo] svn.checkout.dir = '${svn.checkout.dir}' [echo] javahl.dir = '${javahl.dir}' [echo] svnant.jar.dir = '${svnant.jar.dir}' [echo] svn.revision = '${svn.revision}' [echo] do.snapshot.build = '${do.snapshot.build}' [echo] do.checkout = '${do.checkout}' clean-checkout-dir: clean: prepare-full: prepare-checkout: prepare: [mkdir] Created dir: C:\jython\jython_on_JDK1.2\ws\jython\build [mkdir] Created dir: C:\jython\jython_on_JDK1.2\ws\jython\dist checkout: version: parser: compile: [javac] Compiling 353 source files to C:\jython\jython_on_JDK1.2\ws\jython\build [javac] Modern compiler not found - looking for classic compiler [javac] C:\jython\jython_on_JDK1.2\ws\jython\src\org\python\core\PyType.java:486: The method String toString() declared in class org.python.core.PyObject cannot override the method of the same signature declared in class java.lang.Object. They must have the same return type. [javac] * [C, C.__mro__, D, D.__mro__, E, E.__mro__] after this call. [javac] ^ [javac] C:\jython\jython_on_JDK1.2\ws\jython\src\org\python\core\PyType.java:1454: The method org.python.core.PyObject fastGetDict() declared in class org.python.core.PyType cannot override the method of the same signature declared in class org.python.core.PyObject. They must have the same return type. [javac] public PyObject fastGetDict() { [javac] ^ [javac] C:\jython\jython_on_JDK1.2\ws\jython\src\org\python\core\PyType.java:1459: The method org.python.core.PyObject getDict() declared in class org.python.core.PyType cannot override the method of the same signature declared in class org.python.core.PyObject. They must have the same return type. [javac] public PyObject getDict() { // xxx return dict-proxy [javac] ^ [javac] C:\jython\jython_on_JDK1.2\ws\jython\src\org\python\core\PyType.java:1498: The method java.lang.String toString() declared in class org.python.core.PyType cannot override the method of the same signature declared in class org.python.core.PyObject. They must have the same return type. [javac] public String toString() { [javac] ^ [javac] C:\jython\jython_on_JDK1.2\ws\jython\src\org\python\core\PyType.java:1528: The method java.lang.String safeRepr() declared in class org.python.core.PyType cannot override the method of the same signature declared in class org.python.core.PyObject. They must have the same return type. [javac] public String safeRepr() throws PyIgnoreMethodTag { [javac] ^ [javac] 5 errors BUILD FAILED file:c:/jython/jython_on_JDK1.2/ws/jython/build.xml:439: Compile failed; see the compiler error output for details. Total time: 5 seconds