Ant version 1.6.5

(CR #439259) EAServer 6.0.2 is certified to run with Ant version 1.6.5, which is installed with EAServer. If another version of Ant is installed on the same machine, problems can occur when you run EAServer, because the configuration files that Ant uses for setup may be incompatible with EAServer 6.0.2.

Workaround:

  1. In the EAServer bin subdirectory, create a file named set-ant-opts-local.sh.

  2. To prevent Ant from using incompatible setup information, enter the following lines:

    DJC_ANT_ARGS=--noconfig 
    export DJC_ANT_ARGS
    

    To pass command line options to Ant, set the value of DJC_ANT_ARGS to the list of options; for example:

    DJC_ANT_ARGS= -debug -logfile Ant.log
    export DJC_ANT_ARGS
    

    Save and close set-ant-opts-local.sh.

  3. Restart the server.