Uwe Schindler
b7c60e53eb
LUCENE-9321: Lazy evaluate project properties in the render-javadocs / changes2html task, also make URL (as its passed on command line) an input of task
2020-05-18 09:03:25 +02:00
Uwe Schindler
06df50e759
LUCENE-9321: Port markdown task to Gradle ( #1477 )
2020-05-17 14:46:26 +02:00
Uwe Schindler
c2b59f16bf
LUCENE-9321: Use @CompileClasspath annotation instead of @ClassPath, as only signatures are relevant for Javadocs
2020-05-16 00:14:05 +02:00
Uwe Schindler
010168c57b
LUCENE-9321, LUCENE-9278: Refactor renderJavadoc to allow relative links with multiple Gradle tasks ( #1488 )
...
This also automatically collects linked projects by its dependencies, so we don't need to maintain all inter-project javadocs links.
Co-authored-by: Dawid Weiss <dweiss@apache.org>
2020-05-14 13:16:16 +02:00
Uwe Schindler
9ee8aa61de
LUCENE-9278: Fix passing of Java properties for locale: The arguments must be separated.
2020-05-05 12:10:38 +02:00
Uwe Schindler
951efc95be
LUCENE-9278: Improved options file creation: All parameters are escaped automatically, arguments don't need to be strings (they are converted during building options file) ( #1479 )
2020-05-02 09:53:51 +02:00
Uwe Schindler
26b0b54bd3
LUCENE-9278: Fix javadocs task to work on windows and with whitespace in project folder ( #1476 )
2020-05-01 17:49:47 +02:00
Dawid Weiss
26c9fce5db
LUCENE-9278: concatenate paths for sourcepath using path separator rather than whitespace (which causes invalid option to be passed to javadoc).
2020-04-30 10:24:23 +02:00
Dawid Weiss
9244558752
LUCENE-9201: remove javadoc task remnants. Make javadoc depend on renderJavadoc and skip the default gradle's implementation.
2020-04-12 12:55:56 +02:00
Dawid Weiss
fea1ce0062
LUCENE-9278: move declaration calling getTemporaryDir inside the execution block closure so that gradlew clean renderJavadoc doesn't wipe out the temporary directory before the task has a chance to run.
2020-04-12 12:27:14 +02:00
Tomoko Uchida
4f92cd414c
LUCENE-9278: Use -linkoffline instead of relative paths to make links to other projects ( #1388 )
2020-04-09 08:44:07 +09:00
Tomoko Uchida
d4a137d2b6
LUCENE-9242: generate javadocs by calling Ant javadoc task ( #1304 )
2020-03-12 00:09:26 +09:00