| 7 |
# --------------------------------------------------------------------------- |
# --------------------------------------------------------------------------- |
| 8 |
|
|
| 9 |
|
|
|
# ----- Which gj compiler: 2.0 or 2.2? (default 2.0) ----- |
|
|
gjc.version = 2.0 |
|
|
|
|
|
|
|
|
# ----- Turn on -novariance? (default true, ignored in version 2.1) ----- |
|
|
gjc.novariance = true |
|
|
|
|
|
|
|
| 10 |
# ----- Turn on -warnunchecked? (default false) ----- |
# ----- Turn on -warnunchecked? (default false) ----- |
| 11 |
gjc.warnunchecked = false |
build.warnunchecked = false |
| 12 |
|
|
| 13 |
|
|
| 14 |
# ----- Skip java.lang.Thread* classes? (default false) ----- |
# ----- Skip java.lang.Thread* classes? (default false) ----- |
| 15 |
build.nothreads = false |
build.nothreads = false |
| 16 |
|
|
| 17 |
|
|
|
# ----- Use emulation classes? (default true for Windows, false otherwise) ----- |
|
|
#build.emulation = true |
|
|
|
|
|
|
|
| 18 |
# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- |
# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- |
| 19 |
#testcase = PriorityQueue |
#testcase = PriorityQueue |