Update Search Path authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
As EvoAl uses a domain-specific language that supports an import mechanism, it is necessary for EvoAl to find used files. Pitifully, the two main use-cases have a slightly different lookup strategy.
As EvoAl uses a domain-specific language that supports an import mechanism, EvoAl must find used files. Pitifully, the two main use cases have a slightly different lookup strategy.
## Eclipse search path
In Eclipse, your DSL files will be located in a project (it is sufficient to create a general project). When you create your first DSL file, Eclipse will ask if you want to add Xtext capabilities. Please answer **yes** here.
## Command-line search path