-
Key: CORBA35-92
-
Legacy Issue Number: 5522
-
Status: open
-
Source: Raytheon ( Jerry Bickle)
-
Summary:
An implementation may request a dependency on a specific component based
upon
its artifacts. Add artifactdependency to the dependency element.Current Format
<!ELEMENT dependency
( softpkgrefcodebase fileinarchive localfile name valuetypefactory
) >
<!ATTLIST dependency
type CDATA #IMPLIED
action (assertinstall)"assert"> New Format
<!ELEMENT dependency
( softpkgrefcodebase fileinarchive localfile name valuetypefactory
)
, artifactdependency*
>
<!ATTLIST dependency
type CDATA #IMPLIED
action (assertinstall)"assert"> <!ELEMENT artifactdependency EMPTY>
<!ATTLIST artifactdependency
artifactrefid CDATA #REQUIRED
artifactvalue CDATA #REQUIRED>Note: This concept is tied to the concept of component artifact property
issue. The
artifactrefid is a reference to a component's artifact property defined in
a
component's property file. The artifactvalue is the dependency value being
requested
or needed. -
Reported: CORBA 3.0 — Wed, 17 Jul 2002 04:00 GMT
-
Updated: Wed, 1 Feb 2023 21:59 GMT