> MailProvider.java:22: package javax.mail does not exist > [javac] import javax.mail.MessagingException;
Looks like you forgot steps #3 and #4: 3) Download mail.jar and activation.jar from Sun 4) Place mail.jar and activation.jar in tools/buildtime - Dave On 10/2/07, david <[EMAIL PROTECTED]> wrote: > Hello Dave, all-went-well until after step #6. Please find the console error > output and the results of a little target I like to add to build.xml called: > carnac. It is evident there is a problem with the defintion of: ro.tools and > basedir. Please find included below. Please advise, David. > > C:\dev\apache-roller-src-4.0\apps\weblogger>ant dist > Buildfile: build.xml > > build-business: > [mkdir] Created dir: > C:\dev\apache-roller-src-4.0\apps\weblogger\build\compile\business > [mkdir] Created dir: C:\dev\apache-roller-src-4.0\apps\weblogger\build\lib > [exec] Execute failed: java.io.IOException: Cannot run program "svn": > CreateProcess error=2, The system cannot find the file specified > [javac] Compiling 196 source files to > C:\dev\apache-roller-src-4.0\apps\weblogger\build\compile\business > [javac] Since fork is false, ignoring memoryInitialSize setting. > [javac] Since fork is false, ignoring memoryMaximumSize setting. > [javac] > C:\dev\apache-roller-src-4.0\apps\weblogger\src\java\org\apache\roller\weblogger\business\MailProvider.java:22: > package javax.mail does no > t exist > [javac] import javax.mail.MessagingException;