Community
Participate
Working Groups
Using the XSD2Java ANT Task on a given XSD produces faulty package names. The URI is like 'http://example.org/StandardInterface' and the generated package is 'org.example.standard.interface'. By using the key-word 'interface' as package name eclipse runs into problems. Doing it using the UI results in the package name 'org.example.standard.interface_', which works fine.
The UI has more access to JDT's support. An easy workaround is to use an ecore annotation to specify the package name.