XIFF trunk with Flex SDK 3.5

Back on XIFF hacking, I had to do some workarounds to make a clean checkout from Xiff Trunk work with Flex SDK 3.5.

Here’s a Diff
xiff.diff.zip (3023 Bytes)

The Base64 related methods are now used from AS3crypto (http://code.google.com/p/as3crypto/), thus no more Flex dependancies.

Ok, downloaded swc and added it to build path.

How about SHA1?

“could not find source for class org.igniterealtime.xiff.data.auth.SHA1”

From this commit:

http://www.igniterealtime.org/fisheye/changelog/svn-org?cs=11558&csize=4

SHA1 should be removed from .flexLibProperties, right?

Yes, you are correct, SHA1 was removed.