LabVIEW-DCAF / DCAF-Core

This repo contains the build file for DCAF Core, or the main installer for DCAF. This will be the pkg that we deploy to the tools network.
Apache License 2.0
11 stars 3 forks source link

DCAF Core should auto-include Table API. It currently does not. #3

Closed pollockm closed 7 years ago

pollockm commented 7 years ago

Install only DCAF Core on a clean system. Try to create a new instance of the templates. They fail due to Table API not being installed.

Need to include DCAF Table API as a dependency. Not sure if it should be a direct dependency of DCAF Core or of the DCAF Project Templates.

becega commented 7 years ago

TEmplates need to be updated. Table API is not part of Tag Editor Core https://github.com/LabVIEW-DCAF/DCAF-Project-Templates/issues/56

pollockm commented 7 years ago

Documenting since I was confused: the DCAF Table API package is now deprecated and should not be installed (or linked against), since the entire table api codebase has been included in TagEditorCore rather than a separate package.