patch: avoid ant warnings about never-empty jarfiles

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема patch: avoid ant warnings about never-empty jarfiles
Дата
Msg-id 20030720055144.GD32403@opencloud.com
обсуждение исходный текст
Ответы Re: patch: avoid ant warnings about never-empty jarfiles  (Barry Lind <blind@xythos.com>)
Список 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

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: pginfo
Дата:
Сообщение: Re: jdbc batch performance problem
Следующее
От: Oliver Jowett
Дата:
Сообщение: patch: avoid deprecation warning from recent Ant versions