...
Name | Type | Description |
---|---|---|
File | The directory where compiled fixture classes go. Default value is ${project.build.directory}/fixture-test-classes | |
File | The source directory containing the fixture sources to be compiled. Default value is ${basedir}/src/fixture/java |
Optional Parameters
Name | Type | Description |
---|---|---|
Map | Arguments to be passed to the compiler if fork is set to true. | |
String | The compiler id of the compiler to use. Default value is javac | |
String | Version of the compiler to use, ex. "1.3", "1.5" Default value is 1.6 | |
boolean | Whether to include debugging information in the compiled class files. | |
String | The -encoding argument for the Java compiler | |
String | The executable of the compiler to use. | |
boolean | Runs the compiler in a separate process. | |
boolean | Optimize compiled code using the compiler's optimization methods Default value is false | |
String | Used to control the name of the output file when compiling a set of | |
boolean | Output source locations where deprecated APIs are used Default value is false | |
boolean | Output warnings Default value is false | |
boolean | Set this to 'true' to bypass greenpepper fixture compilation process entirely. | |
String | The -source argument for the Java compiler Default value is 1.6 | |
int | The granularity in milliseconds of the last modification | |
String | The -target argument for the Java compiler Default value is 1.6 | |
Set | A list of exclusion filters for the compiler. | |
Set | A list of inclusion filters for the compiler. | |
boolean | Whether to output messages about what the compiler is doing Default value is false |
...
Type | java.lang.String |
---|---|
Required | No |
Default | 1.6 |
Anchor | ||||
---|---|---|---|---|
|
Whether to include debugging information in the compiled class files.
The default value is true.
...
Type | java.io.File |
---|---|
Required | Yes |
ExpressionDefault | ${project.build.directory}/fixture-test-classes |
...
Type | java.io.File |
---|---|
Required | Yes |
Default | ${basedir}/src/fixture/java |
Anchor | ||||
---|---|---|---|---|
|
Runs the compiler in a separate process.
<p/>
If not set the compiler will default to a executable.
...
Output source locations where deprecated APIs are used
Type | boolean |
---|---|
Required | No |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
Output warnings
Type | boolean |
---|---|
Required | No |
Default | false |
Anchor | ||||
---|---|---|---|---|
|
Set this to 'true' to bypass greenpepper fixture compilation process entirely.
Its use is NOT RECOMMENDED, but quite convenient on occasion.
...
Type | java.lang.String |
---|---|
Required | No |
Default | 1.6 |
Anchor | ||||
---|---|---|---|---|
|
...
Type | java.lang.String |
---|---|
Required | No |
Default | 1.6 |
Anchor | ||||
---|---|---|---|---|
|
...