Updated Jython Ant Task
I’ve updated Ant Jython task with a number of new features:
- Jython path is now handled by a separate JythonPath task.
- Jython interpreter is now scoped to Ant project. This means that you can have multiple Jython calls withing the same project that share common imports and variables.
- Jython task now supports nested text, similar to the “script” task.