|
From: Keith D. <ke...@in...> - 2005-03-30 02:44:17
|
Seth,
test.web.flow is currently slated to go in spring-mock.jar, so it should be
in sandbox/src for now until it moves over.
I'll fix the sandbox build, thanks - keith
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...] On Behalf Of
Seth Ladd
Sent: Tuesday, March 29, 2005 9:39 PM
To: spr...@li...
Subject: [Springframework-developer] Error with build.xml
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
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|