Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 13477 invoked from network); 23 Feb 2006 14:21:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 14:21:25 -0000 Received: (qmail 33789 invoked by uid 500); 23 Feb 2006 14:21:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 33744 invoked by uid 500); 23 Feb 2006 14:21:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 33733 invoked by uid 99); 23 Feb 2006 14:21:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 06:21:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [70.97.122.142] (HELO mail.instantiations.com) (70.97.122.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 06:21:15 -0800 Received: (qmail 30735 invoked by uid 89); 23 Feb 2006 14:20:54 -0000 Received: by simscan 1.1.0 ppid: 30727, pid: 30731, t: 1.1215s scanners: clamav: 0.86.1/m:32/d:955 spam: 3.0.4 Received: from unknown (HELO ?127.0.0.1?) (mark?russell@instantiations.com@71.48.94.170) by mail.instantiations.com with SMTP; 23 Feb 2006 14:20:53 -0000 Message-ID: <43FDC4BE.6020708@instantiations.com> Date: Thu, 23 Feb 2006 09:20:46 -0500 From: Mark Russell Organization: Instantiations, Inc. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ant Users List Subject: Re: List of file names as arguments to a java task References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.instantiations.com X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-101.7 required=5.0 tests=BAYES_00,USER_IN_WHITELIST autolearn=ham version=3.0.4 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You are telling the compile command to only include the **/*.xml files it probably should be **/*.java ar wrote: > Hi all, > > I'd like to give to provide to my java task a list of file names. I don't > know how to do. > I tried: > > > > > > > > > > > > > ... but it doesn't work. > > The java command I want to get is : > > java -cp my_classpath my.company.my.class.MyClass --myoption=value > file1.xml file2.xml file3.xml file4.xml > > Any idea ? > > Regards > --A. ROY > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiations.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org