TIBCO ActiveMatrix(R) Administrator Command Line Interface is built as Apache Ant scripts. How could I find an Ant instance to execute these scripts?
book
Article ID: KB0084591
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix Service Grid
-
TIBCO ActiveMatrix Policy Director
-
TIBCO BPM Enterprise
-
Description
Description: TIBCO ActiveMatrix(R) Administrator Command Line Interface is built as Apache Ant scripts. How could I find an Ant instance to execute these scripts?
Resolution
There are several ways to run Ant scripts :
1). You can download Ant from the Apache Ant website (http://ant.apache.org), install as directed in the Ant documentation, add the Ant executable to your path and then run:
$ ant -f build.xml
where "build.xml" is your build configuration file.
Check the "Software Requirements" and "Configuring Ant" sections of the applicable product's Installation Guide to find the Apache Ant version and configuration required.
2). You may also use the following command to run Ant that is embedded in ActiveMatrix Platform: