Documentation
iFac is a socket connector wich allows you to use fcsh with ant in eclipse.
To be able to use iFac you have to install the iFac eclipse plugin using the install manager ( see Installation ).
The extension allows you to define an own task definition for your build process.
You will have to change you build.xml once to use the shipped ant connector. Please update your configuration as follows:
(the iFac.ant path is shown in the properties dialog, just copy & past from there)
The build.properties:
iFac.ant = ${ant.home}/../com.netTrek.iFac.eclipse_0.2.1/antbuild/iFac-ant.jar
The build.xml:
<taskdef name=”ifac” classname=”com.netTrek.iFac.ant.core.IFacTask” classpath=”${iFac.ant}”/>
see also: samples