/usr/local/ant/bin/ant -buildfile ./build.xml all \ -Dmajor=7 -Dminor=2 -Dfullversion=7.2devel -Ddef_pgport=5432 Buildfile: .\build.xml all: prepare: [mkdir] Created dir: C:\home\jt\src\pgsql\src\interfaces\jdbc\build [mkdir] Created dir: C:\home\jt\src\pgsql\src\interfaces\jdbc\jars check_versions: driver: [copy] Copying 1 file to C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql [echo] Configured build for the JDBC2 edition driver compile: [javac] Compiling 42 source files to C:\home\jt\src\pgsql\src\interfaces\jdbc\build [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:172: getSQLType() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] return Field.getSQLType( getBaseTypeName() ); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:176: cannot resolve symbol [javac] symbol : method getTypeName () [javac] location: class org.postgresql.Field [javac] String fType = field.getTypeName(); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:198: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[0] = new Field(conn, "INDEX", field.getOID("int2"), 2); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:203: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("bool"), 1); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:211: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("int2"), 2); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:215: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("int4"), 4); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:225: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("int8"), 8); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:235: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("numeric"), -1); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:245: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("float4"), 4); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:255: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("float8"), 8); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:264: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("char"), 1); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:268: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("varchar"), -1); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:278: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("date"), 4); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:288: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("time"), 8); [javac] ^ [javac] C:\home\jt\src\pgsql\src\interfaces\jdbc\org\postgresql\jdbc2\Array.java:298: getOID() in org.postgresql.Field cannot be applied to (java.lang.String) [javac] fields[1] = new Field(conn, "VALUE", field.getOID("timestamp"), 8); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 15 errors BUILD FAILED C:\home\jt\src\pgsql\src\interfaces\jdbc\.\build.xml:72: Compile failed, messages should have been provided. Total time: 5 seconds make: *** [all] Error 1