Could be a case problem... Set the ignorecase attribute (or something like that) on the <fileset> where you are using the <patternset>. --DD
-----Original Message----- From: Rollo, Dan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:16 AM To: 'Ant Users List' Subject: Windows 98 patternset include not working I'm trying to run some unit tests on Win98 and the following patternset appears to be broken (only in Win98, other Winz are ok): <patternset id="pattern.jars"> <include name="**/jars/*.jar"/> </patternset> Oddly enough: "**/*.jar" works fine. The first pattern is used to find all ".jar" files in sub directories named "jars". I'm using Ant v1.5.1 Is this a known issue? Any work arounds? Couldn't find anything on the list archives. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
