|
From: Seth L. <se...@eh...> - 2004-05-10 21:50:02
|
Seth Ladd wrote: > Hello, > > I'm trying to run the tests via ant, but both on windows and linux, I > run into this problem: OK, I appologize. Turns out Eclipse wiped out some imports that are used by the attributes, but aren't able to be picked up by any IDE. Because modern IDEs will want to remove those imports, I'd vote for using FQCN for attribute names. I can understand, though, why it's nice to use just the class name and use imports. Seth |