Jython Ant build file

In an attempt to give Python a fair shake, I’ve decided to experiment with Jython. First order of business… create some reusable Jython Ant targets (but not custom tasks… i don’t have that kind of time on my hands).

If anyone is interested… here’s a small ant-based jython project (including Ant build file) that contains targets for:

  • Compiling Jython to Java class files
  • Packaging a small (lame) Jython applet into a jar
  • Running the applet with appletviewer

About this entry