You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2007/10/03 23:36:40 UTC

svn commit: r581730 - /james/jsieve/trunk/BUILDING.txt

Author: rdonkin
Date: Wed Oct  3 14:36:39 2007
New Revision: 581730

URL: http://svn.apache.org/viewvc?rev=581730&view=rev
Log:
Updated building instructions since JavaCC must now be downloaded.

Modified:
    james/jsieve/trunk/BUILDING.txt

Modified: james/jsieve/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/BUILDING.txt?rev=581730&r1=581729&r2=581730&view=diff
==============================================================================
--- james/jsieve/trunk/BUILDING.txt (original)
+++ james/jsieve/trunk/BUILDING.txt Wed Oct  3 14:36:39 2007
@@ -6,6 +6,13 @@
 build JSIEVE, you will need to install Ant as well as acquire JSIEVE
 source from subversion or a source tarball.
 
+JSIEVE uses JavaCC during the build process to generate the script parser.
+Unfortunately, though the latest codebase is now available under the BSD
+license there is (at this time) no official open sourced release. So
+to build JSIEVE download the JavaCC 4.0 release from 
+https://javacc.dev.java.net/. Extract the javacc.jar and copy into the
+root of the JSIEVE directory. Rename this to javacc-4.0.jar.
+
 Steps:
 
 1) Install Ant (v1.6.5 as of the time of this writing)
@@ -16,7 +23,7 @@
    $ ln -sf /usr/local/apache-ant-1.6.5 /usr/local/ant
    $ ln -sf /usr/local/ant/bin/ant /usr/local/bin/ant
 
- 3) Change any JSIEVE-related build scripts that you might have to call
+3) Change any JSIEVE-related build scripts that you might have to call
     Ant directly, e.g.:  ./build.sh <target> ==> ant <target>
 
 That's it.  Please contact general@james.apache.org if you have any



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org