Re: Regional settings effects to code generation...

2010-01-19 Thread Serkan Taş
ng used by the code generation should be parameterized during ant task usage. When my locale is TR_tr, i should make the task to use US_en. Regards, Serkan Tas -- From: "Jacob Danner" Sent: Monday, January 18, 2010 6:40 PM To: Subject

Re: Regional settings effects to code generation...

2010-01-18 Thread Jacob Danner
Have you tried working around this using and xsdconfig file to remap the generated package name? That might be able to get around the platform case sensitivity issue. -jacobd 2010/1/18 Serkan Taş : > Hi, > > I am using xmlbeabs 2.5. I am getting the error below while setting my > region to Turkey

Regional settings effects to code generation...

2010-01-18 Thread Serkan Taş
Hi, I am using xmlbeabs 2.5. I am getting the error below while setting my region to Turkey and Turkish. This is my build file : After executing the script, code is generated but compilation fails due to invalid package names. This is the message : Buildfile: XmlBe