• Keep in touch:
  • Linked In
  • Twitter
  • RSS

Current Releases

Releases are distributed using the zip and tar archive format. The contents of each are identical. Individual JAR files are also provided for use with development environments. Archives using the tar.gz format were created using a GNU compatible version of tar to allow for filenames that are longer than 100 characters. You must also use a GNU compatible version of tar to open them.

Each release has a PGP signature to allow you to verify the integrity of the files from the Flagstone web site. It is good practice to check that they have not been tampered with.


Transform SWF

Files Signature Description
transform-3.0.2-ant.tar.gz [PGP] Source files with Ant build file for JAR and javadocs (tar, gzip).
transform-3.0.2-ant.zip [PGP] Source files with Ant build file for JAR and javadocs (zip).
transform-3.0.2.jar [PGP] JAR containing compiled classes only.
transform-3.0.2-sources.jar [PGP] JAR containing source files only.
transform-3.0.2-javadoc.jar [PGP] JAR containing javadocs for the public API only.
transform-java-2.3.4.tar.gz [PGP] Previous release containing JAR with compiled classes, source files, javadocs (tar, gzip).
transform-java-2.3.4.zip [PGP] Previous release containing JAR with compiled classes, source files, javadocs (zip).


Translate SWF

Files Signature Description
translate-java-2.0.5.tar.gz [PGP] Current release containing JAR with compiled classes, source files and javadocs (tar, gzip).
translate-java-2.0.5.zip [PGP] Current release containing JAR with compiled classes, source files and javadocs (zip).
translate-3.0-SNAPSHOT-dist.tar.gz [PGP] JAR with compiled classes, source files and javadocs (tar, gzip).
translate-3.0-SNAPSHOT-dist.zip [PGP] JAR with compiled classes, source files and javadocs (zip).
translate-3.0-SNAPSHOT.jar [PGP] JAR containing compiled classes only.
translate-3.0-SNAPSHOT-sources.jar [PGP] JAR containing source files only.
translate-3.0-SNAPSHOT-javadoc.jar [PGP] JAR containing javadocs for the public API only.

The snapshot releases for version 3.0 were built on 5th July 2010 at 11:55am.

Cookbook

Files Signature Description
cookbook-1.1-project.tar.gz [PGP] Cookbook project files: source files and Maven POM. (tar, gzip).
cookbook-1.1-project.zip [PGP] Cookbook project files: source files and Maven POM. (zip).
cookbook-1.1.jar [PGP] JAR with compiled classes. Does NOT include classes for Transform and Translate.
cookbook-1.1-jar-with-dependencies.jar [PGP] JAR with all compiled classes. Includes classes Transform and Translate.
cookbook-1.1-sources.jar [PGP] JAR containing source files only.
cookbook-java-0.2.zip [PGP] Working examples for cookbook (zip). Use with Transform 2.3.4. and Translate 2.0.5.


Describe

Files Signature Description
describe-3.1.6.tar.gz [PGP] Java application for browsing the contents of Flash files. (tar,gzip).
describe-3.1.6.zip [PGP] Java application for browsing the contents of Flash files. (zip).


Verify Releases

You should verify the integrity of the files you download using the PGP signature provided.

The PGP signature can be verified using GPG. First download Flagstone's public KEYS as well as the asc signature file for the particular download then verify the signatures using:

  % gpg --import KEYS
  % gpg --verify transform-3.0.jar.asc transform-3.0.jar

Alternatively you can get the public key from the MIT key server:

  % gpg --keyserver pgpkeys.mit.edu --recv-key 39407501
  % gpg --verify transform-3.0.jar.asc transform-3.0.jar