Yes, that's exactly right, Vlad.
> The change is made in svn, the 2.0.4-SNAPSHOT plugin should be updated in
> snapshot repository in hour or so.
>
> Vlad
Thanks! I'll give it a try shortly.
-- Michael
Yep, that did the trick!
The only thing I would suggest is to reduce the scope of the "if
(classesDirectory.exists())" condition to just the two lines relating to
classesDirectory. While it may seem unlikely, it would be possible to
have a module with only test code (in fact, I have done that) so
conceivably someone might want to include just the testOutputDirectory,
but not have a classesDirectory. I don't think it will do any harm to
shrink the scope of the condition, but it's your call, obviously. What
you have done works for me.
Thanks again, and thanks for the very fast response!
Cheers,
-- Michael
--
Vlad