Tag Archives: java

A class needed by class <…> cannot be found: org/apache/tools/ant/Task

(I spent quite a few hours fighting this one, so hopefully Google will help others find this page…) After toying around with maven a bit, I discovered that none of my ant tasks would run. I hadn’t made any changes to anything in $ANT_HOME, but all of sudden things broke. What I had done without […]

Posted in technology | Also tagged | 4 Comments

OKI OSID Unit Testing

As part of hedmaster I’ve tried to implement as many of the OKI Specs as have made sense. I’m working on writing extensive JUnit test cases to thoroughly test hedmaster, and I got to thinking about writing a test suite to check for adherence to the OKI Specs. Because the OSID interfaces are designed to enable “drop […]

Posted in technology | Also tagged | Leave a comment