How can I View ADL files?

Created by Tim Cook
Keywords:
ADL Archetypes

The best tool to use is the ADL Workbench from Ocean Informatics.
https://wiki.oceaninformatics.com/confluence/display/TTL/ADL+Workbench+Releases

 It is open source and written in Eiffel. You must install the open source (GPL not Enterprise) Eiffel Studio first according to the instructions here: https://www2.eiffel.com/download/ This is a great tool that gives you a variety of views of the file.

I installed it in a subdirectory of my home directory named adlwb. Here is my shell script that sets the environment variables and starts the application.

#!/bin/bash
export ISE_EIFFEL=/usr/local/Eiffel63
export ISE_PLATFORM=linux-x86-64

export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin

./adl_workbench