Hi,
we just released a new version if iFac. This version contains some new features which were requested by our users:
- Errors are now linked to their source file in eclipse. If you click on an error, you will be automatically redirected to the line where the error appeared.
- iFac can report the mxmlc argument line just before it tries to execute it (useful for debugging your arguments). Just set the verbose property to “true” (<iFac verbose=”true” ..).
- Speedup for windows (re-)compilation process
- iFac supports neested arguments:
<ifac failonerror=”true” delay=”${iFac.delay}” verbose=”true” >
<arg value=”${iFac.compilationCore}” />
<arg value=”${iFac.docClass}” />
</ifac>
To use all new features please use the update manager to update your installation. Remember to update you iFac.ant path in the properties file.
Regards,
Florian Diesner