Re: current build fail

Lists: pgsql-hackers
From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: current build fail
Date: 2002-09-02 07:30:56
Message-ID: 20020902.163056.112627244.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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


From: Thomas O'Dowd <tom(at)nooper(dot)com>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: current build fail
Date: 2002-09-02 07:49:56
Message-ID: 1030952996.2776.254.camel@beast.uwillsee.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom(at)nooper(dot)com - Testing - http://nooper.co.jp/labs


From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tom(at)nooper(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: current build fail
Date: 2002-09-02 09:06:10
Message-ID: 20020902.180610.39152038.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> 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


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: tom(at)nooper(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: current build fail
Date: 2002-09-02 13:43:59
Message-ID: 200209021343.g82Dhxr26637@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, tom(at)nooper(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: current build fail
Date: 2002-09-02 16:13:10
Message-ID: 200209021613.g82GDBU20173@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


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(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 1.5 KB