Re: Problem with patternsets in ANT 1.4.1

2001-11-28 Thread Stefan Bodewig
On 27 Nov 2001, Andrew Spyker [EMAIL PROTECTED] wrote: I get the following error when the target runs: Overriding previous definition of reference to myproperties It only is a warning. From the looks of it, the parser(??) goes through the file once before any target it run an it calls

Problem with patternsets in ANT 1.4.1

2001-11-27 Thread Andrew Spyker
All, I just moved my build from 1.3 to 1.4.1. I am now seeing the following issue: If I have patternsets defined in the build.xml under build targets such as: copy todir=${dest.dir} fileset dir=${src.dir} patternset id=myproperties include name=**/*.properties/ /patternset

Problem with patternsets in ANT 1.4.1

2001-11-27 Thread Andrew Spyker
All, I just moved my build from 1.3 to 1.4.1. I am now seeing the following issue: If I have patternsets defined in the build.xml under build targets such as: copy todir=${dest.dir} fileset dir=${src.dir} patternset id=myproperties include name=**/*.properties/ /patternset

Re: Problem with patternsets in ANT 1.4.1

2001-11-27 Thread Peter Donald
On Wed, 28 Nov 2001 04:25, Andrew Spyker wrote: All, I just moved my build from 1.3 to 1.4.1. I am now seeing the following issue: If I have patternsets defined in the build.xml under build targets such as: copy todir=${dest.dir} fileset dir=${src.dir} patternset id=myproperties