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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]