Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Modeling Project Releng/Building/Using Ant-Contrib
< Modeling Project Releng | Building(Redirected from Modeling Project Releng/Building/Ant-Contrib)
To add ant-contrib to your buildAll.xml, use this:
... <property file="${buildConfigFile}" /> <taskdef resource="net/sf/antcontrib/antlib.xml"> <classpath> <pathelement path="${classpath}" /> <pathelement location="${thirdPartyJarsDir}/ant-contrib.jar" /> <fileset dir="/usr/share/java"> <include name="**/ant-contrib*.jar" /> </fileset> </classpath> </taskdef> ...