iFac Release 0.1.8

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

Tags:

4 Responses to “iFac Release 0.1.8”

  1. ali_o_kan says:

    Good news. :)

    I try to use the balise arg, but he does not want : «ifac doesn’t support the nested “arg” element.»

    ///

    ///

    Has there a trick?

    thx,
    Laurent

  2. erixtekila says:

    Thanks. Nice add-ons.

  3. Hi ali_o_kan,

    thanks for your reply. We will release a new version which will support nested argument tags.

    Regards,
    FD

  4. saban says:

    Hi Ali,

    the new release is available and rocks :)

    <target name=”quickTest”>
    <ifac verbose=”true” failonerror=”true”>
    <arg value=”mxmlc”/>
    <arg value=”-sp”/>
    <arg value=”${basedir}/src”/>
    <arg value=”${required.extLib.srcs}”/>
    <arg value=”-o”/>
    <arg value=”content.swf”/>
    <arg value=”–”/>
    <arg value=”${basedir}/src/TestContent.as”/>
    </ifac>
    </target>

Leave a Reply