Hi I am trying to develop some improvements to Java Free-Form projects, such as auto-detection of the Java version and sources classpath from the Ant file, but I am struggling to import Ant into the java/java.freeform module.
In fact, it seems NetBeans goes to great lengths to avoid ever using Ant APIs directly: in the whole repository, org.apache.tools.ant.Project is only ever imported in extide/o.apache.tools.ant.module/src-bridge. Are NetBeans modules not allowed to use Ant directly? Why? Thank you Damjan
