> I've just tried to compile the latest CVS of Tomcat 4 and I'm missing some
> classes trying to compile SendMailFactory.java.
>
> /Users/stuart/OpenSource/jakarta-tomcat-4.0/catalina/src/share/org/apache/
> naming/factory/SendMailFactory.java:0: Class javax.activation.DataSource
> not found in class javax.mail.internet.MimePartDataSource.
It shouldn't compile that class unless you have JavaMail somewhere in your
classpath. JavaMail also requires JAF (Java Activation Framework, or
something like that).
> I tried dropping Java Mail 1.2 into the classpath but this doesn't help.
Remy