In our code base, we depend on the version of ant used in eclipse.
Ant.jar was created as a library in which the project uses
This is a pain when moving eclipse versions when changing the name of the ant plugin folder (although I can see that now it is simply called Ant1.7)
Is there a way to access the eclipses of the link to ant Home, which appears in the workspace settings, so I don’t have to explicitly set a variable that has a hard coded path to the ant plugins folder
source
share