You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/12/08 11:47:09 UTC

svn commit: r483923 - /lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml

Author: andreas
Date: Fri Dec  8 02:47:08 2006
New Revision: 483923

URL: http://svn.apache.org/viewvc?view=rev&rev=483923
Log:
Added note about Eclipse output folder

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml?view=diff&rev=483923&r1=483922&r2=483923
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml Fri Dec  8 02:47:08 2006
@@ -93,6 +93,12 @@
         use the 1.4 compliance level.
       </li>
       <li>
+        Eclipse stores the class files in <code>$LENYA_HOME/build/eclipse</code> by default.
+        Whenever you execute <code>./build.sh clean</code>, it gets confused. To avoid this,
+        set the default output folder in <em>Project properties &gt; Build path &gt; Source</em>
+        to a different directory (e.g. <code>$LENYA_HOME/eclipse</code>).
+      </li>
+      <li>
         A decent XML and XSLT editor is recommended, you can for instance install the
         web tools platform from the Eclipse project. 
       </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org