Posts Tagged ‘iFac Release 0.1.8’

iFac Release 0.1.8

Sunday, January 20th, 2008

We just released a brand new version of iFac. It’s available from the update manager as described in the documentation.

Major changes:

  • No separate download of the iFac Ant Connector needed anymore. Everything is shipped with the update manager.
  • Fixed a bug on windows which filled the console with “Protocol Errors”
  • Added the Ant Connector Path for your build.xml to the properties dialog in Eclipse
  • Changed shortcuts for the iFac Menu (Ctrl/Command + Shift +[6-9])

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.1.8/antbuild/iFac-ant.jar

The build.xml:

<taskdef name=”ifac” classname=”com.netTrek.iFac.ant.core.IFacTask” classpath=”${iFac.ant}”/>

 

Regards,
Florian Diesner