|
From: Luke T. <lu...@mo...> - 2004-04-29 22:19:37
|
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. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk |