Back to
main page.
In order to (re)create the UTQL bindings from the UTQL schema definition files 'utql.xsd', 'utql_types.xsd' and 'utql_templates.xsd', the tool 'scomp' has to be installed from the XMLBeans project (
http://xmlbeans.apache.org/)
For recreating, all libraries, do the following:
- Go to 'ubiman/trunk/projects/utql_templates_lib'
- Delete the 'src' subfolder, if it exists
- Execute the following command line to generate the UTQL template bindings from 'utql_templates.xsd' and 'utql_templates.xsdconfig':
scomp -dl -src ./src/ -out ../../lib/utql_templates.jar ../../../../ubitrack/doc/utql/schema/utql_templates.xsd ../../../../ubitrack/doc/utql/schema/utql_templates.xsdconfig
(assuming that the 'ubitrack' svn repository is checked out to the same folder where 'ubiman' repository resides on your disk)
- Go to 'ubiman/trunk/projects/utql_types_lib
- Delete the 'src' subfolder, if it exists
- Execute the following command line to generate the UTQL with type extensions bindings from 'utql_types.xsd' and 'utql_types.xsdconfig':
scomp -dl -src ./src/ -out ../../lib/utql_types.jar ../../../../ubitrack/doc/utql/schema/utql_types.xsd ../../../../ubitrack/doc/utql/schema/utql_types.xsdconfig
for generating code without XHTML validation.
(again assuming that the 'ubitrack' svn repository is checked out to the same folder where 'ubiman' repository resides on your disk)
Publish new Schema files also on the web. For this, copy them to 'smb://login@campdata/public_html/files/ubitrack/utql'.