Introduction

You are currently browsing the weblog archives for October, 2005.

Archive for October, 2005

Thursday, October 13th, 2005

As2lib 0.9.3, New Version

A new version of the as2lib is finally available for download.

Major changes are:

  • A completely rewritten File framework that offers various file format representations, like properties files, and support for loading and parsing these files - org.as2lib.io.file
  • Support for configuring the Logging framework via XML - org.as2lib.env.log.parser
  • Improved Process and Unit Testing frameworks - org.as2lib.app.exec, org.as2lib.test.unit
  • Many bug fixes in the AOP framework - org.as2lib.aop
  • New Regular Expression (RegExp) framework (note that there is still much documentation missing) - org.as2lib.regexp

As you can see, it is definitely worth updating to this new version.

Download As2lib 0.9.3.

View API Documentation

If you find any bugs, report it, if you want a new feature, tell us about it, if you need support, ask us: Response.

The next releases will contain a Bean Factory and Application Context framework and of course - a documented Regular Expression (RegEx) framework. ;)
So, stay tuned!

Thursday, October 13th, 2005

As2ant 1.0 beta, Released!

Changes include:

* Better readability of generated commandline output.
* Support for local variable inference: -infer
* Support for package-attribute: -pack
* New way of specifying sources, via XML

The new way of specifying sources via XML is especially important. Because this allows you to write a xml log configuration for the As2lib logging framework and specify this xml log configuration as source xml in your mtasc or swf tasks.

Check it out yourself!

Download As2ant 1.0 beta.

The next release will contain

* a task for As2api,
* fixes for all the bugs you encounter and
* implementations of new features you need.

I hope you enjoy working with the tasks!