Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Name | Gant Macro |
---|---|
Plugin |
Description
Excerpt |
---|
Java scripting using Gant |
Documentation
- Help available in the notation guide.
Common parameters
- See SCRP
Parameters
- targets - Comma separated list of targets to run. Defaults to "default" which runs the default target.
- classpath - classpath used for Groovy compiles and runtime. Defaults to the script directory in the Confluence home directory.
Parameters
- See Macro parameters
Pre-defined variables
- See SCRP for common variables
- See Groovy Macro - all Groovy variables are available for GantSee Pre-defined variables
Usage
No Format |
---|
{gant}
target(default: "A simple hello target") {
println("Hello world");
}
{gant}
|
No Format |
---|
{gant:targets=hello}
target(hello: "A simple hello target") {
println("Hello world");
}
{gant}
|
No Format |
---|
{gant:output=wiki|script=#example.gant|var1=test}
{gant}
|
Security
This macro supports CMSP.
Open Issues
List of issues for the Gant component
...