|
From: Seth L. <set...@gm...> - 2005-03-30 02:39:16
|
Hello,
The classes in sandbox/src/org.springframework.test.web.flow have a
dependency on spring-mock.jar classes. This dependency isn't
specified in the build.xml.
The target sandbox.build does not specify <classpath
location="${target.mockclasses.dir}"/> in its <javac> task. I believe
that's because the o.s.test.web.flow package and classes should live
in sandbox/test, and not sandbox/src.
In any case, if you try to build sandbox.jar, you will generate errors
unless you either add the mockclass.dir to the classpath of
sandbox.build's javac, or move the o.s.test.web.flow package over into
sandbox/test (which does have a correct <javac> classpath).
HTH,
Seth
|