Steve Loughran <[EMAIL PROTECTED]> wrote: > This is a variant of the mail task (identical syntax) which sends > all the attached files as mime attachments. Kind of handy if your > deployment process involves emailing zipped builds.
This means, it uses JavaMail instead of org.apache.tools.mail, yes? > It requires j2ee 1.2.1 to build and run, for the javax.mail > packages. This is where it gets interesting, because the j2ee.jar > and jaxp.jar are about as compatible on a classpath as protons and > antiprotons are in a contained space. Does this hold true for JAXP 1.1 as well? Any reason you need the complete J2EE stuff instead of JavaMail and Java Activation Framework separately? Stefan
