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 ba...@apache.org on 2007/09/21 13:09:07 UTC

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

Author: bago
Date: Fri Sep 21 04:09:06 2007
New Revision: 578059

URL: http://svn.apache.org/viewvc?rev=578059&view=rev
Log:
added eclipse instructions to BUILDING.txt

Modified:
    james/jsieve/trunk/BUILDING.txt

Modified: james/jsieve/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/BUILDING.txt?rev=578059&r1=578058&r2=578059&view=diff
==============================================================================
--- james/jsieve/trunk/BUILDING.txt (original)
+++ james/jsieve/trunk/BUILDING.txt Fri Sep 21 04:09:06 2007
@@ -20,4 +20,17 @@
     Ant directly, e.g.:  ./build.sh <target> ==> ant <target>
 
 That's it.  Please contact general@james.apache.org if you have any
-problems.
\ No newline at end of file
+problems.
+
+
+##############################################################################
+# SET UP JSIEVE INSIDE ECLIPSE
+##############################################################################
+
+You can use maven facility to setup an eclipse project:
+mvn -Plocal generate-sources eclipse:eclipse
+
+But there is a bug in the generator, so you will have to open the project
+"Java Build Path" => "Sources" and remove the 2 folders inside jjtree. Apply
+the change and then "Add folders" and select "target/generated-sources/jjtree"
+and "target/generated-sources/jjtree2" folders.
\ No newline at end of file



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