current build fail

Started by Tatsuo Ishiiover 23 years ago5 messageshackers
Jump to latest
#1Tatsuo Ishii
t-ishii@sra.co.jp

I see:

/usr/jakarta-ant-1.4.1/bin/ant -buildfile ./build.xml all \
-Dmajor=7 -Dminor=3 -Dfullversion=7.3devel -Ddef_pgport=5432 -Denable_debug=yes
Buildfile: ./build.xml

BUILD FAILED

/usr/local/src/pgsql/current/pgsql/src/interfaces/jdbc/./build.xml:51: Class org.apache.tools.ant.taskdefs.condition.And doesn't support the nested "isset" element.

Is my ant 1.4.1 is too old to build PostgreSQL?
--
Tatsuo Ishii

#2Thomas O'Dowd
tom@nooper.com
In reply to: Tatsuo Ishii (#1)
Re: current build fail

Yeah, it seems to require Ant 1.5 now. This should probably go in the
configure script, ie a test for Ant 1.5 if java enabled?

Tom.

On Mon, 2002-09-02 at 16:30, Tatsuo Ishii wrote:

I see:

/usr/jakarta-ant-1.4.1/bin/ant -buildfile ./build.xml all \
-Dmajor=7 -Dminor=3 -Dfullversion=7.3devel -Ddef_pgport=5432 -Denable_debug=yes
Buildfile: ./build.xml

BUILD FAILED

/usr/local/src/pgsql/current/pgsql/src/interfaces/jdbc/./build.xml:51: Class org.apache.tools.ant.taskdefs.condition.And doesn't support the nested "isset" element.

Is my ant 1.4.1 is too old to build PostgreSQL?
--
Tatsuo Ishii

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

--
Thomas O'Dowd. - Nooping - http://nooper.com
tom@nooper.com - Testing - http://nooper.co.jp/labs

#3Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Thomas O'Dowd (#2)
Re: current build fail

Yeah, it seems to require Ant 1.5 now.

Thanks I got Ant 1.5 and now PostgreSQL builds fine.

This should probably go in the
configure script, ie a test for Ant 1.5 if java enabled?

Sounds nice idea.
--
Tatsuo Ishii

#4Bruce Momjian
bruce@momjian.us
In reply to: Tatsuo Ishii (#3)
Re: current build fail

Tatsuo Ishii wrote:

Yeah, it seems to require Ant 1.5 now.

Thanks I got Ant 1.5 and now PostgreSQL builds fine.

This should probably go in the
configure script, ie a test for Ant 1.5 if java enabled?

Sounds nice idea.

Yes, I am going to add a test for >= Ant 1.5 to configure.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#5Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#4)
Re: current build fail

Patch applied to test for Ant >= 1.5. Autconf run.

---------------------------------------------------------------------------

Bruce Momjian wrote:

Tatsuo Ishii wrote:

Yeah, it seems to require Ant 1.5 now.

Thanks I got Ant 1.5 and now PostgreSQL builds fine.

This should probably go in the
configure script, ie a test for Ant 1.5 if java enabled?

Sounds nice idea.

Yes, I am going to add a test for >= Ant 1.5 to configure.

-- 
Bruce Momjian                        |  http://candle.pha.pa.us
pgman@candle.pha.pa.us               |  (610) 359-1001
+  If your life is a hard drive,     |  13 Roberts Road
+  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+7-4