Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 59961 invoked from network); 23 Apr 2003 16:48:09 -0000 Received: from w13125.hostcentric.net (216.65.13.254) by daedalus.apache.org with SMTP; 23 Apr 2003 16:48:09 -0000 Received: (qmail 21918 invoked by alias); 23 Apr 2003 16:48:13 -0000 Received: from unknown (HELO benrms.rmsfinance.com) (209.42.216.182) by 0 with SMTP; 23 Apr 2003 16:48:13 -0000 Message-Id: <5.1.0.14.0.20030423125328.00a9c8c8@216.65.13.254> X-Sender: dougr@rmsfinance.com@216.65.13.254 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 23 Apr 2003 12:54:53 -0400 To: "Ant Users List" From: Douglas Reames Subject: RE: and properties file In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N using the example I provided, will appResources.properties end up in the directory: build/classes/com/reames ??? At 11:42 AM 4/23/2003 -0500, you wrote: > > > > > > > >--DD > >-----Original Message----- >From: Douglas Reames [mailto:dougr@rmsfinance.com] >Sent: Wednesday, April 23, 2003 11:48 AM >To: user@ant.apache.org >Subject: and properties file > >I would like to locate a properties file - appResources.properties - with >its corresponding java classes - in a package: com.reames. The >directories will of course be created by the compilation process, and the >classes placed in the directory - reames. I would prefer to not hard-code >the directories for the properties file in a task. How do I get the >properties file to the correct directory? > >[1] PRE COMPILATION: > >base >-appResources.properties > >base/src >-insert.java >-delete.java > >[2] DESIRED POST COMPILATION > >base >-appResources.properties > >base/src >-insert.java >-delete.java > >base/classes/com/reames >-insert.class >-delete.class >-appResources.properties > >regards, >Douglas Reames > > >--------------------------------------------------------------------- >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