Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52849 invoked from network); 6 May 2004 23:28:29 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 May 2004 23:28:29 -0000 Received: (qmail 82484 invoked by uid 500); 6 May 2004 23:28:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82262 invoked by uid 500); 6 May 2004 23:28:08 -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 82223 invoked from network); 6 May 2004 23:28:08 -0000 Received: from unknown (HELO ds3.dotserv.net) (193.201.35.71) by daedalus.apache.org with SMTP; 6 May 2004 23:28:08 -0000 Received: from filadam (213.237.111.174.adsl.arve.worldonline.dk [213.237.111.174]) by ds3.dotserv.net (8.10.2/8.10.2) with ESMTP id i46NSBZ07024 for ; Fri, 7 May 2004 01:28:11 +0200 From: "Filip S. Adamsen" To: "'Ant Users List'" Subject: RE: Passing files to a java target Date: Fri, 7 May 2004 01:27:54 +0200 Message-ID: <000001c433c1$c922eaf0$0301a8c0@edu.ats.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <005d01c433bd$99dc3e80$34ca3180@TEMMPTS> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal 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 Hi Jonathan, Have you tried to use pathref="codeGen.path" instead of ${codeGen.path}? I haven't got the time to test it, but I think that should do what you want. -Filip S. Adamsen -----Original Message----- From: Jonathan Allen [mailto:allenj@spawar.navy.mil] Sent: Friday, May 07, 2004 12:58 AM To: user@ant.apache.org Subject: Passing files to a java target I would like to send a list of filenames to a java target. i.e. java myProgram c:\root c:\root\test\bean.properties c:\root\test\bean.properties c:\root\boat\try2\bean.properties c:\root\fish\bean.properties Below is as close as I cen get. The problem is that it won't recognize codeGen.path. C:\ksa_dev\build.xml:435: Reference ${codeGen.path} not found. Jonathan Allen ******************** ********************** --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org