Why do you need mock (testing) classes in your production code?  These
classes should only be used for testing, not for production.  It's
likely there's a way to solve your problem without using any classes
from this JAR.

Matt

On 1/16/07, Nathaniel Rahav <[EMAIL PROTECTED]> wrote:

Hello,
Can anybody elucidate why this line in <package-web> task of Appfuse 1.*
excluds spring-mock.jar from the final war ?
I'm wondering because I need it in my project to be called from a service
level class.

<lib dir="${spring.dir}" includes="*.jar"  excludes="*mock.jar"/>


Thanks
Nat




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to