Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 87997 invoked by uid 500); 31 Jul 2001 20:09:00 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 51728 invoked from network); 31 Jul 2001 19:33:14 -0000 Date: Tue, 31 Jul 2001 15:32:29 -0400 From: Bernhard Lenz Subject: Copy task with files defined in an environment variable In-reply-to: To: ant-user@jakarta.apache.org Reply-to: BLenz@bermark.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I do have an environment variable set that contains 1 or more file names separated by semicolon e.g. SET XML_JAR=.\libs\xml\jaxp.jar;.\libs\xml\parser.jar or SET XML_JAR=.\libs\xerces.jar This variable is used in the classpath when compiling the code. In the end I would like to copy the files defined in the environment variable XML_JAR to a directory called .\deploy. However the copy task doesn't accept a file list separated by semicolon. Does anybody have any idea on how to achieve this? Thanks for your help. Bernie