Plugin compile-test-java v0.1
extends abstract-test
Overview
This module provides java compilation feature for tests.
Parameters
The following property values can be changed to tune the behavior of this plugin.
Required parameters must be defined upon import, or the build will fail.
| Parameter | Required? | Description | Default |
|---|---|---|---|
| test.compile.java.source.version | No | Specify a value of the -source command-line switch; will be ignored by all implementations prior to javac1.4 (or modern when Ant is not running in a 1.3 VM) and jikes | ${ant.java.version} |
| test.compile.java.target.version | No | Specify a VM version for Generated class files (e.g., 1.1 or 1.2). | ${ant.java.version} |
Build Phases
This plugin adds targets to each of the following build phases:
- test-compile
-
- compile