environment-strategy
Description
This strategy contains the logic to fill a classpath by checking an Environment variable (example: GROOVY_HOME)
Arguments
| Parameter name | Description | Mandatory |
|---|---|---|
| env | environment variable to check | true |
| layout | layout directory used to locate elements added on the classpath Default: /lib |
|
| filter | a filter used to select only a few elements (can be a ant regexp like **/*.jar) |
Example
<ea:environment-strategy env="GROOVY_HOME" />