osate / osate2-gtse

This plugin enables users to automatically explore the trade space of a system by connecting OSATE to Penn State's Trade Space Visualizer tool.
Other
5 stars 0 forks source link

Language processor should create properly named and located file #12

Closed sprocter closed 6 years ago

sprocter commented 7 years ago

The current hardcoded paths.txt should be instead be named <root-file>.properties, where <root-file> is the name of the .aadl file that contains the root element. Ideally, it would also be located in the same directory as the root file.

Note that this won't be necessary once #6 is complete, so, if implementation would take too much time, then it can be skipped and time spent on #6 instead.

sprocter commented 7 years ago

In addition to the file name, the .properties file also needs the items described in #11. How these get into the properties file, though, is up for discussion: they could be in the configuration file, in some sort of preference in OSATE, or some alternative mechanism.

sprocter commented 6 years ago

Closing since #6 is complete.