I've been thrashing around trying to get the Windows build machine to work.
Finally figured out that ant was not seeing my .jars. I was going to use brute
force (stick them in the ant lib directory) and update the wiki instructions,
and lo and behold, someone (Raju?) already had!
> Cygwin: I needed to copy the jars into my Windows user-directory instead of
> the Cygwin user-directory
with a much better solution:
> cp ${LZ_VENDOR_ROOT}/{ant-contrib,catalina-ant,jing,js}.jar "`cygpath -u
> "$USERPROFILE"`"/.ant/lib
I wish the wiki had told me that it was being updated!