> Though mailet.jar exists in the /lib
The mailet.jar is built during the build process, and is not located in
lib/. If you see mailet.jar in lib/, you are looking in the wrong directory
(build/lib/).
-- run ./build.sh clean (or build clean)
-- put your jar in lib/
-- do the build
To recap: you have a mailet in org.apache.james.transport.mailets, and it
relies upon a third party jar. The mailet should be built along with james,
and the third party jar in lib/ prior to doing the build, along with the
rest of the third party jar files.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]