core-version task

Description

The core-version task is used to define the compatibility between core and modules.

This tasks support :

If the property skip.corerevision.checker is set to true, this check will be skipped. We strongly recommend you to keep this check enabled in production environnement.

Arguments

Parameter name Description Mandatory
requiredRevision specify the required revision true
message the error message to display if the core revision check fails (note: the message could also be put as a nested text of this ant task)

Nested Elements

This task support nested text as error message.
  <ea:core-version requiredrevision="[0.7,+]">
This is my failing message.
</ea:core-version>

Example

  <ea:core-version requiredrevision="[0.7,+]" />