[castor-dev] Castor CVS...

2003-12-19 Thread robertlaferla
I built Castor using the CVS source and tried using it despite all the warnings/deprecated API, etc... I was hoping that there was a fix for the SourceGenerator problem where it generates VALUE_0, VALUE_0_TYPE, etc. for any enumerations that have values with an underscore "_" character in them

[castor-dev] Can anyone build Castor from CVS?

2003-12-19 Thread robertlaferla
When I try to build Castor using "build.sh all", I see lots of deprecated API and assert warnings. Also, what version of Xerces does Castor use? Is it included in the source or do you have to install it separately? Thanks, Robert [javac] Note: Some input files use or override a deprecate

Re: [castor-dev] schema hierachy and insertion of import statements

2003-12-19 Thread Andrew Fawcett
Castor maps the value of the "targetNamespace" attribute to a Java package via the entries in the castorbuilder.properties. An example is shown in this file currently. So to build up the package hierarchy you want you must have each schema in its own namespace and use to share types between them.