Originally posted by Matthew Phillips:
I found a solution. For some reason it didn't like the fact that the log4j jar was not in ant/lib. When I copied it there and pointed my path element to that location it worked. It doesn't seem like the ideal solution, so if anyone see's anything else I am still open to suggestions.
That is actually what I was going to suggest next

. Putting the jar in ant/lib has the effect of putting it on
Ant's Classpath. That is not ideal but it gets the job done...
Maybe there is something about Ant and taskdefs that I am missing but I think what you had before should have worked.
[ February 25, 2003: Message edited by: Chris Mathews ]