README.md
1.01 KB
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/Definitions.xid.xml \
https://xid.location.studio/Tensor/V1.0.0/Logging.xid.xml
OR
$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
-v \
-prop XIDData.prop \
ApiBase.xid.xml \
Command.xid.xml \
Common.xid.xml \
Definitions.xid.xml \
Logging.xid.xml
If xidcg reports:
Generating: xidout/meta/XID/XIDData.prop
Then something has changed and XIDData.prop needs to get updated.