Community contributed extensions

Antify [antify] module

This module is for the Play 1.x series only.

Antify module allows you to generate a ant project file for your play application and run it with ant.

This module is no longer maintained. The antify support is now built-in since Play 1.2.2. Unofficial instructions here

https://github.com/huljas/play-antify

Written by Heikki Uljas.

Published releases

1.0 Apr 06 2011 Documentation Try Play

To install locally this module use the install command:

play install antify-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> antify {version}