You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/21 17:00:57 UTC

svn commit: r477718 - /forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html

Author: rgardler
Date: Tue Nov 21 08:00:56 2006
New Revision: 477718

URL: http://svn.apache.org/viewvc?view=rev&rev=477718
Log:
Some notes on using Eclipse

Added:
    forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html

Added: forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html?view=auto&rev=477718
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html (added)
+++ forrest/trunk/whiteboard/forrest2/core/src/docs/eclipse.html Tue Nov 21 08:00:56 2006
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Building and Editing Forrest2 in Eclipse</title>
+</head>
+<body>
+
+<p class="note">These are just rough notes for now, please ask
+questions on the Dev list if you need to. If you can make these
+notes clearer then that will help too.</p>
+
+<p>You need the <a href="http://www.jayasoft.org/ivyde">IvyDE 
+plugin</a></p>
+
+<p>Once you installed that you need to right click on the 
+ivy.xml file and select "add Ivy Library". This will add a 
+special Eclipse classpath entry for the ivy dependencies.</p>
+
+<p>I think you will also need to set the path to the 
+ivyconf.xml file in the projects properties (right click 
+on the project, and select IVY).</p>
+
+<p>To update the dependencies, right click on the ivy.xml 
+Library entry in the package explorer and select "Resolve".</p>
+
+
+ 
+
+</body>
+</html>
\ No newline at end of file