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?