Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 18755 invoked from network); 30 Nov 2000 07:54:42 -0000 Received: from unknown (HELO mail.epost.de) (64.39.38.70) by locus.apache.org with SMTP; 30 Nov 2000 07:54:42 -0000 Received: from nshome (193.159.16.31) by mail.epost.de (5.1.055) id 3A23FA2E00014599 for ant-user@jakarta.apache.org; Thu, 30 Nov 2000 08:53:54 +0100 Message-ID: <001901c05aa2$d1c081f0$2a2a2a0a@seessle.de> From: "Nico Seessle" To: References: <033801c05a18$54b3ac30$020a0a0a@alsatian> Subject: Re: Difference between file and resource in property task Date: Thu, 30 Nov 2000 08:54:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N uses this.getClass().getResourceAsStream(yourResource). (the last one may work if you to have the current directory on ant's classpath) Nico