This example was developed with Protege v3.0 downloaded from http://protege.stanford.edu

The automated import requires Java and Ant. This was tested with Java 1.4.2 and Ant v1.6.2

To enable the script console in Protege use the Project > Configure menu and ensure that the ProtegeScriptTab checkbox is checked. Then, to load the example script navigate to the script tab and execute the following line:
  execfile( r'C:\EnterpriseArchitecture\Example\Script\EnterpriseArchitecture.py' )

To generate the example report XML in c:\Temp directory:
  execfile( r'C:\EnterpriseArchitecture\Example\Report\BusinessTechnologyTraceability.py' )

