Upgrade Ant in RTC
We are using the RTC version of 4.0.0.1.Apache ant plugin with this version of RTC is 1.7.1. But want to upgrade Apache ant to the latest version of 1.8. There is a property useNativeBasedir in build.xml file is supported from Apache ant 1.8.0 onwards. Is it possible to upgrade the apache version? If so how?
Thanks,
Adhithya
Thanks,
Adhithya
One answer
I am not sure if it is possible to upgrade the plugins for ANT that are shipped with the BuildEngine and the Eclipse client.
I think it is possible to define your own ANT version in the build definition. You would have to make sure that it is installed on all machines you need it. Ant could be part of the build environment, downloaded once or every time with a component (similar to the component Build in the JKE Banking/MTM sample project that ships with RTC)
I think it is possible to define your own ANT version in the build definition. You would have to make sure that it is installed on all machines you need it. Ant could be part of the build environment, downloaded once or every time with a component (similar to the component Build in the JKE Banking/MTM sample project that ships with RTC)