Fix for ANT ane 'make clean'

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix for ANT ane 'make clean'
Date: 2001-05-17 03:22:26
Message-ID: 200105170322.f4H3MQa05538@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

I was finding that 'make clean' was failing with java ant.

This patch fixes the problem by using filesets with <delete>. Without
it, the build/ and jars/ directories were not be deleted.

Applied to CVS.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 1.7 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-05-17 03:52:57 Latest Binaries
Previous Message Tom Lane 2001-05-16 23:01:44 Re: Restore from a dead machine.

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-17 04:09:17 Re: Patch for jdbc ResultSet.getTimestamp()
Previous Message Tom Lane 2001-05-16 23:23:26 Re: NAMEDATALEN configuration option patch