Name Last Update
..
ApiBase.xid.xml Loading commit data...
Command.xid.xml Loading commit data...
Common.xid.xml Loading commit data...
Definitions.xid.xml Loading commit data...
Logging.xid.xml Loading commit data...
README.md Loading commit data...
XIDData.prop Loading commit data...

Tensor XIDs

Tensor XIDs have all their ordinals (i.e. tags) specified and do not use packed data types. Therefore, XIDData.prop is not strictly needed but is supplied as a check-n-balance.

Generate / Verify XIDData.prop

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop https://xid.location.studio/Tensor/V1.0.0/XIDData.prop \
     https://xid.location.studio/Tensor/V1.0.0/ApiBase.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Command.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Common.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Definiions.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Logging.xid.xml

If xidcg reports:

Generating: xidout/meta/XID/XIDData.prop

Then something has changed and XIDData.prop needs to get updated.