Introduction

You are currently browsing the weblog archives for July, 2006.

Archive for July, 2006

Thursday, July 13th, 2006

As2ant 2.1

As2ant 2.1 has just been released. Many bugs have been fixed, especially in the unit test task, and a new task has been added: Swfsli. The swfsli task can be used to inject script limit tags into SWFs to alter the maximum recursion depth and/or the script timeout.

Full list of changes:

[+] samples/swfsli
Added sample showing usage of swfsli task.

[+] org.as2lib.ant.Swfsli
Added task for the SWF ScriptLimits Injector (http://buraks.com/swfsli).

[!] org.as2lib.ant.Mtasc
Enabled usage of “no” for “trace” argument.

[!] org.as2lib.ant.Swfmill
Removed watchdog for execution of swfmill. Watchdog aborted execution if it took too long which caused troubles with big symbols (clips, fonts, includes).

[+] samples/swfmill, samples/swf
Added samples showing usage of swfmill xml in-line.

[+] samples/asunit
Added sample showing how to use AsUnit with the unit test task.

[!] org.as2lib.test.unit.XmlSocketTestListener
Improved output: highlight only errors.

[!] org.as2lib.test.unit.XmlSocketResultPrinter
Fixed bug with wrong value in attribute “hasErrors” of element “finish”.

[+] org.as2lib.ant.UnitTest
Added proper handling of exceptions and failed tests.

Download As2ant from Sourceforge.