On Sat, 9 Jul 2005, Kenan Sevindik <[EMAIL PROTECTED]> wrote: > I admit that this is a more general problem related with Plexus and > Java than Maven alone, but in the end we will not be able to run > Maven in Turkish environments,
Ant went through that a few years back when it claimed that <fileset> wasn't supported on a Turkish locale. > so I decided to report this problem to the Maven team. Problems > similar to above could easily be solved with providing English > locale to String upper case/lowe case conversion methods explicitly, > rather than using defult ones in general. Yep, that's what we did in Ant-land. All occurances of toLower/toUpper explicitly request Locale.US. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]