Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 59740 invoked from network); 2 Mar 2004 19:12:52 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 19:12:52 -0000 Received: (qmail 18352 invoked by uid 500); 2 Mar 2004 19:12:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 18109 invoked by uid 500); 2 Mar 2004 19:12:34 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 18089 invoked from network); 2 Mar 2004 19:12:34 -0000 Received: from unknown (HELO leticia.terra.com.br) (200.154.55.226) by daedalus.apache.org with SMTP; 2 Mar 2004 19:12:34 -0000 Received: from tucuman.terra.com.br (tucuman.terra.com.br [200.154.55.139]) by leticia.terra.com.br (Postfix) with ESMTP id 258A43C60F for ; Tue, 2 Mar 2004 16:12:37 -0300 (BRT) Received: from nassau.trifax.com.br (cm-net-cwb-C8B032EE.brdterra.com.br [200.176.50.238]) (authenticated user trifax) by tucuman.terra.com.br (Postfix) with ESMTP id 568333C086 for ; Tue, 2 Mar 2004 16:12:15 -0300 (BRT) Received: from trifax.com.br ([192.168.88.154]) by nassau.trifax.com.br with Microsoft SMTPSVC(5.0.2195.6713); Tue, 2 Mar 2004 16:12:36 -0300 Message-ID: <4044DCA3.8010700@trifax.com.br> Date: Tue, 02 Mar 2004 16:12:35 -0300 From: Leandro Trevisan Nunes User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: multiple arguments with References: <4044D2B6.3050809@trifax.com.br> <4044D885.4020301@swift.com> In-Reply-To: <4044D885.4020301@swift.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Mar 2004 19:12:36.0200 (UTC) FILETIME=[52736E80:01C4008A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks for the reply, Matt and Tanguy! Your suggestions really works! Best regards. RADEMAKERS Tanguy wrote: > Hello Leandro, > > Here's an example of using the pathconvert task to do this > > if="ejb.generate.required"> > > > > > > > > > > > dirsep="/" pathsep=" "/> > > > classpathref="path.ejbgen" fork="True" failonerror="True" > maxmemory="256m"> > > > > > > > > > > > > Regs, > /t > Leandro Trevisan Nunes wrote: > >> Hi, >> there is any way to assign a FileSet as line argument for the >> task? >> >> My script will run a java app that takes several itens as line >> arguments (a file list), >> like the following: [eu@lince]$ java MyApp file1.dat file2.dat >> file3.dat .... fileN.dat >> >> So I'm using the task to run the app, but the do not >> allow the use of a FileSet. >> It only allows parameters such as line, value, path, file, etc wich >> doesn't fit to my needs. >> >> A piece of my code follows: >> >> >> >> >> >> >> >> >> >> .... here I need something like a FileSet >> ..... >> >> >> >> >> oh, help me. >> >> Thanks for the patience. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > -- - - - - - - - - - - - - Leandro Trevisan Nunes Engenharia de Sotware Trifax Tecnologia LTDA (41) 3022-2600 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org