ant
ant copied to clipboard
Apache Ant is a Java-based build tool.
The implementation is incomplete, please comment. I put the extraneous stuff in `attic` subdirectory for reference. `release/upload.xml` could very well be integrated in build.xml (because of `project.version`). `fetch.xml` does not...
... by correct XSLT.
Perhaps junit-platform-launcher needs an update, too?
Allows to have the configured informative test names in the reports instead of the test method signature (like `1: fib(0) = 0`, ..., `7: fib(6) = 8` instead of `fibonacci(int,...
Ensure that every failed test is reported by the `LegacyXmlResultFormatter`. Currently failures in `@BeforeEach` with a `@TestFactory` are not visible in the XMLreports. Possibly not fully correct `classname` and `name`...
Sometime it is needed to hide sensitive data from appearance in logs but save the rest ssh command to verify. Output suppressing is a good way to hide whole command...
CharSet is like a character encoding except - it's never null - it's always valid - it understands the equivalence of aliases
Shouldn't usage of pathComponents be threadsafe here and in other places where code iterates over pathComponents?
Added version and mainClass attributes to task, to set binary attributes of a modular jar file. For Ant 1.10.x. Addresses these tickets: https://bz.apache.org/bugzilla/show_bug.cgi?id=62772 https://bz.apache.org/bugzilla/show_bug.cgi?id=62789