Yeah, this was done to get around the 65k initializer method issue. I
thought I kept the variables static but i guess not. I think we can
probably keep them static but move the actual initialization into the
constructor of the singleton.
It might also make sense to separate the class into multi
Justin, you are a champ! It looks like your xmlcodegen changes and
instructions are just what we needed.
Generated GMLSchema members are now non-static, which is an API change.
More notes below.
We still have to look at some details (ClientProperty/attribute
handling, fixing app-schema breakag
OK, i have committed the modifiactions i made to the xmlcodegen plugin
to allow it to generate the schema for gml. But there is a disclaimer, i
had to hack the gml schema files to do it.
I have attached some relevant files here:
http://jira.codehaus.org/browse/GEOT-2505
Including:
1) the gene
Hi Ben,
I will throw this on my todo list for tomorrow. I have the generated
schema and the configuration i need to generate it (including the hacks
need to process the gml schema) on a hard drive backed up at the office.
I will resurrect it tomorrow.
-Justin
Ben Caradoc-Davies wrote:
> Justi