The Ant manual (https://ant.apache.org/manual/install.html) states:
Note: If a JDK is not present, only the runtime (JRE), then many tasks will not work.
We are trying to get the JDK out of our environment and just use the JRE and this is the last application we use that requires the JDK, but does not supply its own copy.
We have tested using Ant with the JRE and so far, none of the Tasks we use fail under the JRE. Before we commit to making this change, does anyone know what Tasks do not work with the JRE? We just don't want to shoot ourselves in the foot down the road.