Thanks to all who responded. I found the problem by accident while attempting 
to follow Peter Donald's suggestion of running with -verbose.

It turns out that my source tree was at fault. I had placed my test classes in 
a directory under the source directory, as follows:


src
 +------------
 |           |
com        test
 |           |
meterware   com
 |           |
httpunit  meterware
             |
          httpunit

Unfortunately, the compile target chose to compile the test directory, assuming 
that the classes were properly arranged under the src root, and expecting
their package names to begin with test.com... (which they do not).

Moving the test classes to a completely separate directory parallel with src 
fixed the problem.

------------------------------------------------------------------------
Russell Gold                     | "... society is tradition and order
[EMAIL PROTECTED]    (preferred)  | and reverence, not a series of cheap
[EMAIL PROTECTED]              | bargains between selfish interests."
[EMAIL PROTECTED]       |   - Poul Anderson, "Iron"


Reply via email to