Return-Path: <5pokahr@informatik.uni-hamburg.de> Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 48492 invoked from network); 14 Oct 2000 15:54:37 -0000 Received: from mout0.freenet.de (exim@194.97.50.131) by locus.apache.org with SMTP; 14 Oct 2000 15:54:37 -0000 Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.16 #20) id 13kTdr-0006ex-00 for ant-dev@jakarta.apache.org; Sat, 14 Oct 2000 17:54:35 +0200 Received: from a98ee.pppool.de ([213.6.152.238] helo=informatik.uni-hamburg.de) by mx2.freenet.de with smtp (Exim 3.16 #20) id 13kTdq-0007BV-00 for ant-dev@jakarta.apache.org; Sat, 14 Oct 2000 17:54:35 +0200 From: Alexander Pokahr <5pokahr@informatik.uni-hamburg.de> To: ant-dev@jakarta.apache.org Date: Sat, 14 Oct 2000 17:52:44 +0200 Message-ID: X-Mailer: YAM 2.0 [060] AmigaOS E-Mail Client (c) 1995-1999 by Marcel Beck http://www.yam.ch Subject: patterns in jar task MIME-Version: 1.0 Content-Type: text/plain X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, i have the following target in my buildfile, wich did work with Ant 1.1. With Ant 1.2 it prints out: [jar] Note: creating empty jar archive and does exactly that :-( When i only specify one pattern in it works as expected. Is specifying multiple patterns in one tag no longer supported? (can't see it in the docs) Regards, Alex