Hi Tatyana, I'd recommend doing a build by getting the source from Roller's Subversion archive.
There are instructions here: http://cwiki.apache.org/confluence/display/ROLLER/Build+Guide - Dave On Wed, May 7, 2008 at 1:40 PM, Tatyana <[EMAIL PROTECTED]> wrote: > Hello, > I'm trying to build rollerblog-4.0 source project in the NetBeans 6.0 IDE, > but build fails and > java compiler output says that I'm missing javax.mail.Message class and other > classes in the javax.mail package. > I've added mail-1.4.jar to the tools/lib directory and modified roller > core build.xml file (in components/core directory) in the following way: > > <fileset id="core-jars" dir="${tools}"> > <include name="lib/commons-lang-2.1.jar"/> > <include name="lib/commons-codec-1.3.jar"/> > <include name="lib/mail-1.4.jar"/> > </fileset> > > What am I doing wrong? > >
