Author: rgardler
Date: Thu Mar 31 21:50:09 2011
New Revision: 1087451
URL: http://svn.apache.org/viewvc?rev=1087451&view=rev
Log:
add some environment info
Modified:
incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext?rev=1087451&r1=1087450&r2=1087451&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext Thu Mar 31
21:50:09 2011
@@ -37,6 +37,25 @@ On Linux based systems this is in ~/.sub
On Windows this is normally found at C:\Documents and
Settings\{username}\Application Data\Subversion\config
+## Eclipse
+
+This section describes specific configuration for using Eclipse to develop
Wookie.
+
+### IvyDE
+
+We use Apache Ivy for dependency management. In order to compile Wookie in
eclipse you need to install IvyDE which you can get from its [update
site](http://www.apache.org/dist/ant/ivyde/updatesite).
+
+### Subclipse
+
+[Subclipse is an Eclipse plugin that allows you to use Subversoin easily.
Install it from the Subclipse update
site](http://subclipse.tigris.org/update_1.6.x).
+
+### Code Style
+
+In Eclipse choose Window -> Preferences -> Java -> Code Style -> Formatter.
Select "Import" and choose the file in
+/etc/eclipse/code_style.xml
+
+### Code Templates
+
## Miscellaneous
This section includes some additional notes that might be useful to some
developers.