Difference between revisions of "Uno/Binary/Spec/Environment Substitution"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m
(Updated state.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
version: {{REVISIONID}} <br>
+
Type: Specification  State: Evolving Availability: URE 1.3 (SRC680_m212)
state:   draft          <br>
+
type:    specification <br>
+
  
== Environment Substitution ==
+
[[Uno/Spec/Environment Substitution]] for [[Uno/Binary|Binary Uno]].
  
; Feature
+
==API==
: An environment can be substituted with a compatible environment.
+
Specifying the to be substituted environments via environments variables.
: For example:
+
: <code>"uno:mutex"</code> -> <code>"uno:mutex:debug"</code>
+
  
; Rationale :
+
For example:
 +
<code>setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"</code>
  
; API
+
Runtime environment variable:  
: specifying both, the target and the replacement.
+
<code>"UNO_ENV_SUBST:"</code>
: For example:
+
: <code>setenv "UNO_ENV_SUBST:gcc3:mutex" "gcc3:mutex:debug"</code>
+
  
: Runtime environment variable:
+
==Dependencies==
: <code>"UNO_ENV_SUBST:"</code>
+
* [[Uno/Spec/Environment Substitution]]
  
; Compatibility Issues: None.
 
  
; Dependencies: None.
+
[[Category:Draft]]
 
+
[[Category:Spec]]
[[Category:Uno:Binary:Spec]]
+
[[Category:Uno]]
 +
[[Category:Uno:Binary]]

Latest revision as of 11:55, 22 May 2007

Type: Specification State: Evolving Availability: URE 1.3 (SRC680_m212)

Uno/Spec/Environment Substitution for Binary Uno.

API

Specifying the to be substituted environments via environments variables.

For example:

setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"

Runtime environment variable:

"UNO_ENV_SUBST:"

Dependencies

Personal tools