Thread: Hi!
Hi! I am sorry to bother you that I can't get the jdbc Driver with the source code. I tried "./configure --prefix=/home/postgres/pgsql --with-java",it didn't work. I ran "make" in the direction of "postgresql7.3-b5/src/interfaces/jdbc,but got the following error: buildfile ./build.xml all \ -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no make: buildfile: Command not found make: [all] Error 127 (ignored) Then I replaces all "$(ANT)" in Makefile with "ant", but still got the following error: ant -buildfile ./build.xml all \ -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no Buildfile: ./build.xml BUILD FAILED /home/postgres/postgresql-7.3b5/src/interfaces/jdbc/./build.xml:51: Class org.apache.tools.ant.taskdefs.condition.And doesn't support the nested "isset" element. Total time: 1 second make: *** [all] Error 1 I don't know how to settle it and long for your reply! Yours XiaojingLi illixiaojing@163.net 2002-11-07
You need the latest version of ant. Dave On Thu, 2002-11-07 at 06:40, lxj wrote: > Hi! > I am sorry to bother you that I can't get the jdbc Driver with the source code. > I tried "./configure --prefix=/home/postgres/pgsql --with-java",it didn't work. > I ran "make" in the direction of "postgresql7.3-b5/src/interfaces/jdbc,but got the following error: > > buildfile ./build.xml all \ > -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no > make: buildfile: Command not found > make: [all] Error 127 (ignored) > > > Then I replaces all "$(ANT)" in Makefile with "ant", but still got the following error: > > > ant -buildfile ./build.xml all \ > -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no > Buildfile: ./build.xml > > BUILD FAILED > > /home/postgres/postgresql-7.3b5/src/interfaces/jdbc/./build.xml:51: Class org.apache.tools.ant.taskdefs.condition.And doesn't support the nested "isset" element. > > Total time: 1 second > make: *** [all] Error 1 > > > I don't know how to settle it and long for your reply! > > > > Yours XiaojingLi > illixiaojing@163.net > 2002-11-07 > > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- Dave Cramer <Dave@micro-automation.net>
On Thu, 2002-11-07 at 09:40, lxj wrote: > Hi! > I am sorry to bother you that I can't get the jdbc Driver with the source code. > I tried "./configure --prefix=/home/postgres/pgsql --with-java",it didn't work. > I ran "make" in the direction of "postgresql7.3-b5/src/interfaces/jdbc,but got the following error: > > buildfile ./build.xml all \ > -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no > make: buildfile: Command not found > make: [all] Error 127 (ignored) > > > Then I replaces all "$(ANT)" in Makefile with "ant", but still got the following error: > > > ant -buildfile ./build.xml all \ > -Dmajor=7 -Dminor=3 -Dfullversion=7.3b5 -Ddef_pgport=5432 -Denable_debug=no > Buildfile: ./build.xml > > BUILD FAILED > > /home/postgres/postgresql-7.3b5/src/interfaces/jdbc/./build.xml:51: Class org.apache.tools.ant.taskdefs.condition.And doesn't support the nested "isset" element. This looks like an outdated version of ant. Try downloading the lastest Ant. > Total time: 1 second > make: *** [all] Error 1 > > > I don't know how to settle it and long for your reply! > > > > Yours XiaojingLi > illixiaojing@163.net > 2002-11-07 > > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- []'s Daniel Serodio