Uno/Binary/Modules/STOC
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
"STOC" stands for Standard Office (Uno) Components. "STOC" implements that basic binary Uno components, which are
- the coreflection,
- the defaultregistry,
- the implementation registration,
- the introspection,
- the invocation,
- the invocation adapterfactory,
- the Java component loader,
- the Java VM loader,
- the shared library component loader,
- the naming service,
- the proxy factory,
- the registry based type description provider,
- the security manager,
- the standard service manager,
- the simple registry,
- the type description provider manager,
- the type conversion, and
- the URI managers.
CVS
Tests
- cd stoc/test
- dmake
- cd stoc/<platform>/bin
- ./testconv
- ./testcorefl
- ./testintrosp
- ./testinvocation
- ./testloader
- ./testproxyfac
- ./testregistry
- ./testsmgr
- ./testsmgr2
- cd stoc/test/registry_tdprovider
- dmake #Upon failure dmake aborts with an error.
- cd stoc/test/tdmanager
- dmake #Upon failure dmake aborts with an error.
- cd stoc/test/uriproc
- dmake #Upon failure dmake aborts with an error.