|
From: Colin S. <col...@ex...> - 2004-04-30 01:15:14
|
Luke Taylor wrote: > Luke Taylor wrote: > >> >> It looks like the target/mock-classes directory needs to be created >> in build.xml to stop it falling over on a clean build. >> > > It was just that the mockjar target had "build" as a dependency rather > than "buildmock". I've changed it in CVS. > >> Not quite sure how I'm going to squeeze it into the Maven build yet... >> > > I'm not sure I see the benefit of a separate "mock" tree in the main > directory rather than just storing them as support classes in the test > tree (since they're required by the test classes anyway). It would be > easy enough to build the separate jar of the org.springframework.mock > package from the compiled test classes. Actually that's a pretty valid point... |