7 |
|
|
8 |
Usage: ant [target] |
Usage: ant [target] |
9 |
|
|
10 |
|
See http://gee.cs.oswego.edu/dl/concurrency-interest/index.html for |
11 |
|
more details. |
12 |
|
|
13 |
User-specific settings are read from user.properties. |
User-specific settings are read from user.properties. |
14 |
See user.properties.sample for an explanation of some useful settings. |
See user.properties.sample for an explanation of some useful settings. |
15 |
|
|
33 |
ant -Djdk$N.home=... -Djdk$N.src.home=... |
ant -Djdk$N.home=... -Djdk$N.src.home=... |
34 |
for $N in 6 7 8 9 ... |
for $N in 6 7 8 9 ... |
35 |
|
|
36 |
As of 2015-09, there is incomplete hacky support for jigsaw |
As of 2016-03, the sources in src/main are for jdk9+ only. The "docs" |
37 |
Build for jigsaw using something like: |
target is currently broken. |
|
ant -Djdk9.home="$HOME/jdk/jigsaw" -Djdk9.src.home="$HOME/jdk/src/jigsaw" clean test dist |
|
|
"docs" target is still broken. |
|
38 |
------------------------------------------------------------------------------ |
------------------------------------------------------------------------------ |
39 |
</description> |
</description> |
40 |
|
|