Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 54355 invoked from network); 20 Aug 2002 09:44:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Aug 2002 09:44:04 -0000 Received: (qmail 13496 invoked by uid 97); 20 Aug 2002 09:44:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 13480 invoked by uid 97); 20 Aug 2002 09:44:30 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 13468 invoked by uid 98); 20 Aug 2002 09:44:29 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: "Jussi Iinatti" To: Subject: Setting filenames in FileSet to value of Class-Path in MANIFEST.MF Date: Tue, 20 Aug 2002 12:41:33 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi. I am creating a MANIFEST file and I want to add a Class-Path header field into it - and have the names of files in a FileSet as a value. E.g. 'Class-Path: servlet.jar infobus.jar acme/beans.jar' Is there a way to set a list of files in a FileSet to the value of the Class-Path header? *** *** But the created manifest file includes something like an ID of an Object: *** Manifest-Version: 1.0 Created-By: Apache Ant 1.5 Class-Path: org.apache.tools.ant.types.FileSet@281d4b *** It seems that it makes no sense to use reference of the FileSet here, but is there a way to get the names of the files in a FileSet? Any suggestions? - Jussi - -- To unsubscribe, e-mail: For additional commands, e-mail: