patch: avoid ant warnings about never-empty jarfiles - Mailing list pgsql-jdbc

From Oliver Jowett
Subject patch: avoid ant warnings about never-empty jarfiles
Date
Msg-id 20030720055144.GD32403@opencloud.com
Whole thread Raw
Responses Re: patch: avoid ant warnings about never-empty jarfiles  (Barry Lind <blind@xythos.com>)
List 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

pgsql-jdbc by date:

Previous
From: pginfo
Date:
Subject: Re: jdbc batch performance problem
Next
From: Oliver Jowett
Date:
Subject: patch: avoid deprecation warning from recent Ant versions