ant
ant copied to clipboard
Apache Ant is a Java-based build tool.
As requested for #36.
Hello, This PR is to randomize the excution order the junit test method in the same class. I came to this idea during the work we are upgrading from java...
Revisiting [issue 47003](https://issues.apache.org/bugzilla/show_bug.cgi?id=47003). The original title was _“Add to ant lib classpath from within project file”_ which still describes what I'm trying to accomplish here. With these changes, the core...
Bumps xalan:xalan from 2.7.2 to 2.7.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps commons-net from 3.8.0 to 3.9.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
I am migrating from Commons Compress to Ant for tar/untar functionality, since new releases of Commons Compress pull in unwanted dependencies, while new releases of Ant are self-contained. But while...
Prefer array truncation via ` java.util.Arrays.copyOf(T[],int)` to `ArrayList::toArray` because it is faster.
If the JVM of the monitored forked test hangs then `Process:destroy` might not be effective. On unix systems it will send `SIGINT`. An alternative is to use `Process: destroyForcibly` method...
Added a new DownloadProgress class in Get.Java so when progressbar="on" is set in an get-task it shows a progress bar, remaining time and download speed for extra information besides the...