Author: rgardler
Date: Mon Sep 26 13:08:07 2011
New Revision: 1175852
URL: http://svn.apache.org/viewvc?rev=1175852&view=rev
Log:
CMS commit to wookie by rgardler
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=1175852&r1=1175851&r2=1175852&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext Mon Sep 26
13:08:07 2011
@@ -53,13 +53,27 @@ Once Wookie is running in debug mode you
This section describes specific configuration for using Eclipse to develop
Wookie.
+### 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).
+
### 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
+Once installed you will need to set the correct ivysettings path for Wookie:
-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).
+ * Right click on wookie project
+ * Select "Build Path -> COnfigur Build Path..."
+ * Select "Libraries" tab
+ * Select "ivy.xml"
+ * Click "Edit"
+ * Select "Settings" tab
+ * Click "Enable project specific settings"
+ * Under "Ivy settings path" click "Workspace..."
+ * Select "wookie -> ant -> ivysettings.xml"
+ * Click "Finish"
+ * Cick "Ok"
### Code Style and Templates
@@ -108,4 +122,4 @@ find more information on the [Subclipse]
site, which also documents a workaround.
- [1]: source.html
\ No newline at end of file
+ [1]: source.html123
\ No newline at end of file