Difference between revisions of "Uno/Binary/Modules/STOC"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
(Tests: Added missing tests.)
(Moved out the test section.)
Line 22: Line 22:
 
{{Uno/UDKlink|stoc}}
 
{{Uno/UDKlink|stoc}}
  
==Tests==
+
{{:Uno/Binary/Module/STOC/test}}
* {{Uno/UDKlink|stoc/test}}
+
: cd stoc/test
+
: dmake
+
: cd stoc/<platform>/bin
+
: ./testconv
+
: ./testcorefl
+
: ./testintrosp
+
: ./testinvocation
+
: ./testloader
+
: ./testproxyfac
+
: ./testregistry
+
: ./testsmgr
+
: ./testsmgr2
+
* {{Uno/UDKlink|stoc/test/registry_tdprovider}}
+
: cd stoc/test/registry_tdprovider
+
: dmake #Upon failure dmake aborts with an error.
+
* {{Uno/UDKlink|stoc/test/tdmanager}}
+
: cd stoc/test/tdmanager
+
: dmake #Upon failure dmake aborts with an error.
+
* {{Uno/UDKlink|stoc/test/uriproc}}
+
: cd stoc/test/uriproc
+
: dmake #Upon failure dmake aborts with an error.
+
  
  
 
[[Category:Uno:Binary:Module]]
 
[[Category:Uno:Binary:Module]]
 
[[Category:Module]]
 
[[Category:Module]]

Revision as of 09:34, 8 November 2006

"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

udk/stoc

Uno/Binary/Module/STOC/test

Personal tools