ant icon indicating copy to clipboard operation
ant copied to clipboard

Apache Ant is a Java-based build tool.

Results 32 ant issues
Sort by recently updated
recently updated
newest added

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xalan:xalan&package-manager=maven&previous-version=2.7.2&new-version=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...

dependencies

Bumps commons-net from 3.8.0 to 3.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-net:commons-net&package-manager=maven&previous-version=3.8.0&new-version=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...

dependencies

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...