stuckyb / ontopilot

15 stars 2 forks source link

separate configuration file? #1

Closed stuckyb closed 7 years ago

stuckyb commented 8 years ago

Currently, a few key configuration parameters are set in the Makefile:

  1. The base IRI for the compiled ontology.
  2. The term source files and the order in which to parse them.

Might it be better to have a separate configuration file for these items, and anything else that might arise?

ramonawalls commented 7 years ago

Guess it depends on how hard it is to edit the Makefile without messing it up.

stuckyb commented 7 years ago

With the move to the new, pure Python build system, the Makefile is obsolete and configuration settings are now in a separate config file, as described in the original question. So I guess the answer was "yes". :-)