Re: Ant scripting from Jython.

2003-06-14 Thread mpfoemme
If anyone's curious, I've recently posted some code at sourceforge for a project called Pynt. It's a java-based scripting language designed for running builds, and it integrates fairly well with ant tasks. The code is in pretty rough shape, as I've been sort of "thinking out loud" as opposed to

[PATCH] add support to for popping up the JUnit GUI

2003-06-14 Thread Matt Quail
Hi, This is a patch for the task, that adds an option to use the traditional JUnit GUI instead of Ant's built-in text/xml/html/etc. formatters. You know, this kind of thing: http://junit.sourceforge.net/doc/testinfected/IMG1.GIF This is a scratch I've always wanted to itch. The text/html/et

ANN: Spell checking ant task

2003-06-14 Thread Bill Chmura
Per some discussion last week about spellchecking I wrapped the Jazzy project in an Ant task and added on some basic functionality Mind you this is like the third task I have developed so be gentle :) If anyone wants to try it, or if anyone can look at the code and tell me if it just plain suck