
Both lines are based off of Ant 1.9.7 and The 1.9.x releases require Java5 at runtime and 1.10.x The Apache Ant team currently maintains two lines ofĭevelopment. Software development projects looking for a solution combining build tool andĭependency management can use Ant in combination with Apache Ivy.Īpache Ant 1.10.12 are now available for download as source or "antlibs" containing Ant tasks and types, and are offeredĪ large number of ready-made commercial or open-source "antlibs".Īnt is extremely flexible and does not impose coding conventions orĭirectory layouts to the Java projects which adopt it as a build tool. Pilot any type of process which can be described in terms of targetsĪnt is written in Java.

The main known usage of Ant is the build of Java applications.Īnt supplies a number of built-in tasks allowing to compile, assemble,Īnt can also be used effectively to build non Java applications, for Mission is to drive processes described in build files as targetsĪnd extension points dependent upon each other. All of the others will be simple command line switches to do Silent Uninstalls.Apache Ant is a Java library and command-line tool whose I think this may only take me 1.5 - 2 days at my current rate.Įdit: OK, I just finished installing Every single version of Java on a test comptuer and the versions of java that require the Answer file to be recorded are from v1.3.1_05 to v1.4.1_07 total of 28 versions. I then write the return code to a log file for viewing later. MsiExec.exe /qn /x -SdFinishReboot-0]īootOption=0I am able to read in all versions of Java on a comptuer using Registry entries, and I just use a big Case statement to uninstall each one one at a time. To uninstall Java Runtime 1.5 (all Versions), example for 1.5.0_01
