You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ant 1.10.16 is a bugfix release with a few added features. The biggest
change is the handling of symbolic links on the Windows platform and
Windows junctions. Java prior to version 24 didn't resolve either when
providing the canonical path of a file on Windows but does so with Java
24 onwards. This may make Ant builds behave differently on Java 23 and
24. With Ant 1.10.16 both should behave the same - and it should be
similar to Ant 1.10.15 running with Java 24 or newer.
Our last release Ant 1.10.16 introduced a regression that may lead to
NullPointerExceptions in code that uses Ant via its Java API rather than
via the command line. Ant 1.10.17 only fixes the regression, no other
changes in functionality have been added.
@mbien I had another look at external/build.xml but left as is for now. As far as I can tell this doesn't affect what we ship with, but the classpath that is used to compile the bridge with? I'll take another look after we've branched as I think we could simplify updates here, but don't want to mess too much with it just before freeze.
@mbien I had another look at external/build.xml but left as is for now. As far as I can tell this doesn't affect what we ship with, but the classpath that is used to compile the bridge with? I'll take another look after we've branched as I think we could simplify updates here, but don't want to mess too much with it just before freeze.
yes. this was already the case since the update before that (1.10.15 which is in NB 29). I noticed it by diffing two ant dists and thought to bring this up - so it might be fine for now I hope.
It's been the case for a lot longer than that, just the missing list has grown. The contents of extide/ant/lib matches the Ant distribution (at least JAR, not POM, files).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ant[ci] enable "build tools" testsci:dev-build[ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page)Upgrade LibraryLibrary (Dependency) Upgrade
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade the bundled Ant to 1.10.17.
From announce email for 1.10.16 ( https://lists.apache.org/thread/q0vfsqvg3f01ggm6sozmmh6x889638p1 )
From announce email for 1.10.17 ( https://lists.apache.org/thread/fj5wd07cv6ynj1xkghxqqgb536rc9pcw )
All changes : https://github.com/apache/ant/blob/rel/1.10.17/WHATSNEW
This replaces #9326 due to the regression fix release.