Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 10769 invoked from network); 14 Jan 2003 19:09:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Jan 2003 19:09:46 -0000 Received: (qmail 12568 invoked by uid 97); 14 Jan 2003 19:10:57 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 12530 invoked by uid 97); 14 Jan 2003 19:10:56 -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 12518 invoked by uid 98); 14 Jan 2003 19:10:55 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Tue, 14 Jan 2003 14:08:34 -0500 From: tek1 Subject: pulling .jars from a path? X-Sender: (Unverified) To: ant-user@jakarta.apache.org Message-id: <4.3.2-J.20030114135550.0342f7f0@smtp.comcast.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2-J Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hello. is it possible to pull all the .jars listed in a path as a fileset (for inclusion in the "lib" nested element of the "war" task)? the reason why is because i'm using a build.properties to make references to .jars on the filesystem as follows: build.properties ------------ velocity.lib=${velocity.home}/velocity-dep-1.3.1-rc2.jar commons-lang.lib=${commons-lang.home}/commons-lang-1.0.1.jar build.classpath=${velocity.lib}:${commons-lang.lib} the .jars listed above (in ${build.classpath}) are needed in the /lib directory of the webapp, so looking for a way to reference the .jars as a fileset, instead of listing each xxx.lib entry as a "lib" nested element in the war task. thank you. -- To unsubscribe, e-mail: For additional commands, e-mail: