I ran the built-in Ant from the command line on a Macintosh (10.5.5) and ran some problems with the Mail task. Running the Mail task triggers the following message:
[mail] Failed to initialise MIME mail: org.apache.tools.ant.taskdefs.email.MimeMailer
This is most likely due to the absence of the ant -javamail.jar file in the / usr / share / ant / lib directory. I see the ant-javamail-1.7.0.pom file in this directory, but not the corresponding jar file. Does anyone know why this jar file might be missing, and what is the best way to solve the problem?
source share