Reduce the SAX parser symbol hash table size
from 65536 entries to 1024.
This comes from the GitHub pull request #6
TN: R215-022
Change-Id: I6790ad5b00dde563833cbe6493c57e68caba0ea3
This variable can be used to build XmlAda with a given RTS,
and it also adjust the installation directory where XmlAda
gets installed afterwards.
For Q802-040.
Change-Id: I54b18f184517c7eded0409c264ce8030f33d6782
When trying to build XmlAda for e500v2-vx6, one calls configure
with --target=e500v2-wrs-vxworks, which results in the Makefile
containing the following definition for TARGET:
TARGET=powerpc-wrs-vxworks
This is because the --target has been canonicalized by config.sub,
and this is expected. However, this causes problems during the build,
since we then call gprbuild with --target=powerpc-wrs-vxworks
instead of the target we specified during the configure.
This patch fixes the issue by declaring a new Makefile variable
called TARGET_ALIAS, and using that for gprbuild's --target=
option, as well as the installation prefix.
Unveiled while working on O611-016.
Change-Id: I7cf3b24c48d26af0930813b1aff304dc78561aad
For the purpose of sanity checking xmlada on VxWorks (and possibly
other cross platforms), add cross-comilable examples, one per dom, sax
and schema, that have all xml/xsd sources embedded in the test's main.
Add new cross- and existing examples to the installation of xmlada.
Change-Id: I56848955171a3b1f16f38bc3ecd7cef253af6346
Fix examples to import proper project names,
fix domschemaexample to not unset the namespeces feature,
add examples to the testing.
Change-Id: Ic5ba519f9ae80f4df3931757a1fcdb9b72e4f540