patch: avoid ant warnings about never-empty jarfiles

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: patch: avoid ant warnings about never-empty jarfiles
Date: 2003-07-20 05:51:45
Message-ID: 20030720055144.GD32403@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This patch to build.xml avoids these warnings from ant (by dropping the
'whenempty' attribute entirely):

jar:
[jar] JARs are never empty, they contain at least a manifest file
[jar] Building jar: /usr/src/pgsql/src/interfaces/jdbc/jars/postgresql.jar
[jar] JARs are never empty, they contain at least a manifest file
[jar] Building jar: /usr/src/pgsql/src/interfaces/jdbc/jars/postgresql-examples.jar

-O

Attachment Content-Type Size
pgsql-ant_whenempty_warning.txt text/plain 1.4 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-07-20 11:36:03 patch: clean up ant test infrastructure
Previous Message Oliver Jowett 2003-07-20 05:43:39 patch: avoid deprecation warning from recent Ant versions