Logged In: NO

I inserted the following lines to the compile target (in the javac task):

<exclude name="pygmy/nntp/**"/>
<exclude name="pygmy/handlers/bsf/**"/>
<exclude name="pygmy/handlers/groovy/**"/>
<exclude name="pygmy/handlers/jython/**"/>

It now compiles, but since there's no main class specified, it won't run with "java -jar"