Petals ANT Tasks 2.8.0+

Version 1 by Christophe DENEUX
on Mar 12, 2018 15:09.

compared with
Current by Christophe DENEUX
on Apr 12, 2021 16:27.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h1. Introduction

Petals ESB provides support for managing the system using the scripting language [Apache Ant 1.5 (or newer)|http://ant.apache.org/]. This section details the mapping of the management functions provided through JMX management beans to Ant tasks.

Ant scripts are written using XML. Each task is defined syntactically as named XML attributes and XML elements. Each task defines an element; nested elements are contained within the task element.
Requirements to run this version of the Petals Ant tasks are:
* Java 8 or upper,
* Apache Ant 1.9.7 or upper,
* Petals ESB container 5.2.0+.

The [support of Maven URL|https://ops4j1.jira.com/wiki/spaces/paxurl/pages/3833866/Mvn+Protocol] is provided by [OPS4J Pax URL v2.4.7+|https://ops4j1.jira.com/wiki/spaces/paxurl/overview].
{info}